File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -927,7 +927,7 @@ workflows:
927927 - e2e-tests :
928928 name : E2ETest
929929 build : docker
930- parallelism : 4
930+ parallelism : 1
931931 requires :
932932 - Build docker image
933933 # Workflow for feature, bugfix, main branches
@@ -973,7 +973,7 @@ workflows:
973973 - e2e-tests :
974974 name : E2ETest
975975 build : docker
976- parallelism : 4
976+ parallelism : 1
977977 requires :
978978 - Build docker image
979979 # Approve to build
@@ -1061,7 +1061,7 @@ workflows:
10611061 - e2e-tests :
10621062 name : E2ETest
10631063 build : docker
1064- parallelism : 4
1064+ parallelism : 1
10651065 requires :
10661066 - Build docker image
10671067
@@ -1223,7 +1223,7 @@ workflows:
12231223 # e2e web tests on docker image build
12241224 - e2e-tests :
12251225 name : E2ETest - Nightly
1226- parallelism : 4
1226+ parallelism : 1
12271227 build : docker
12281228 report : true
12291229 requires :
You can’t perform that action at this time.
0 commit comments