Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
3579fdab
Unverified
Commit
3579fdab
authored
Nov 17, 2025
by
Dhruv Nair
Committed by
GitHub
Nov 17, 2025
Browse files
[CI] Make CI logs less verbose (#12674)
update
parent
1afc2185
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
30 additions
and
30 deletions
+30
-30
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+7
-7
.github/workflows/pr_modular_tests.yml
.github/workflows/pr_modular_tests.yml
+1
-1
.github/workflows/pr_tests.yml
.github/workflows/pr_tests.yml
+4
-4
.github/workflows/pr_tests_gpu.yml
.github/workflows/pr_tests_gpu.yml
+5
-5
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+5
-5
.github/workflows/push_tests_fast.yml
.github/workflows/push_tests_fast.yml
+1
-1
.github/workflows/push_tests_mps.yml
.github/workflows/push_tests_mps.yml
+1
-1
.github/workflows/release_tests_fast.yml
.github/workflows/release_tests_fast.yml
+6
-6
No files found.
.github/workflows/nightly_tests.yml
View file @
3579fdab
...
...
@@ -84,7 +84,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_pipeline_${{ matrix.module }}_cuda \
--report-log=tests_pipeline_${{ matrix.module }}_cuda.log \
tests/pipelines/${{ matrix.module }}
...
...
@@ -138,7 +138,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_torch_${{ matrix.module }}_cuda \
--report-log=tests_torch_${{ matrix.module }}_cuda.log \
tests/${{ matrix.module }}
...
...
@@ -151,7 +151,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
--make-reports=examples_torch_cuda \
--make-reports=examples_torch_cuda \
--report-log=examples_torch_cuda.log \
examples/
...
...
@@ -198,7 +198,7 @@ jobs:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
RUN_COMPILE
:
yes
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
-k "compile" --make-reports=tests_torch_compile_cuda tests/
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "compile" --make-reports=tests_torch_compile_cuda tests/
-
name
:
Failure short reports
if
:
${{ failure() }}
run
:
cat reports/tests_torch_compile_cuda_failures_short.txt
...
...
@@ -293,7 +293,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_torch_minimum_version_cuda \
tests/models/test_modeling_common.py \
tests/pipelines/test_pipelines_common.py \
...
...
@@ -531,7 +531,7 @@ jobs:
# HF_HOME: /System/Volumes/Data/mnt/cache
# HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
# run: |
# ${CONDA_RUN} pytest -n 1
-s -v
--make-reports=tests_torch_mps \
# ${CONDA_RUN} pytest -n 1 --make-reports=tests_torch_mps \
# --report-log=tests_torch_mps.log \
# tests/
# - name: Failure short reports
...
...
@@ -587,7 +587,7 @@ jobs:
# HF_HOME: /System/Volumes/Data/mnt/cache
# HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
# run: |
# ${CONDA_RUN} pytest -n 1
-s -v
--make-reports=tests_torch_mps \
# ${CONDA_RUN} pytest -n 1 --make-reports=tests_torch_mps \
# --report-log=tests_torch_mps.log \
# tests/
# - name: Failure short reports
...
...
.github/workflows/pr_modular_tests.yml
View file @
3579fdab
...
...
@@ -120,7 +120,7 @@ jobs:
if
:
${{ matrix.config.framework == 'pytorch_pipelines' }}
run
:
|
pytest -n 8 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_${{ matrix.config.report }} \
tests/modular_pipelines
...
...
.github/workflows/pr_tests.yml
View file @
3579fdab
...
...
@@ -126,7 +126,7 @@ jobs:
if
:
${{ matrix.config.framework == 'pytorch_pipelines' }}
run
:
|
pytest -n 8 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_${{ matrix.config.report }} \
tests/pipelines
...
...
@@ -134,7 +134,7 @@ jobs:
if
:
${{ matrix.config.framework == 'pytorch_models' }}
run
:
|
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx and not Dependency" \
-k "not Flax and not Onnx and not Dependency" \
--make-reports=tests_${{ matrix.config.report }} \
tests/models tests/schedulers tests/others
...
...
@@ -255,11 +255,11 @@ jobs:
-
name
:
Run fast PyTorch LoRA tests with PEFT
run
:
|
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
-s -v
\
\
--make-reports=tests_peft_main \
tests/lora/
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
-s -v
\
\
--make-reports=tests_models_lora_peft_main \
tests/models/ -k "lora"
...
...
.github/workflows/pr_tests_gpu.yml
View file @
3579fdab
...
...
@@ -151,13 +151,13 @@ jobs:
run
:
|
if [ "${{ matrix.module }}" = "ip_adapters" ]; then
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_pipeline_${{ matrix.module }}_cuda \
tests/pipelines/${{ matrix.module }}
else
pattern=$(cat ${{ steps.extract_tests.outputs.pattern_file }})
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx and $pattern" \
-k "not Flax and not Onnx and $pattern" \
--make-reports=tests_pipeline_${{ matrix.module }}_cuda \
tests/pipelines/${{ matrix.module }}
fi
...
...
@@ -222,10 +222,10 @@ jobs:
run
:
|
pattern=$(cat ${{ steps.extract_tests.outputs.pattern_file }})
if [ -z "$pattern" ]; then
pytest -n 1
-sv
--max-worker-restart=0 --dist=loadfile -k "not Flax and not Onnx" tests/${{ matrix.module }} \
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "not Flax and not Onnx" tests/${{ matrix.module }} \
--make-reports=tests_torch_cuda_${{ matrix.module }}
else
pytest -n 1
-sv
--max-worker-restart=0 --dist=loadfile -k "not Flax and not Onnx and $pattern" tests/${{ matrix.module }} \
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "not Flax and not Onnx and $pattern" tests/${{ matrix.module }} \
--make-reports=tests_torch_cuda_${{ matrix.module }}
fi
...
...
@@ -274,7 +274,7 @@ jobs:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
run
:
|
uv pip install ".[training]"
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
--make-reports=examples_torch_cuda examples/
pytest -n 1 --max-worker-restart=0 --dist=loadfile --make-reports=examples_torch_cuda examples/
-
name
:
Failure short reports
if
:
${{ failure() }}
...
...
.github/workflows/push_tests.yml
View file @
3579fdab
...
...
@@ -87,7 +87,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_pipeline_${{ matrix.module }}_cuda \
tests/pipelines/${{ matrix.module }}
-
name
:
Failure short reports
...
...
@@ -141,7 +141,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_torch_cuda_${{ matrix.module }} \
tests/${{ matrix.module }}
...
...
@@ -189,7 +189,7 @@ jobs:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
RUN_COMPILE
:
yes
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
-k "compile" --make-reports=tests_torch_compile_cuda tests/
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "compile" --make-reports=tests_torch_compile_cuda tests/
-
name
:
Failure short reports
if
:
${{ failure() }}
run
:
cat reports/tests_torch_compile_cuda_failures_short.txt
...
...
@@ -230,7 +230,7 @@ jobs:
env
:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
-k "xformers" --make-reports=tests_torch_xformers_cuda tests/
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "xformers" --make-reports=tests_torch_xformers_cuda tests/
-
name
:
Failure short reports
if
:
${{ failure() }}
run
:
cat reports/tests_torch_xformers_cuda_failures_short.txt
...
...
@@ -273,7 +273,7 @@ jobs:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
run
:
|
uv pip install ".[training]"
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
--make-reports=examples_torch_cuda examples/
pytest -n 1 --max-worker-restart=0 --dist=loadfile --make-reports=examples_torch_cuda examples/
-
name
:
Failure short reports
if
:
${{ failure() }}
...
...
.github/workflows/push_tests_fast.yml
View file @
3579fdab
...
...
@@ -70,7 +70,7 @@ jobs:
if
:
${{ matrix.config.framework == 'pytorch' }}
run
:
|
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_${{ matrix.config.report }} \
tests/
...
...
.github/workflows/push_tests_mps.yml
View file @
3579fdab
...
...
@@ -57,7 +57,7 @@ jobs:
HF_HOME
:
/System/Volumes/Data/mnt/cache
HF_TOKEN
:
${{ secrets.HF_TOKEN }}
run
:
|
${CONDA_RUN} python -m pytest -n 0
-s -v
--make-reports=tests_torch_mps tests/
${CONDA_RUN} python -m pytest -n 0 --make-reports=tests_torch_mps tests/
-
name
:
Failure short reports
if
:
${{ failure() }}
...
...
.github/workflows/release_tests_fast.yml
View file @
3579fdab
...
...
@@ -84,7 +84,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_pipeline_${{ matrix.module }}_cuda \
tests/pipelines/${{ matrix.module }}
-
name
:
Failure short reports
...
...
@@ -137,7 +137,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_torch_${{ matrix.module }}_cuda \
tests/${{ matrix.module }}
...
...
@@ -187,7 +187,7 @@ jobs:
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v
-k "not Flax and not Onnx" \
-k "not Flax and not Onnx" \
--make-reports=tests_torch_minimum_cuda \
tests/models/test_modeling_common.py \
tests/pipelines/test_pipelines_common.py \
...
...
@@ -240,7 +240,7 @@ jobs:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
RUN_COMPILE
:
yes
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
-k "compile" --make-reports=tests_torch_compile_cuda tests/
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "compile" --make-reports=tests_torch_compile_cuda tests/
-
name
:
Failure short reports
if
:
${{ failure() }}
run
:
cat reports/tests_torch_compile_cuda_failures_short.txt
...
...
@@ -281,7 +281,7 @@ jobs:
env
:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
run
:
|
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
-k "xformers" --make-reports=tests_torch_xformers_cuda tests/
pytest -n 1 --max-worker-restart=0 --dist=loadfile -k "xformers" --make-reports=tests_torch_xformers_cuda tests/
-
name
:
Failure short reports
if
:
${{ failure() }}
run
:
cat reports/tests_torch_xformers_cuda_failures_short.txt
...
...
@@ -326,7 +326,7 @@ jobs:
HF_TOKEN
:
${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
run
:
|
uv pip install ".[training]"
pytest -n 1 --max-worker-restart=0 --dist=loadfile
-s -v
--make-reports=examples_torch_cuda examples/
pytest -n 1 --max-worker-restart=0 --dist=loadfile --make-reports=examples_torch_cuda examples/
-
name
:
Failure short reports
if
:
${{ failure() }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment