Skip to content

Commit f4aa93a

Browse files
authored
Move ci-tools to build01 (#59248)
1 parent 902fd68 commit f4aa93a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -790,25 +790,25 @@ resources:
790790
test_binary_build_commands: make race-install
791791
tests:
792792
- as: unit
793-
cluster: build10
793+
cluster: build01
794794
commands: make test TESTFLAGS='-count=25 -coverprofile=cover.out'
795795
container:
796796
from: src
797797
node_architecture: arm64
798798
- as: codegen
799-
cluster: build10
799+
cluster: build01
800800
commands: make verify-gen
801801
container:
802802
from: src
803803
node_architecture: arm64
804804
- as: format
805-
cluster: build10
805+
cluster: build01
806806
commands: make format
807807
container:
808808
from: src
809809
node_architecture: arm64
810810
- as: integration
811-
cluster: build10
811+
cluster: build01
812812
commands: make integration
813813
container:
814814
from: test-bin
@@ -911,7 +911,7 @@ tests:
911911
cpu: 100m
912912
memory: 200Mi
913913
- as: breaking-changes
914-
cluster: build10
914+
cluster: build01
915915
node_architecture: arm64
916916
optional: true
917917
steps:
@@ -931,19 +931,19 @@ tests:
931931
cpu: 100m
932932
memory: 200Mi
933933
- as: checkconfig
934-
cluster: build10
934+
cluster: build01
935935
commands: make validate-checkconfig
936936
container:
937937
from: test-bin
938938
node_architecture: arm64
939939
- as: validate-vendor
940-
cluster: build10
940+
cluster: build01
941941
commands: make validate-vendor
942942
container:
943943
from: src
944944
node_architecture: arm64
945945
- as: frontend-checks
946-
cluster: build10
946+
cluster: build01
947947
commands: make verify-frontend-format frontend-checks
948948
container:
949949
from: test-bin

0 commit comments

Comments
 (0)