Skip to content

Commit

Permalink
Merge pull request #1642 from spiffxp/use-k8s-release-dev
Browse files Browse the repository at this point in the history
ci-signal: use k8s-release-dev for CI builds
  • Loading branch information
k8s-ci-robot authored Jul 29, 2021
2 parents 728940e + fafd7e0 commit 0ce8b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-team/role-handbooks/ci-signal/upgrade-job-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ aka trust the CI
- look for the `--extract=` flags
- the version there corresponds to files in GCS buckets

ci/foo versions live in kubernetes-release-dev:
ci/foo versions live in k8s-release-dev:
```shell
$ for suffix in beta stable1 stable2 stable3; do
echo ci/k8s-$suffix: $(gsutil cat gs://kubernetes-release-dev/ci/k8s-$suffix.txt);
echo ci/k8s-$suffix: $(gsutil cat gs://k8s-release-dev/ci/k8s-$suffix.txt);
done

ci/k8s-beta: v1.12.0-beta.1.129+1d58f1aebfe1e3
Expand Down

0 comments on commit 0ce8b22

Please sign in to comment.