-
Notifications
You must be signed in to change notification settings - Fork 1.7k
perform system upgrade fixes ci issue #5478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@bors try |
[TEST] see if performing system upgrade fixes ci issue DO NOT MERGE Perhaps doing a system upgrade magically solves the problem?
💔 Test failed - checks-action_test |
@bors retry |
[TEST] see if performing system upgrade fixes ci issue DO NOT MERGE Perhaps doing a system upgrade magically solves the problem? changelog: none
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd agree with this change, with a note, that this can (maybe) be removed in the future. @phansch
@@ -77,6 +77,7 @@ jobs: | |||
run: | | |||
sudo dpkg --add-architecture i386 | |||
sudo apt-get update | |||
sudo apt-get -y upgrade |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This costs ~2 min of CI time. I think this is ok, since the integration tests take about 16 minutes and this check with this change ~12min.
Yeah, I also think we should revert this as soon as the underlying issue is resolved... |
31061ff
to
d181fde
Compare
@bors try |
perform system upgrade fixes ci issue Perhaps doing a system upgrade magically solves the problem? changelog: none
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also seems fine to me, thanks! (let's wait for the second try run to finish)
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
@bors r=phansch,flip1995 Let's merge this, we already have 4 PRs in queue waiting for this 👍 |
📌 Commit d181fde has been approved by |
🌲 The tree is currently closed for pull requests below priority 2, this pull request will be tested once the tree is reopened |
@bors treeclosed- |
@bors p=2 retry |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Perhaps doing a system upgrade magically solves the problem?
changelog: none