File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -1330,3 +1330,35 @@ periodics:
1330
1330
memory : " 3Gi"
1331
1331
nodeSelector :
1332
1332
kubernetes.io/arch : arm64
1333
+
1334
+ - name : ci-etcd-integration-4-cpu-release34-amd64
1335
+ cluster : eks-prow-build-cluster
1336
+ interval : 24h
1337
+ extra_refs :
1338
+ - org : etcd-io
1339
+ repo : etcd
1340
+ base_ref : release-3.4
1341
+ decorate : true
1342
+ annotations :
1343
+ testgrid-dashboards : sig-etcd-periodics
1344
+ testgrid-tab-name : ci-etcd-integration-4-cpu-release34-amd64
1345
+ spec :
1346
+ containers :
1347
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250513-98d205aae3-master
1348
+ command :
1349
+ - runner.sh
1350
+ args :
1351
+ - bash
1352
+ - -c
1353
+ - |
1354
+ set -euo pipefail
1355
+ make gofail-enable
1356
+ export JUNIT_REPORT_DIR=${ARTIFACTS}
1357
+ GOOS=linux GOARCH=amd64 CPU=4 make test-integration
1358
+ resources :
1359
+ requests :
1360
+ cpu : " 6"
1361
+ memory : " 3Gi"
1362
+ limits :
1363
+ cpu : " 6"
1364
+ memory : " 3Gi"
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ postsubmits:
268
268
branches :
269
269
- main
270
270
- release-3.6
271
+ - release-3.4
271
272
decorate : true
272
273
annotations :
273
274
testgrid-dashboards : sig-etcd-postsubmits
Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ presubmits:
410
410
branches :
411
411
- main
412
412
- release-3.6
413
+ - release-3.4
413
414
decorate : true
414
415
annotations :
415
416
testgrid-dashboards : sig-etcd-presubmits
You can’t perform that action at this time.
0 commit comments