File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
ci-operator/config/openshift/ci-tools Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -790,25 +790,25 @@ resources:
790790test_binary_build_commands : make race-install
791791tests :
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
You can’t perform that action at this time.
0 commit comments