-
Notifications
You must be signed in to change notification settings - Fork 2.8k
releng: Configure kubernetes-build prototype jobs to use the GCB builder #14788
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
e427bc3 to
ce58f9a
Compare
ce58f9a to
d5a0c8c
Compare
d5a0c8c to
d89d1bb
Compare
|
I think this is ready for review: |
|
/lgtm I'll approve when the corresponding PR merges. |
| annotations: | ||
| fork-per-release: "true" | ||
| fork-per-release-generic-suffix: "true" | ||
| testgrid-dashboards: sig-release-shadow-master-blocking |
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.
The use of the word "shadow" seems a bit opaque once you come at this PR from the perspective of seeing it on testgrid. Is there a more plainly descriptive name it might have?
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.
Maybe sig-release-prototype-master-blocking?
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.
I like that. Will make the changes shortly.
d89d1bb to
ec1094a
Compare
|
lgtm |
The "image-builder" image now supports submitting "--no-source" GCB builds. This PR leverages the new builder image to mimic the kubernetes-build scenario via GCB instead of using the long-deprecated bootstrap image. Signed-off-by: Stephen Augustus <saugustus@vmware.com>
ec1094a to
c2e1035
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus, Katharine 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 |
|
@justaugustus: 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. |
With #14747 merged and kubernetes/release#900 in flight, we'll have the ability to submit Google Cloud Build (GCB) jobs, which mimic the
kubernetes_buildscenario that runs in theci-kubernetes-buildandci-kubernetes-build-fasttest jobs.The intent here is to vet this new test setup, while also starting to seed build artifacts in the CNCF-sponsored
k8s-staging-release-testGCP project./hold
Doing this so we can leverage credentials that actually have access towrite to the k8s-staging-release-test GCS buckets.
ref: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-shadow-build/1184196943560052740, https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-shadow-build-fast/1184206760995459074
Signed-off-by: Stephen Augustus saugustus@vmware.com