Skip to content

Commit dafcb95

Browse files
committed
Add FKAS build to PR checks
Signed-off-by: peppi-lotta <[email protected]>
1 parent 64705fe commit dafcb95

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

prow/config/jobs/metal3-io/cluster-api-provider-metal3-release-1.10.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- release-1.10
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+
value: "TRUE"
147+
image: docker.io/golang:1.24
148+
imagePullPolicy: Always
131149
- name: metal3-centos-e2e-basic-test-release-1-10
132150
branches:
133151
- release-1.10

prow/config/jobs/metal3-io/cluster-api-provider-metal3-release-1.11.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- release-1.11
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+
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-release-1-11
133151
branches:

prow/config/jobs/metal3-io/cluster-api-provider-metal3-release-1.9.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- release-1.9
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+
value: "TRUE"
147+
image: docker.io/golang:1.24
148+
imagePullPolicy: Always
131149
- name: metal3-centos-e2e-basic-test-release-1-9
132150
branches:
133151
- release-1.9

0 commit comments

Comments
 (0)