Run robustness tests on arm64#15886
Merged
serathius merged 3 commits intoetcd-io:mainfrom May 13, 2023
jmhbnz:robustness-arm64
Merged
Run robustness tests on arm64#15886serathius merged 3 commits intoetcd-io:mainfrom jmhbnz:robustness-arm64
serathius merged 3 commits intoetcd-io:mainfrom
jmhbnz:robustness-arm64
Conversation
Signed-off-by: James Blair <mail@jamesblair.net>
Signed-off-by: James Blair <mail@jamesblair.net>
Closed
chaochn47
reviewed
May 12, 2023
ahrtr
reviewed
May 13, 2023
ahrtr
reviewed
May 13, 2023
Member
|
Overall looks good to me with a minor comment. Leave it to @serathius to approve and merge. Please recover the schedule configure later. |
Member
|
Thanks @jmhbnz |
serathius
approved these changes
May 13, 2023
Member
|
Feel free to revert |
Member
|
Unrelated question, could we hide |
Member
Author
Agree - the ux for utility re-usable workflows isn't great currently, doesn't look like any option to hide is possible: https://github.com/orgs/community/discussions/26246 |
Signed-off-by: James Blair <mail@jamesblair.net>
This was referenced Jun 9, 2023
4 tasks
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.
In order to progress tier one support for
arm64we need to get nightly on per pull request actions workflows running our robustness test suite on thearm64platform.This pull request completes the work started in #15310:
runs-on.main-arm64jobs added to robustness nightly workflow.Additionally this pull request adds the recommended
self-hostedlabel to existingarm64tests and e2e workflows.Relates to #14748
cc @serathius, @ahrtr, @chaochn47