Skip to content

Commit 46723bc

Browse files
authored
Merge pull request #8765 from sudharshanibm/boskos-update
Update boskos resource type and state for s390x
2 parents d5bf304 + c225905 commit 46723bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kubernetes/ibm-s390x/prow/boskos-janitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
image: gcr.io/k8s-staging-boskos/ibmcloud-janitor-boskos:v20250922-14f95fc
2121
args:
2222
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
23-
- --resource-type=powervs
23+
- --resource-type=vpc-service
2424
- --ignore-api-key=true
2525
- --account-id=efa47ec6fd45473a9e1fd6b7b8363f5c
2626
env:

kubernetes/ibm-s390x/prow/boskos-reaper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
2020
image: gcr.io/k8s-staging-boskos/reaper:v20250922-14f95fc
2121
args:
2222
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
23-
- --resource-type=powervs
23+
- --resource-type=vpc-service

kubernetes/ibm-s390x/prow/boskos-resources-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data:
44
resources:
55
- names:
66
- k8s-s390x-test-vpc
7-
state: dirty
7+
state: free
88
type: vpc-service
99
kind: ConfigMap
1010
metadata:

0 commit comments

Comments
 (0)