Skip to content

Commit

Permalink
Remove ci-kubernetes-e2e-gce-gci-latest-upgrade-etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Oct 3, 2018
1 parent bd3ef20 commit 1ae1651
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
28 changes: 0 additions & 28 deletions config/jobs/kubernetes/sig-cluster-lifecycle/k8s-upgrade-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,34 +203,6 @@ periodics:
- --upgrade_args=--ginkgo.focus=\[Feature:MasterUpgrade\] --upgrade-target=ci/k8s-stable1
image: gcr.io/k8s-testimages/kubekins-e2e:v20181002-3e479534e-master

- interval: 2h
name: ci-kubernetes-e2e-gce-gci-latest-upgrade-etcd
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- args:
- --timeout=110
- --bare
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --check-version-skew=false
- --env=STORAGE_BACKEND=etcd2
- --env=ETCD_VERSION=2.2.1
- --env=ETCD_IMAGE=2.2.1
- --env=STORAGE_MEDIA_TYPE=application/json
- --extract=ci/latest
- --extract=ci/latest
- --gcp-node-image=gci
- --gcp-zone=us-central1-f
- --provider=gce
- --test=false
- --timeout=60m
- --upgrade_args=--ginkgo.focus=\[Feature:EtcdUpgrade\] --etcd-upgrade-storage=etcd3 --etcd-upgrade-version=3.0.17
image: gcr.io/k8s-testimages/kubekins-e2e:v20181002-3e479534e-master

- interval: 2h
name: ci-kubernetes-e2e-gce-master-new-downgrade-cluster
labels:
Expand Down
8 changes: 0 additions & 8 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2170,9 +2170,6 @@ test_groups:
# packages tests
- name: periodic-kubernetes-e2e-packages-pushed
gcs_prefix: kubernetes-jenkins/logs/periodic-kubernetes-e2e-packages-pushed
# etcd tests
- name: ci-kubernetes-e2e-gce-gci-latest-upgrade-etcd
gcs_prefix: kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-gci-latest-upgrade-etcd

# charts tests
- name: ci-kubernetes-charts-gce
Expand Down Expand Up @@ -4540,11 +4537,6 @@ dashboards:
test_group_name: ci-kubernetes-e2e-gke-gci-new-gci-master-upgrade-cluster-new
description: Upgrade master and node, in gke(gci), from 1.10 to master, and run skewed e2e tests

- name: sig-release-etcd-upgrades
dashboard_tab:
- name: gce-latest
test_group_name: ci-kubernetes-e2e-gce-gci-latest-upgrade-etcd

# These are the master *blocking* tests. These provide a valid binary signal
# to gate releases (alpha, beta, official).
# This list is used by kubernetes/release/lib/releaselib.sh to provide go/nogo
Expand Down

0 comments on commit 1ae1651

Please sign in to comment.