[gh ci] less output ( --durations=50) (#7989)
This commit is contained in:
8
.github/workflows/self-scheduled.yml
vendored
8
.github/workflows/self-scheduled.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
RUN_SLOW: yes
|
RUN_SLOW: yes
|
||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=0
|
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=50
|
||||||
|
|
||||||
- name: Run examples tests on GPU
|
- name: Run examples tests on GPU
|
||||||
env:
|
env:
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
pip install -r examples/requirements.txt
|
pip install -r examples/requirements.txt
|
||||||
python -m pytest -n 1 --dist=loadfile -s examples --durations=0
|
python -m pytest -n 1 --dist=loadfile -s examples --durations=50
|
||||||
|
|
||||||
run_all_tests_torch_and_tf_multiple_gpu:
|
run_all_tests_torch_and_tf_multiple_gpu:
|
||||||
runs-on: [self-hosted, multi-gpu]
|
runs-on: [self-hosted, multi-gpu]
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
RUN_SLOW: yes
|
RUN_SLOW: yes
|
||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=0
|
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=50
|
||||||
|
|
||||||
- name: Run examples tests on GPU
|
- name: Run examples tests on GPU
|
||||||
env:
|
env:
|
||||||
@@ -130,4 +130,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
pip install -r examples/requirements.txt
|
pip install -r examples/requirements.txt
|
||||||
python -m pytest -n 1 --dist=loadfile -s examples --durations=0
|
python -m pytest -n 1 --dist=loadfile -s examples --durations=50
|
||||||
|
|||||||
Reference in New Issue
Block a user