Skip to content

Commit

Permalink
Revert "Revert "Merge pull request kubernetes#28193 from zmerlynn/pul…
Browse files Browse the repository at this point in the history
…l-ci-elsewhere""

Bring back kubernetes#28193. We caught a break in
kubernetes/test-infra#240 and discovered the
previous issue, fixed in
kubernetes/test-infra#241 and
kubernetes/test-infra#244, so I have a pretty
good handle on what was causing the previous bringup issues (and it
wasn't kubernetes#28193). By the time this merges, we'll have good signal on GKE
in the `kubernetes-e2e-gke-updown` job.

This reverts commit ee1d480.
  • Loading branch information
zmerlynn committed Jun 29, 2016
1 parent 950814d commit 219d085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Finally, you can just print the latest or stable version:
You can also use the gsutil tool to explore the Google Cloud Storage release buckets. Here are some examples:

```sh
gsutil cat gs://kubernetes-release/ci/latest.txt # output the latest ci version number
gsutil cat gs://kubernetes-release/ci/latest-green.txt # output the latest ci version number that passed gce e2e
gsutil ls gs://kubernetes-release/ci/v0.20.0-29-g29a55cc/ # list the contents of a ci release
gsutil cat gs://kubernetes-release-dev/ci/latest.txt # output the latest ci version number
gsutil cat gs://kubernetes-release-dev/ci/latest-green.txt # output the latest ci version number that passed gce e2e
gsutil ls gs://kubernetes-release-dev/ci/v0.20.0-29-g29a55cc/ # list the contents of a ci release
gsutil ls gs://kubernetes-release/release # list all official releases and rcs
```

Expand Down

0 comments on commit 219d085

Please sign in to comment.