File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
config/jobs/kubernetes/cloud-provider-ibmcloud Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -77,3 +77,29 @@ presubmits:
77
77
echo "ERROR: k8s setup and quick run exited with code: $rc"
78
78
exit $rc
79
79
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"
You can’t perform that action at this time.
0 commit comments