-
Notifications
You must be signed in to change notification settings - Fork 4.7k
gha: Introduce arm64 for tests #17286
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
Conversation
Surprising we have prowjobs running for any change on |
I think the "pending checks" are probably configured in GitHub branch protection. We can tweak those, but ... is it possible to influence the job names so that they match? (i.e. build-linux-amd64 and build-linux-arm64 ?). If not, we can change the checks configured in GitHub (and we'll probably have to change verify => verify-amd64 anyway) |
Do you mean something like |
If that works, yes - can we try? |
805dd9a
to
dc378e5
Compare
Introduce arm64 for Linux tests on Github Actions Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
dc378e5
to
b42565e
Compare
@justinsb Looks like GHA let me do some customization. PTAL |
The PR is expecting a job named |
Add more contexts added in: - kubernetes/kops#17286 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
Put this on hold to prevent accidental merge We will remove the hold when it's approved and kubernetes/test-infra#34401 merged. |
/hold cancel |
/override verify |
@hakman: Overrode contexts on behalf of hakman: verify In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-kops-e2e-k8s-gce-ipalias |
/override pull-kops-e2e-k8s-gce-cilium |
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-gce-cilium, pull-kops-e2e-k8s-gce-ipalias In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…6-origin-release-1.30 Automated cherry pick of #17286: gha: Introduce arm64 for tests
…6-origin-release-1.32 Automated cherry pick of #17286: gha: Introduce arm64 for tests
…6-origin-release-1.31 Automated cherry pick of #17286: gha: Introduce arm64 for tests
Introduce arm64 for Linux tests on Github Actions