Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run ironic-image 27.0 tests versus release-1.9 #940

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions prow/config/jobs/metal3-io/ironic-image-release-27.0.yaml
tuminoid marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ presubmits:
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint-cli2:0.12.0@sha256:a3977fba9814f10d33a1d69ae607dc808e7a6470b2ba03e84c17193c0791aac0
imagePullPolicy: Always
- name: metal3-centos-e2e-integration-test-release-1-8
- name: metal3-centos-e2e-integration-test-release-1-9
branches:
- release-27.0
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-8
- name: metal3-ubuntu-e2e-integration-test-release-1-9
branches:
- release-27.0
agent: jenkins
always_run: false
optional: false
- name: metal3-dev-env-integration-test-centos-release-1-8
- name: metal3-dev-env-integration-test-centos-release-1-9
branches:
- release-27.0
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-release-1-8
- name: metal3-dev-env-integration-test-ubuntu-release-1-9
branches:
- release-27.0
agent: jenkins
Expand Down
Loading