File tree 1 file changed +32
-0
lines changed
config/jobs/kubernetes/sig-cloud-provider/aws/kops
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,38 @@ periodics:
128
128
testgrid-dashboards : google-aws, sig-cluster-lifecycle-kops
129
129
testgrid-tab-name : kops-aws-containerd
130
130
131
+ - interval : 30m
132
+ name : ci-kubernetes-e2e-kops-aws-coredns
133
+ labels :
134
+ preset-service-account : " true"
135
+ preset-aws-ssh : " true"
136
+ preset-aws-credential : " true"
137
+ preset-e2e-platform-aws : " true"
138
+ decorate : true
139
+ decoration_config :
140
+ timeout : 140m
141
+ spec :
142
+ containers :
143
+ - command :
144
+ - runner.sh
145
+ - /workspace/scenarios/kubernetes_e2e.py
146
+ args :
147
+ - --cluster=e2e-kops-aws-coredns.test-cncf-aws.k8s.io
148
+ - --deployment=kops
149
+ - --extract=ci/latest
150
+ - --ginkgo-parallel
151
+ - --kops-overrides=spec.kubeDNS.provider=CoreDNS
152
+ - --kops-priority-path=/workspace/kubernetes/platforms/linux/amd64
153
+ - --kops-publish=gs://kops-ci/bin/latest-ci-green.txt
154
+ - --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
155
+ - --provider=aws
156
+ - --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort
157
+ - --timeout=120m
158
+ image : gcr.io/k8s-testimages/kubekins-e2e:v20200206-f88edef-master
159
+ annotations :
160
+ testgrid-dashboards : google-aws, sig-cluster-lifecycle-kops
161
+ testgrid-tab-name : kops-aws-coredns
162
+
131
163
- interval : 1h
132
164
name : ci-kubernetes-e2e-kops-aws-newrunner
133
165
labels :
You can’t perform that action at this time.
0 commit comments