Skip to content

Commit 1728382

Browse files
Merge pull request #556 from Amulyam24/capibm
Update CAPIBM kubekins image and E2E jobs to test release version 0.11.0
2 parents 740a2e8 + 05d8795 commit 1728382

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/jobs/periodic/cluster-api-provider-ibmcloud/test-e2e-capi-ibmcloud-periodics.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ periodics:
1717
workdir: true
1818
spec:
1919
containers:
20-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.31
20+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.32
2121
resources:
2222
limits:
2323
cpu: "1000m"
@@ -33,7 +33,7 @@ periodics:
3333
- "./scripts/ci-e2e.sh"
3434
securityContext:
3535
privileged: true
36-
- name: periodic-capi-provider-ibmcloud-e2e-powervs-release-0.9
36+
- name: periodic-capi-provider-ibmcloud-e2e-powervs-release-0.11
3737
labels:
3838
preset-dind-enabled: "true"
3939
preset-kind-volume-mounts: "true"
@@ -45,13 +45,13 @@ periodics:
4545
gcs_credentials_secret: gcs-credentials
4646
cron: "0 6 * * 6"
4747
extra_refs:
48-
- base_ref: release-0.9
48+
- base_ref: release-0.11
4949
org: kubernetes-sigs
5050
repo: cluster-api-provider-ibmcloud
5151
workdir: true
5252
spec:
5353
containers:
54-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.30
54+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.32
5555
resources:
5656
limits:
5757
cpu: "1000m"
@@ -119,7 +119,7 @@ periodics:
119119
workdir: true
120120
spec:
121121
containers:
122-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.31
122+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.32
123123
limits:
124124
cpu: "1000m"
125125
requests:
@@ -134,7 +134,7 @@ periodics:
134134
- "./scripts/ci-e2e.sh"
135135
securityContext:
136136
privileged: true
137-
- name: periodic-capi-provider-ibmcloud-e2e-vpc-release-0.9
137+
- name: periodic-capi-provider-ibmcloud-e2e-vpc-release-0.11
138138
labels:
139139
preset-dind-enabled: "true"
140140
preset-kind-volume-mounts: "true"
@@ -146,13 +146,13 @@ periodics:
146146
gcs_credentials_secret: gcs-credentials
147147
cron: "0 2 * * 6"
148148
extra_refs:
149-
- base_ref: release-0.9
149+
- base_ref: release-0.11
150150
org: kubernetes-sigs
151151
repo: cluster-api-provider-ibmcloud
152152
workdir: true
153153
spec:
154154
containers:
155-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.30
155+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-1.32
156156
limits:
157157
cpu: "1000m"
158158
requests:

0 commit comments

Comments
 (0)