[CI]: cleanup, breakout 5: separate jobs#4189
Merged
AkihiroSuda merged 1 commit intocontainerd:mainfrom May 4, 2025
Merged
Conversation
93ff230 to
72506a4
Compare
72506a4 to
ea9bb06
Compare
apostasie
commented
May 3, 2025
| shell: bash | ||
|
|
||
| env: | ||
| SHOULD_RUN: "yes" |
Contributor
Author
There was a problem hiding this comment.
I wish there was a way to interrupt a job programmatically.
This variable is used to decide if further steps should run or not.
This focused on cleaning-up integration testing, starting with freeBSD, EL, Docker, Windows. Signed-off-by: apostasie <spam_blackhole@farcloser.world>
ea9bb06 to
f4a9def
Compare
Contributor
Author
|
Rebased and proof-read. |
Contributor
Author
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 continues the work started on cleaning workflows.
The desired end-result is still #4154 (head there for full explanation and additional details.) - which while currently green (save gomodjail) is also still big, so, this here is another breakout to reduce the size per-PR to ease review.
Note that introduction of EL9 is temporary, though we can decide to keep it in the long run if we want (see context in file).