Skip to content

Remove etcd2 from non-upgrade CI tests #9672

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

Merged
merged 4 commits into from
Oct 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/jobs/kubernetes/sig-cli/sig-cli-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ periodics:
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --env-file=jobs/env/ci-kubernetes-e2e-gci-gce-sig-cli.env
- --extract=ci/latest
- --gcp-master-image=gci
- --gcp-node-image=gci
Expand Down
5 changes: 0 additions & 5 deletions jobs/env/ci-kubernetes-e2e-gce-alpha-api.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
### job-env

# For now explicitly test etcd v2 mode in this suite.
STORAGE_BACKEND=etcd2
TEST_ETCD_IMAGE=2.2.1
TEST_ETCD_VERSION=2.2.1

# List GCE Alpha features we want to enable, separated by commas.
GCE_ALPHA_FEATURES=NetworkTiers
5 changes: 0 additions & 5 deletions jobs/env/ci-kubernetes-e2e-gci-gce-ip-alias.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
### job-env

# For now explicitly test etcd v2 mode in this suite.
STORAGE_BACKEND=etcd2
TEST_ETCD_IMAGE=2.2.1
TEST_ETCD_VERSION=2.2.1

KUBE_GCE_ENABLE_IP_ALIASES=true
6 changes: 0 additions & 6 deletions jobs/env/ci-kubernetes-e2e-gci-gce-sig-cli.env

This file was deleted.

4 changes: 0 additions & 4 deletions jobs/env/ci-kubernetes-e2e-gci-gce.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
### job-env
# For now explicitly test etcd v2 mode in this suite.
STORAGE_BACKEND=etcd2
TEST_ETCD_IMAGE=2.2.1
TEST_ETCD_VERSION=2.2.1

# Enable the PodSecurityPolicy in tests.
ENABLE_POD_SECURITY_POLICY=true