Skip to content

Commit

Permalink
Merge pull request #919 from elfosardo/ironic-image-release-270
Browse files Browse the repository at this point in the history
Add configuration for ironic-image release-27.0
  • Loading branch information
metal3-io-bot authored Nov 27, 2024
2 parents da8adfa + 0628765 commit 601e198
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions prow/config/jobs/metal3-io/ironic-image-release-27.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
presubmits:
metal3-io/ironic-image:
- name: shellcheck
branches:
- release-27.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-27.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: metal3-centos-e2e-integration-test-release-1-8
branches:
- release-27.0
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-8
branches:
- release-27.0
agent: jenkins
always_run: false
optional: false
- name: metal3-dev-env-integration-test-centos-release-1-8
branches:
- release-27.0
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-release-1-8
branches:
- release-27.0
agent: jenkins
always_run: false
optional: true

0 comments on commit 601e198

Please sign in to comment.