Skip to content

Commit

Permalink
Kops - move beta/stable* version marker jobs to versions file in order
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jan 17, 2020
1 parent 454a28c commit 45daee8
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 125 deletions.
@@ -1,4 +1,119 @@
periodics:
- interval: 1h
name: ci-kubernetes-e2e-kops-aws-beta
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
preset-e2e-platform-aws: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --aws
- --cluster=e2e-kops-aws-beta.test-cncf-aws.k8s.io
- --env=KOPS_DEPLOY_LATEST_URL=https://storage.googleapis.com/kubernetes-release-dev/ci/k8s-beta.txt
- --extract=ci/k8s-beta
- --ginkgo-parallel
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master
annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-beta

- interval: 2h
name: ci-kubernetes-e2e-kops-aws-stable1
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=e2e-kops-aws-stable1.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=admin
- --extract=ci/k8s-stable1
- --ginkgo-parallel
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master
annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-stable1

- interval: 4h
name: ci-kubernetes-e2e-kops-aws-stable2
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=e2e-kops-aws-stable2.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=admin
- --extract=ci/k8s-stable2
- --ginkgo-parallel
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master
annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-stable2

- interval: 6h
name: ci-kubernetes-e2e-kops-aws-stable3
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=e2e-kops-aws-stable3.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=admin
- --extract=ci/k8s-stable3
- --ginkgo-parallel
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master
annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-stable3

- interval: 8h
name: e2e-kops-aws-k8s-1-15
Expand Down
133 changes: 8 additions & 125 deletions config/jobs/kubernetes/sig-cloud-provider/aws/kops/kops-periodics.yaml
Expand Up @@ -24,39 +24,10 @@ periodics:
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws
- interval: 1h
name: ci-kubernetes-e2e-kops-aws-beta
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
preset-e2e-platform-aws: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --aws
- --cluster=e2e-kops-aws-beta.test-cncf-aws.k8s.io
- --env=KOPS_DEPLOY_LATEST_URL=https://storage.googleapis.com/kubernetes-release-dev/ci/k8s-beta.txt
- --extract=ci/k8s-beta
- --ginkgo-parallel
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-beta
- interval: 1h
name: ci-kubernetes-e2e-kops-aws-channelalpha
labels:
Expand Down Expand Up @@ -84,10 +55,10 @@ periodics:
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
imagePullPolicy: Always

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-channelalpha

- interval: 1h
name: ci-kubernetes-e2e-kops-aws-ena-nvme
labels:
Expand Down Expand Up @@ -116,10 +87,10 @@ periodics:
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
imagePullPolicy: Always

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-ena-nvme

- interval: 1h
name: ci-kubernetes-e2e-kops-aws-ha-uswest2
labels:
Expand Down Expand Up @@ -148,10 +119,10 @@ periodics:
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
imagePullPolicy: Always

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-ha-uswest2

- interval: 4h
name: ci-kubernetes-e2e-kops-aws-containerd
labels:
Expand Down Expand Up @@ -180,10 +151,10 @@ periodics:
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-1.17
imagePullPolicy: Always

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-containerd

- interval: 1h
name: ci-kubernetes-e2e-kops-aws-networking-kopeio-vxlan
labels:
Expand Down Expand Up @@ -211,10 +182,10 @@ periodics:
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
imagePullPolicy: Always

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-networking-kopeio-vxlan

- interval: 1h
name: ci-kubernetes-e2e-kops-aws-newrunner
labels:
Expand All @@ -241,97 +212,10 @@ periodics:
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
imagePullPolicy: Always

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-newrunner
- interval: 2h
name: ci-kubernetes-e2e-kops-aws-stable1
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=e2e-kops-aws-stable1.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=admin
- --extract=ci/k8s-stable1
- --ginkgo-parallel
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-stable1
- interval: 4h
name: ci-kubernetes-e2e-kops-aws-stable2
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=e2e-kops-aws-stable2.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=admin
- --extract=ci/k8s-stable2
- --ginkgo-parallel
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-stable2
- interval: 6h
name: ci-kubernetes-e2e-kops-aws-stable3
labels:
preset-service-account: "true"
preset-aws-ssh: "true"
preset-aws-credential: "true"
decorate: true
decoration_config:
timeout: 140m
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=e2e-kops-aws-stable3.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=admin
- --extract=ci/k8s-stable3
- --ginkgo-parallel
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-stable3
- interval: 1h
name: ci-kubernetes-e2e-kops-aws-updown
labels:
Expand All @@ -358,10 +242,10 @@ periodics:
- --test_args=--ginkgo.focus=\[k8s.io\]\sNetworking.*\[Conformance\]
- --timeout=30m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-updown

- interval: 24h
name: ci-kubernetes-e2e-kops-aws-weave
labels:
Expand All @@ -388,7 +272,6 @@ periodics:
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-aws, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-aws-weave
Expand Down Expand Up @@ -448,10 +331,10 @@ periodics:
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-kops-gce, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-gce

- interval: 1h
name: ci-kubernetes-e2e-kops-gce-channelalpha
labels:
Expand All @@ -477,10 +360,10 @@ periodics:
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
- --timeout=120m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200114-6d2c483-master

annotations:
testgrid-dashboards: google-kops-gce, sig-cluster-lifecycle-kops
testgrid-tab-name: kops-gce-channelalpha

- interval: 30m
name: ci-kubernetes-e2e-kops-gce-ha
labels:
Expand Down

0 comments on commit 45daee8

Please sign in to comment.