Skip to content

Commit

Permalink
[ci](cloud_p0)do not run nonConcurrent case to reduce build time
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Sep 23, 2024
1 parent 5214e6b commit 05f514f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression-test/pipeline/cloud_p0/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ run() {
--times "${repeat_times_from_trigger:-1}" \
-parallel 18 \
-suiteParallel 18 \
-actionParallel 10; then
-actionParallel 10 \
-runNonConcurrent false; then
echo
else
bash "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/get-or-set-tmp-env.sh 'set' "export need_collect_log=true"
Expand Down

0 comments on commit 05f514f

Please sign in to comment.