Skip to content

Commit

Permalink
fix required tests in prow config for ipam and ironic-image
Browse files Browse the repository at this point in the history
Too many and/or wrong tests were added to IPAM and ironic-image, so
cleanup extras.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Aug 30, 2024
1 parent c8ee1fa commit 0bab2a4
Showing 1 changed file with 2 additions and 43 deletions.
45 changes: 2 additions & 43 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ presubmits:
- name: metal3-centos-e2e-integration-test-release-1-7
agent: jenkins
always_run: false
optional: false
optional: true
- name: metal3-centos-e2e-integration-test-release-1-6
agent: jenkins
always_run: false
Expand Down Expand Up @@ -2693,6 +2693,7 @@ presubmits:
- release-1.8
agent: jenkins
always_run: false
optional: true
- name: metal3-ubuntu-e2e-feature-test-release-1-7-pivoting
branches:
- release-1.7
Expand Down Expand Up @@ -2983,12 +2984,6 @@ presubmits:
agent: jenkins
always_run: false
optional: false
- name: metal3-centos-e2e-integration-test-release-1-7
branches:
- release-25.0
agent: jenkins
always_run: false
optional: false
- name: metal3-centos-e2e-integration-test-release-1-7
branches:
- release-24.1
Expand Down Expand Up @@ -3019,18 +3014,6 @@ presubmits:
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-8
branches:
- release-24.1
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-7
branches:
- release-25.0
agent: jenkins
always_run: false
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-7
branches:
- release-24.1
Expand Down Expand Up @@ -3061,18 +3044,6 @@ presubmits:
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-centos-release-1-8
branches:
- release-24.1
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-centos-release-1-7
branches:
- release-25.0
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-centos-release-1-7
branches:
- release-24.1
Expand Down Expand Up @@ -3103,18 +3074,6 @@ presubmits:
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-release-1-8
branches:
- release-24.1
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-release-1-7
branches:
- release-25.0
agent: jenkins
always_run: false
optional: true
- name: metal3-dev-env-integration-test-ubuntu-release-1-7
branches:
- release-24.1
Expand Down

0 comments on commit 0bab2a4

Please sign in to comment.