-
Notifications
You must be signed in to change notification settings - Fork 51
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
Allow manual running of all zombienet tests in CI #636
Merged
Conversation
This file contains 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
tmpolaczyk
changed the title
Tomasz zombie manual ci
Allow manual running of all zombienet tests in CI
Jul 24, 2024
Coverage Report@@ Coverage Diff @@
## master tomasz-zombie-manual-ci +/- ##
===========================================================
- Coverage 66.71% 66.63% -0.08%
+ Files 260 261 +1
- Lines 44818 44717 -101
===========================================================
- Hits 29897 29794 -103
+ Misses 14921 14923 +2
|
tmpolaczyk
added
B0-silent
Changes should not be mentioned in any release notes
D2-notlive
PR doesn't change runtime/client code
not-breaking
Does not need to be mentioned in breaking changes
labels
Jul 24, 2024
tmpolaczyk
commented
Jul 24, 2024
This reverts commit 9214b3c.
girazoki
approved these changes
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
B0-silent
Changes should not be mentioned in any release notes
D2-notlive
PR doesn't change runtime/client code
not-breaking
Does not need to be mentioned in breaking changes
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.
Adds a new dispatchable workflow "Run zombienet tests" that can be used to run any tests in CI. The input test_name defaults to ".*", but can be set to any regex like "zombie_tanssi.*" or "zombie_flashbox". Zombienet upgrade tests are manually excluded because they don't work with the workflow template.
Also refactor zombienet test running logic into a new workflow template "zombienet-tests", this makes "release.yml" a bit cleaner.