Skip to content

Commit

Permalink
Merge pull request #9672 from spiffxp/rm-etcd2-from-tests
Browse files Browse the repository at this point in the history
Remove etcd2 from non-upgrade CI tests
  • Loading branch information
k8s-ci-robot authored Oct 3, 2018
2 parents 246f729 + 1656319 commit e0a7f8b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
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

0 comments on commit e0a7f8b

Please sign in to comment.