Skip to content

Commit 6228f49

Browse files
committed
openshift/os: no longer limit tests to build02
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.
1 parent 0e33016 commit 6228f49

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci-operator/config/openshift/os/openshift-os-master.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,56 +113,48 @@ tests:
113113
from: src
114114
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
115115
- as: rhcos-9-build-test-qemu
116-
cluster: build02
117116
commands: /src/ci/prow-entrypoint.sh rhcos-9-build-test-qemu
118117
container:
119118
from: build-image
120119
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
121120
timeout: 4h0m0s
122121
- as: rhcos-9-build-test-metal
123-
cluster: build02
124122
commands: /src/ci/prow-entrypoint.sh rhcos-9-build-test-metal
125123
container:
126124
from: build-image
127125
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
128126
timeout: 3h0m0s
129127
- as: rhcos-96-build-test-qemu
130-
cluster: build02
131128
commands: /src/ci/prow-entrypoint.sh rhcos-96-build-test-qemu
132129
container:
133130
from: build-image
134131
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
135132
timeout: 4h0m0s
136133
- as: rhcos-96-build-test-metal
137-
cluster: build02
138134
commands: /src/ci/prow-entrypoint.sh rhcos-96-build-test-metal
139135
container:
140136
from: build-image
141137
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
142138
timeout: 3h0m0s
143139
- as: scos-9-build-test-qemu
144-
cluster: build02
145140
commands: /src/ci/prow-entrypoint.sh scos-9-build-test-qemu
146141
container:
147142
from: build-image
148143
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
149144
timeout: 4h0m0s
150145
- as: scos-9-build-test-metal
151-
cluster: build02
152146
commands: /src/ci/prow-entrypoint.sh scos-9-build-test-metal
153147
container:
154148
from: build-image
155149
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
156150
timeout: 3h0m0s
157151
- as: scos-10-build-test-qemu
158-
cluster: build02
159152
commands: /src/ci/prow-entrypoint.sh scos-10-build-test-qemu
160153
container:
161154
from: build-image
162155
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
163156
timeout: 4h0m0s
164157
- as: scos-10-build-test-metal
165-
cluster: build02
166158
commands: /src/ci/prow-entrypoint.sh scos-10-build-test-metal
167159
container:
168160
from: build-image

0 commit comments

Comments
 (0)