File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
prow/config/jobs/metal3-io Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ presubmits:
115115 - name : build
116116 branches :
117117 - main
118- run_if_changed : " ^api|^test|^Makefile$"
118+ run_if_changed : " ^api|^test|^Makefile$|^hack/buils.sh$ "
119119 decorate : true
120120 spec :
121121 containers :
@@ -128,6 +128,24 @@ presubmits:
128128 value : " TRUE"
129129 image : docker.io/golang:1.24
130130 imagePullPolicy : Always
131+ - name : build-fkas
132+ branches :
133+ - main
134+ run_if_changed : " ^hack/fake-apiserver|^api|^Makefile$|^hack/build.sh$"
135+ decorate : true
136+ spec :
137+ containers :
138+ - args :
139+ - ./hack/build.sh
140+ command :
141+ - sh
142+ env :
143+ - name : IS_CONTAINER
144+ value : " TRUE"
145+ - name : BUILD_FKAS
146+ value : " TRUE"
147+ image : docker.io/golang:1.24
148+ imagePullPolicy : Always
131149 # name: {job_prefix}-{image_os}-e2e-basic-test-{capm3_target_branch}
132150 - name : metal3-centos-e2e-basic-test-main
133151 branches :
You can’t perform that action at this time.
0 commit comments