Skip to content

Commit

Permalink
Add configuration for ironic-image release-27.0
Browse files Browse the repository at this point in the history
Also remove configuration for unused and unsupported ironic-image 24.0
  • Loading branch information
elfosardo committed Nov 27, 2024
1 parent 9f02ff7 commit 9b219ca
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ presubmits:
metal3-io/ironic-image:
- name: shellcheck
branches:
- release-24.0
- release-27.0
run_if_changed: '((\.sh)|^Makefile)$'
decorate: true
spec:
Expand All @@ -18,7 +18,7 @@ presubmits:
imagePullPolicy: Always
- name: markdownlint
branches:
- release-24.0
- release-27.0
run_if_changed: '(\.md|markdownlint\.sh)$'
decorate: true
spec:
Expand All @@ -32,27 +32,27 @@ presubmits:
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint-cli2:0.12.0@sha256:a3977fba9814f10d33a1d69ae607dc808e7a6470b2ba03e84c17193c0791aac0
imagePullPolicy: Always
- name: metal3-centos-e2e-integration-test-release-1-6
- name: metal3-centos-e2e-integration-test-release-1-8
branches:
- release-24.0
- release-27.0
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-6
- name: metal3-ubuntu-e2e-integration-test-release-1-8
branches:
- release-24.0
- release-27.0
agent: jenkins
always_run: false
optional: false
- name: metal3-dev-env-integration-test-centos-release-1-6
- name: metal3-dev-env-integration-test-centos-release-1-8
branches:
- release-24.0
- release-27.0
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-release-1-6
- name: metal3-dev-env-integration-test-ubuntu-release-1-8
branches:
- release-24.0
- release-27.0
agent: jenkins
always_run: false
optional: true

0 comments on commit 9b219ca

Please sign in to comment.