-
Notifications
You must be signed in to change notification settings - Fork 113
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
feat(zombienet): add zombienet testing to github workflow #3172
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #3172 +/- ##
===============================================
+ Coverage 51.45% 51.47% +0.02%
===============================================
Files 221 221
Lines 28281 28284 +3
===============================================
+ Hits 14551 14559 +8
+ Misses 12410 12407 -3
+ Partials 1320 1318 -2 |
1167c47
to
6dcba03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
6dcba03
to
d12e0a6
Compare
a42c6c1
to
e38e7e5
Compare
Co-authored-by: Diego Romero <diego2737@gmail.com>
This PR will be replaced by PR #3192, please resolve comments, and approve that PR. |
Closed, this PR has been replaced by PR #3192. |
Changes
This PR adds configuration and test files to add Zombienet testing to github workflow to trigger Zombienet tests on pull requests.
Tests
Create pull request to trigger workflow action, then review results of workflow to confirm zombienet has executed tests.
Issues
closes: #2842
closes: #2843
closes: #2998
Primary Reviewer
@timwu20