Skip to content

Commit

Permalink
Add configuration for ironic-image release-28.0
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Pittau <[email protected]>
  • Loading branch information
elfosardo committed Feb 24, 2025
1 parent 5386977 commit 574b2c8
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions prow/config/jobs/metal3-io/ironic-image-release-28.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
presubmits:
metal3-io/ironic-image:
- name: shellcheck
branches:
- release-28.0
run_if_changed: '((\.sh)|^Makefile)$'
decorate: true
spec:
containers:
- args:
- ./hack/shellcheck.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63
imagePullPolicy: Always
- name: markdownlint
branches:
- release-28.0
run_if_changed: '(\.md|markdownlint\.sh)$'
decorate: true
spec:
containers:
- args:
- ./hack/markdownlint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint-cli2:0.12.0@sha256:a3977fba9814f10d33a1d69ae607dc808e7a6470b2ba03e84c17193c0791aac0
imagePullPolicy: Always
# name: {job_prefix}-{image_os}-e2e-integration-test-{capm3_target_branch}
- name: metal3-centos-e2e-integration-test-main
branches:
- release-28.0
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-main
branches:
- release-28.0
agent: jenkins
always_run: false
optional: false
- name: metal3-dev-env-integration-test-centos-main
branches:
- release-28.0
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-main
branches:
- release-28.0
agent: jenkins
always_run: false
optional: true
1 change: 1 addition & 0 deletions prow/config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ milestone_applier:
release-1.7: "IPAM - v1.7"
metal3-io/ironic-image:
main: "ironic-image - v28.0"
release-28.0: "ironic-image - v28.0"
release-27.0: "ironic-image - v27.0"
release-26.0: "ironic-image - v26.0"
release-25.0: "ironic-image - v25.0"
Expand Down

0 comments on commit 574b2c8

Please sign in to comment.