Browse Source

[to #46480415]feat: ci command custom support regression case run all case in subprocess

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10936241
master^2
mulin.lyh 2 years ago
parent
commit
f663f420c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .dev_scripts/dockerci.sh

+ 1
- 1
.dev_scripts/dockerci.sh View File

@@ -7,7 +7,7 @@ gpus='0,1 2,3 4,5 6,7'
cpu_sets='45-58 31-44 16-30 0-15'
cpu_sets_arr=($cpu_sets)
is_get_file_lock=false
CI_COMMAND='bash .dev_scripts/ci_container_test.sh python tests/run.py --parallel 2 --run_config tests/run_config.yaml'
CI_COMMAND=${CI_COMMAND:-bash .dev_scripts/ci_container_test.sh python tests/run.py --parallel 2 --run_config tests/run_config.yaml}
echo "ci command: $CI_COMMAND"
idx=0
for gpu in $gpus


Loading…
Cancel
Save