-
Notifications
You must be signed in to change notification settings - Fork 337
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
ci(actions): generate e2e tests matrix #8424
Conversation
An example can be found here: https://github.com/jijiechen/kuma/actions/runs/6938484757 |
4aa90ce
to
c40f055
Compare
Signed-off-by: Jay Chen <[email protected]>
Signed-off-by: Jay Chen <[email protected]>
Signed-off-by: Jay Chen <[email protected]>
c40f055
to
9a52847
Compare
I've just updated code with the first approach of merging matrix generating. |
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 This looks great and good to go I think! Do you have an example run of this?
Yes, here are two:
In these examples, I took out dependencies from |
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OSci/
labels to run additional/fewer testsUPGRADE.md
?This PR adds the ability to generate matrix for running E2E tests on GitHub Actions.
No E2E tests will be run at this time.