-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Create ci-kubernetes-build-canary job #19574
Create ci-kubernetes-build-canary job #19574
Conversation
/assign @spiffxp @justaugustus |
336acfa
to
72ac6d5
Compare
72ac6d5
to
b721cdf
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.
/hold a few comments to address re: GCR location and fork annotations before this goes in
FYI @kubernetes/release-engineering |
b721cdf
to
2198e8a
Compare
/cc @MushuEE |
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
Create a canary job, duplicate of ci-kubernetes-build that validates it can run in `k8s-infra-prow-build` GKE cluster and write to `gs://k8s-release-dev`. Use gcr.io/k8s-staging-ci-images instead of gcr.io/kuernetes-ci-images Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2198e8a
to
9df304f
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
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, cpanato, justaugustus 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 |
@ameukam: Updated the
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/test-infra repository. |
Create a canary job, duplicate of ci-kubernetes-build that validates it
can run in
k8s-infra-prow-build
GKE cluster and write togs://k8s-release-dev
.EDIT:
Ref: #19483
Part of : #18549
Signed-off-by: Arnaud Meukam ameukam@gmail.com