Skip to content

Commit 1ac0fd0

Browse files
committed
[CI] Quiet coverage combine
ghstack-source-id: ba49af9 Pull-Request: #3280
1 parent 7dd1e61 commit 1ac0fd0

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

.github/unittest/linux/scripts/run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ if [ $EXIT_STATUS -ne 0 ]; then
323323
echo "Some tests failed with exit status $EXIT_STATUS"
324324
fi
325325

326-
coverage combine
326+
coverage combine -q
327327
coverage xml -i
328328

329329
# ==================================================================================== #

.github/unittest/linux_distributed/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export BATCHED_PIPE_TIMEOUT=60
2424
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_test.py -v --durations 200
2525
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_test_deps.py -v --durations 200 -k 'test_gym or test_dm_control_pixels or test_dm_control or test_tb'
2626
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_distributed.py --instafail -v --durations 200 --mp_fork_if_no_cuda
27-
coverage combine
27+
coverage combine -q
2828
coverage xml -i

.github/unittest/linux_libs/scripts_ataridqn/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ lib_dir="${env_dir}/lib"
2121
conda deactivate && conda activate ./env
2222

2323
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 --capture no -k TestAtariDQN --error-for-skips --runslow
24-
coverage combine
24+
coverage combine -q
2525
coverage xml -i

.github/unittest/linux_libs/scripts_brax/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ except Exception as e:
6565
python -c 'import torch;t = torch.ones([2,2], device="cuda:0");print(t);print("tensor device:" + str(t.device))'
6666

6767
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 --capture no -k TestBrax --error-for-skips
68-
coverage combine
68+
coverage combine -q
6969
coverage xml -i

.github/unittest/linux_libs/scripts_chess/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ python -c "import chess"
2424

2525
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_env.py --instafail -v --durations 200 --capture no -k TestChessEnv --error-for-skips --runslow
2626

27-
coverage combine
27+
coverage combine -q
2828
coverage xml -i

.github/unittest/linux_libs/scripts_d4rl/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ import d4rl
4444

4545
printf "* Tests"
4646
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 --capture no -k TestD4RL --error-for-skips --runslow
47-
coverage combine
47+
coverage combine -q
4848
coverage xml -i

.github/unittest/linux_libs/scripts_envpool/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ export MKL_THREADING_LAYER=GNU
2929
python -c "import envpool"
3030

3131
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 --capture no -k TestEnvPool --error-for-skips
32-
coverage combine
32+
coverage combine -q
3333
coverage xml -i

.github/unittest/linux_libs/scripts_gen-dgrl/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ lib_dir="${env_dir}/lib"
2121
conda deactivate && conda activate ./env
2222

2323
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 --capture no -k TestGenDGRL --error-for-skips --runslow
24-
coverage combine
24+
coverage combine -q
2525
coverage xml -i

.github/unittest/linux_libs/scripts_gym/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ unset LD_PRELOAD
2525
export DISPLAY=:99
2626
Xvfb :99 -screen 0 1400x900x24 > /dev/null 2>&1 &
2727
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 -k "gym and not isaac" --error-for-skips --mp_fork
28-
coverage combine
28+
coverage combine -q
2929
coverage xml -i

.github/unittest/linux_libs/scripts_habitat/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ env.reset()
5353
"""
5454

5555
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/test_libs.py --instafail -v --durations 200 --capture no -k TestHabitat --error-for-skips
56-
coverage combine
56+
coverage combine -q
5757
coverage xml -i

0 commit comments

Comments
 (0)