Skip to content

Commit 26d6b13

Browse files
authored
Merge pull request #35520 from kishen-v/ibmcloud-tf2-sm-build
Add presubmit build jobs for provider-ibmcloud-test-infra
2 parents 452082f + 5ef764e commit 26d6b13

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

config/jobs/kubernetes/cloud-provider-ibmcloud/cloud-provider-ibmcloud-presubmits.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,29 @@ presubmits:
7777
echo "ERROR: k8s setup and quick run exited with code: $rc"
7878
exit $rc
7979
fi
80+
81+
- name: pull-provider-ibmcloud-test-infra-kubetest2-secretmanager-build
82+
cluster: k8s-infra-ppc64le-prow-build
83+
always_run: true
84+
decorate: true
85+
decoration_config:
86+
timeout: 30m
87+
annotations:
88+
testgrid-dashboards: ibm-ppc64le-presubmits
89+
testgrid-tab-name: kubetest2-tf-secretmanager-build
90+
spec:
91+
containers:
92+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250815-171060767f-master
93+
command:
94+
- runner.sh
95+
args:
96+
- make
97+
- build-deployer-tf
98+
- build-secret-manager
99+
resources:
100+
requests:
101+
cpu: 1
102+
memory: "2Gi"
103+
limits:
104+
cpu: 1
105+
memory: "2Gi"

0 commit comments

Comments
 (0)