We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64705fe commit 81888b4Copy full SHA for 81888b4
prow/config/jobs/metal3-io/cluster-api-provider-metal3.yaml
@@ -128,6 +128,24 @@ presubmits:
128
value: "TRUE"
129
image: docker.io/golang:1.24
130
imagePullPolicy: Always
131
+ - name: build-fkas
132
+ branches:
133
+ - main
134
+ run_if_changed: "^(hack/fake-apiserver/|api/).*$"
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
147
+ image: docker.io/golang:1.24
148
+ imagePullPolicy: Always
149
# name: {job_prefix}-{image_os}-e2e-basic-test-{capm3_target_branch}
150
- name: metal3-centos-e2e-basic-test-main
151
branches:
0 commit comments