Skip to content

Commit

Permalink
Merge pull request #30336 from nawazkh/move_capi_1.3_upgrades_to_eks
Browse files Browse the repository at this point in the history
move periodic CAPI e2e workload upgrade 1.18 1.19 release 1.3 to eks
  • Loading branch information
k8s-ci-robot authored Aug 9, 2023
2 parents b1472a3 + 924b8f9 commit e1a6b81
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
periodics:

- name: periodic-cluster-api-e2e-workload-upgrade-1-18-1-19-release-1-3
cluster: eks-prow-build-cluster
interval: 24h
decorate: true
decoration_config:
Expand All @@ -22,7 +23,6 @@ periodics:
base_ref: master
path_alias: k8s.io/kubernetes
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-1.25
args:
Expand All @@ -47,6 +47,10 @@ periodics:
resources:
requests:
cpu: 7300m
memory: 32Gi
limits:
cpu: 7300m
memory: 32Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-1.3
testgrid-tab-name: capi-e2e-release-1-3-1-18-1-19
Expand Down

0 comments on commit e1a6b81

Please sign in to comment.