ci: run full kola testsuite in parallel #884
Merged
cgwalters merged 3 commits intocoreos:masterfrom Oct 31, 2019
Merged
Conversation
This was transferred to the coreos org some time back.
It's the same thing for now for backwards compatibility, but privileged has a different connotation from "running as uid 0". See for details: coreos/coreos-ci-lib#3
Member
Author
|
Requires: coreos/coreos-ci-lib#5 |
cgwalters
reviewed
Oct 31, 2019
This is a follow-up to coreos#879. Instead of only running `fcos.basic`, run everything, but in parallel. This should drastically lower the amount of time it takes to run it.
77bab87 to
3e58e59
Compare
Member
Author
|
As an added bonus, this should make the |
Member
|
Oh nice, just 4m for tests. Much greater resource usage though, so less parallelism. But, worth it probably. |
Member
Author
|
Can I get a review on coreos/coreos-ci-lib#5 too? :) Without that, we can just get evicted. |
jlebon
added a commit
to jlebon/fedora-coreos-config
that referenced
this pull request
Oct 31, 2019
Similarly to coreos/coreos-assembler#884.
jlebon
added a commit
to coreos/fedora-coreos-config
that referenced
this pull request
Oct 31, 2019
Similarly to coreos/coreos-assembler#884.
jlebon
added a commit
to jlebon/fedora-coreos-pipeline
that referenced
this pull request
Nov 8, 2019
In the same spirit as: coreos/coreos-assembler#884 Half wanting to just fold this into `cosa kola` and auto-detect a reasonable value like we do with xz compression. But meh... let's just do this for now.
jlebon
added a commit
to coreos/fedora-coreos-pipeline
that referenced
this pull request
Nov 22, 2019
In the same spirit as: coreos/coreos-assembler#884 Half wanting to just fold this into `cosa kola` and auto-detect a reasonable value like we do with xz compression. But meh... let's just do this for now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow-up to #879. Instead of only running
fcos.basic, runeverything, but in parallel. This should drastically lower the amount of
time it takes to run it.