-
Notifications
You must be signed in to change notification settings - Fork 28
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
CI: Don't run slow KVM tests on every PR #175
Conversation
It is still required via bors.
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
=======================================
Coverage 30.76% 30.76%
=======================================
Files 16 16
Lines 4017 4017
=======================================
Hits 1236 1236
Misses 2781 2781 Continue to review full report at Codecov.
|
Hmm, I'm a bit hesitant on this one. |
The CI for those commits has already been run on staging via bors.
I added two more commits. It is really time consuming to wait for CI right now. One PR submission causes 9 CI jobs (three jobs each on PR, on staging and on master) which are serially executed on our one runner. This really quickly builds up. I changed the config to not run CI on master again, since that exact commit has already been tested on staging by bors. Until we can do CI in parallel, this would make my life a lot easier. |
Instead of 00:00 on Sunday This is also the default for dependabot.
0de0101
to
843edac
Compare
Well, we don't want that, do we? |
Timed out. |
bors retry |
Build failed: |
The failure is not related to this PR, but to the newest nightly. |
bors retry |
It is still required via bors.