File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
config/jobs/kubernetes-sigs/cluster-api-provider-aws Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,52 @@ periodics:
4040 testgrid-tab-name : periodic-e2e-main
4141 testgrid-alert-email :
[email protected] 4242 testgrid-num-failures-to-alert : " 2"
43+ - name : periodic-cluster-api-provider-aws-e2e-eks-canary
44+ cluster : eks-prow-build-cluster
45+ decorate : true
46+ decoration_config :
47+ timeout : 5h
48+ # Changed from 12 hours to reduce time spent waiting for job to run
49+ # TODO(xmudrii): rollback to 12 hours
50+ interval : 1h
51+ labels :
52+ preset-dind-enabled : " true"
53+ preset-kind-volume-mounts : " true"
54+ preset-service-account : " true"
55+ preset-aws-ssh : " true"
56+ preset-aws-credential : " true"
57+ extra_refs :
58+ - org : kubernetes-sigs
59+ repo : cluster-api-provider-aws
60+ base_ref : main
61+ path_alias : " sigs.k8s.io/cluster-api-provider-aws"
62+ spec :
63+ containers :
64+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230406-23cb1879e3-1.25
65+ command :
66+ - " runner.sh"
67+ - " ./scripts/ci-e2e.sh"
68+ env :
69+ - name : BOSKOS_HOST
70+ value : " boskos.test-pods.svc.cluster.local"
71+ - name : AWS_REGION
72+ value : " us-west-2"
73+ # Parallelize tests
74+ - name : GINKGO_ARGS
75+ value : " -nodes 20 -skip='\\ [ClusterClass\\ ]'"
76+ securityContext :
77+ privileged : true
78+ resources :
79+ limits :
80+ cpu : 2
81+ memory : " 9Gi"
82+ requests :
83+ cpu : 2
84+ memory : " 9Gi"
85+ annotations :
86+ testgrid-dashboards : sig-k8s-infra-canaries
87+ testgrid-tab-name : periodic-aws-e2e-main-canary
88+ testgrid-num-columns-recent : " 6"
4389- name : periodic-cluster-api-provider-aws-eks-e2e
4490 decorate : true
4591 decoration_config :
You can’t perform that action at this time.
0 commit comments