gha: run rootless and rootful integration in parallel#633
Merged
cyphar merged 4 commits intoopencontainers:mainfrom Oct 3, 2025
Merged
gha: run rootless and rootful integration in parallel#633cyphar merged 4 commits intoopencontainers:mainfrom
cyphar merged 4 commits intoopencontainers:mainfrom
Conversation
This makes sure we detect issues with scheduling jobs, which has hit runc and other projects in the past. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #633 +/- ##
==========================================
+ Coverage 72.74% 72.89% +0.14%
==========================================
Files 70 71 +1
Lines 6002 6164 +162
==========================================
+ Hits 4366 4493 +127
- Misses 1188 1213 +25
- Partials 448 458 +10 🚀 New features to boost your workflow:
|
This lets us easily halve the execution time of CI runs and provides more feedback about bugs that only affect rootful or rootless runs. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
mode=max is giving us >3GB cache images, which is kind of overkill. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
22ed795 to
b7bb5d2
Compare
Now that our CI runs take ~5 minutes, we should reduce the ClusterFuzzLite limit. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
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 lets us easily halve the execution time of CI runs and provides
more feedback about bugs that only affect rootful or rootless runs.
Signed-off-by: Aleksa Sarai cyphar@cyphar.com