Skip to content

Commit 740a2e8

Browse files
Merge pull request ppc64le-cloud#555 from kishen-v/add-1.33-conf
Enable unit and conformance tests on 1.33 branch
2 parents 8e736e9 + 9e7b245 commit 740a2e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/jobs/periodic/kubernetes/test-kubernetes-1.30-periodics.yaml renamed to config/jobs/periodic/kubernetes/test-kubernetes-1.33-periodics.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
periodics:
2-
- name: periodic-kubernetes-unit-test-ppc64le-1-30
2+
- name: periodic-kubernetes-unit-test-ppc64le-1-33
33
labels:
44
preset-ssh-bot: "true"
55
decorate: true
@@ -16,7 +16,7 @@ periodics:
1616
workdir: true
1717
spec:
1818
containers:
19-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-1.30
19+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250422-9d0e6fd518-1.33
2020
resources:
2121
requests:
2222
cpu: "1500m"
@@ -60,7 +60,7 @@ periodics:
6060
--up --set-kubeconfig=false --auto-approve \
6161
--retry-on-tf-failure 3 \
6262
--break-kubetest-on-upfail true --powervs-memory 32 \
63-
--extra-vars=k8s_branch:release-1.30 \
63+
--extra-vars=k8s_branch:release-1.33 \
6464
--playbook k8s-ut-remote.yml
6565
EXTERNAL_IP=`grep -E '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' $(pwd)/config4-$TIMESTAMP/hosts`
6666
kubetest2 tf --test=exec -- ssh -i /etc/secret-volume/ssh-privatekey root@$EXTERNAL_IP \
@@ -72,7 +72,7 @@ periodics:
7272
--cluster-name config4-$TIMESTAMP \
7373
--down --auto-approve --ignore-destroy-errors
7474
[ $rc != 0 ] && echo "ERROR: Unit Test suite exited with code:$rc"; exit $rc
75-
- name: periodic-kubernetes-containerd-conformance-test-ppc64le-1-30
75+
- name: periodic-kubernetes-containerd-conformance-test-ppc64le-1-33
7676
labels:
7777
preset-dind-enabled: "true"
7878
preset-ibmcloud-cred: "true"
@@ -88,12 +88,12 @@ periodics:
8888
org: kubernetes-sigs
8989
repo: provider-ibmcloud-test-infra
9090
workdir: true
91-
- base_ref: release-1.30
91+
- base_ref: release-1.33
9292
org: kubernetes
9393
repo: kubernetes
9494
spec:
9595
containers:
96-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-1.30
96+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250422-9d0e6fd518-1.33
9797
securityContext:
9898
privileged: true
9999
env:
@@ -143,7 +143,7 @@ periodics:
143143
# Details of IBM S3 storage
144144
S3_SERVER=s3.us.cloud-object-storage.appdomain.cloud
145145
BUCKET=k8s-infra-cos-bucket
146-
DIRECTORY=1.30
146+
DIRECTORY=1.33
147147
148148
# Build and push artifacts to IBM COS
149149
REPOROOT=../../kubernetes/kubernetes

0 commit comments

Comments
 (0)