-
Notifications
You must be signed in to change notification settings - Fork 188
Add architectures support to prowgen
#4108
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,9 +44,20 @@ jobs: | |
| resources: custom | ||
| command: [prow/command.sh] | ||
| repos: [istio/istio] | ||
| modifier: [presubmit_skipped] | ||
| trigger: "/test basic" | ||
|
|
||
| - name: multi-arch | ||
| types: [presubmit] | ||
| architectures: [amd64, arm64] | ||
| command: [prow/command.sh] | ||
| image: test | ||
|
|
||
| - name: multi-arch-param | ||
| types: [presubmit] | ||
| architectures: [amd64, arm64] | ||
| command: [prow/command.sh, $(params.arch)] | ||
| image: test | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we have an arm64 only test job?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This means "make an arm job and make an amd job". So it's mostly syntax sugar - they are independent |
||
| requirements: [gocache] | ||
|
|
||
| resources_presets: | ||
|
|
||
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.
Not sure if there was a reason to remove this line, but noting it was removed in the test-data as well.
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.
it no longer is a real field - I made the yaml parser strict