Skip to content

Commit

Permalink
openshift/os: no longer limit tests to build02
Browse files Browse the repository at this point in the history
As per openshift/os#1551 (comment)
we should no longer have to limit tests to the build02 cluster since
OpenShift CNV was installed on all the build clusters.

This should make it easier for our jobs to get scheduled.
  • Loading branch information
jlebon committed Nov 20, 2024
1 parent 0b95d69 commit e524a96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,56 +109,48 @@ tests:
from: src
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: rhcos-9-build-test-qemu
cluster: build02
commands: /src/ci/prow-entrypoint.sh rhcos-9-build-test-qemu
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 4h0m0s
- as: rhcos-9-build-test-metal
cluster: build02
commands: /src/ci/prow-entrypoint.sh rhcos-9-build-test-metal
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
- as: rhcos-96-build-test-qemu
cluster: build02
commands: /src/ci/prow-entrypoint.sh rhcos-96-build-test-qemu
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 4h0m0s
- as: rhcos-96-build-test-metal
cluster: build02
commands: /src/ci/prow-entrypoint.sh rhcos-96-build-test-metal
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
- as: scos-9-build-test-qemu
cluster: build02
commands: /src/ci/prow-entrypoint.sh scos-9-build-test-qemu
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 4h0m0s
- as: scos-9-build-test-metal
cluster: build02
commands: /src/ci/prow-entrypoint.sh scos-9-build-test-metal
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
- as: scos-10-build-test-qemu
cluster: build02
commands: /src/ci/prow-entrypoint.sh scos-10-build-test-qemu
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 4h0m0s
- as: scos-10-build-test-metal
cluster: build02
commands: /src/ci/prow-entrypoint.sh scos-10-build-test-metal
container:
from: build-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ presubmits:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -128,7 +127,6 @@ presubmits:
skip_cloning: true
timeout: 4h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -187,7 +185,6 @@ presubmits:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -246,7 +243,6 @@ presubmits:
skip_cloning: true
timeout: 4h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -305,7 +301,6 @@ presubmits:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -364,7 +359,6 @@ presubmits:
skip_cloning: true
timeout: 4h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -423,7 +417,6 @@ presubmits:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down Expand Up @@ -482,7 +475,6 @@ presubmits:
skip_cloning: true
timeout: 4h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Expand Down

0 comments on commit e524a96

Please sign in to comment.