What should be cleaned up or changed:
This is part of #18549
To properly monitor the outcome of this, you should be a member of [email protected]. PR yourself into https://github.com/kubernetes/k8s.io/blob/master/groups/groups.yaml#L603-L628 if you're not a member.
NOTE: I am not tagging this as "help wanted" because it is blocked on https://github.com/kubernetes/k8s.io/issues/846. Here is my guess at how we could do this:
It will be helpful to note the date/time that PR's merge. This will allow you to compare before/after behavior.
Things to watch for the job
ci-kubernetes-build-fast for 6hci-kubernetes-build-fast for 6hThings to watch for the build cluster
Keep this open for at least 24h of weekday PR traffic. If everything continues to look good, then this can be closed.
/wg k8s-infra
/sig testing
/area jobs
/sig release
FYI @kubernetes/release-engineering
https://github.com/kubernetes/test-infra/pull/19487 created a canary job
Next steps to take are spelled out in https://github.com/kubernetes/k8s.io/issues/846#issuecomment-705722852
Is the job working? If so, it's time to switch other jobs to use the new path
https://testgrid.k8s.io/sig-release-master-informing#build-master-fast-canary&graph-metrics=test-duration-minutes&width=5 is green, and its durations are comparable to https://testgrid.k8s.io/sig-release-master-blocking#build-master-fast&graph-metrics=test-duration-minutes&width=5
https://github.com/kubernetes/test-infra/pull/19620 updated kubetest to add a --extract-ci-bucket flag
https://github.com/kubernetes/test-infra/pull/19632 updates a job to use the new kubetest without the flag to verify nothing breaks
Next PR will add --extract-ci-bucket k8s-release-dev to migrate a job to use the results of the canary job added in https://github.com/kubernetes/test-infra/pull/19487
/help
Now that https://github.com/kubernetes/test-infra/pull/19634 has confirmed the new bucket works, remaining steps are:
--extract=ci/latest-fast should have --extract-ci-bucket=k8s-release-dev added (see #19634)@spiffxp I will update the ci-kubernetes-build-fast job
/reopen
Reopening this to keep an eye on it, given https://github.com/kubernetes/test-infra/pull/19841.
/assign @justaugustus @cpanato
@justaugustus: Reopened this issue.
In response to this:
/reopen
Reopening this to keep an eye on it, given https://github.com/kubernetes/test-infra/pull/19841.
/assign @justaugustus @cpanato
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.
Opened https://github.com/kubernetes/test-infra/pull/19871 to enforce jobs should be using the k8s-release-dev bucket if they're using ci/latest-fast; caught one outlier
I'm ready to call this done unless there are any remaining concerns
/close
There have been no concerns raised
@spiffxp: Closing this issue.
In response to this:
/close
There have been no concerns raised
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.
Most helpful comment
/help
Now that https://github.com/kubernetes/test-infra/pull/19634 has confirmed the new bucket works, remaining steps are:
--extract=ci/latest-fastshould have--extract-ci-bucket=k8s-release-devadded (see #19634)