Skip to content

Commit

Permalink
Merge pull request #5920 from krousey/downgrade
Browse files Browse the repository at this point in the history
Need to use the test version of env vars to pin etcd
  • Loading branch information
k8s-ci-robot authored Dec 13, 2017
2 parents f8b0337 + e7d2e72 commit 9a73885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@
"args": [
"--check-leaked-resources",
"--check-version-skew=false",
"--env=ETCD_VERSION=3.0.17",
"--env=STORAGE_MEDIA_TYPE=application/vnd.kubernetes.protobuf",
"--env=TEST_ETCD_VERSION=3.0.17",
"--env-file=jobs/platform/gce.env",
"--extract=ci/k8s-stable1",
"--extract=ci/k8s-beta",
Expand All @@ -702,8 +702,8 @@
"args": [
"--check-leaked-resources",
"--check-version-skew=false",
"--env=ETCD_VERSION=3.0.17",
"--env=STORAGE_MEDIA_TYPE=application/vnd.kubernetes.protobuf",
"--env=TEST_ETCD_VERSION=3.0.17",
"--env-file=jobs/platform/gce.env",
"--extract=ci/k8s-stable1",
"--extract=ci/k8s-beta",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ STORAGE_MEDIA_TYPE=application/vnd.kubernetes.protobuf
# 3.1.x. ETCD doesn't downgrade minor versions. So for downgrades, we
# pin this to the lower version. The long term fix is to change
# downgrade/upgrade to not upgrade/downgrade etcd.
ETCD_VERSION=3.0.17
TEST_ETCD_VERSION=3.0.17

0 comments on commit 9a73885

Please sign in to comment.