Skip to content

Commit cf3c138

Browse files
committed
ci: update test images with git, simplify pytest command
- Update test image tags to include git (needed by dorny/test-reporter) - Remove --ignore internal (no internal folder in OSS) - Remove -m 'not benchmark and not use_mlir' (run all tests, use_mlir auto-skips)
1 parent 6ea74dd commit cf3c138

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
build_py311: ghcr.io/nvidia/cutile-python/build_py_3.11_x86_64:2026-03-18-8573f3996301
3131
build_py312: ghcr.io/nvidia/cutile-python/build_py_3.12_x86_64:2026-03-18-63835ff03f5d
3232
build_py313: ghcr.io/nvidia/cutile-python/build_py_3.13_x86_64:2026-03-18-9cadab6c475e
33-
test_py310: ghcr.io/nvidia/cutile-python/test_py_3.10_x86_64:2026-03-18-09e8ff4f33de
34-
test_py311: ghcr.io/nvidia/cutile-python/test_py_3.11_x86_64:2026-03-18-0f68d8d46ac4
35-
test_py312: ghcr.io/nvidia/cutile-python/test_py_3.12_x86_64:2026-03-18-3fe476fda925
36-
test_py313: ghcr.io/nvidia/cutile-python/test_py_3.13_x86_64:2026-03-18-f40db2451d39
33+
test_py310: ghcr.io/nvidia/cutile-python/test_py_3.10_x86_64:2026-03-25-d688c40b1f28
34+
test_py311: ghcr.io/nvidia/cutile-python/test_py_3.11_x86_64:2026-03-25-ee977c750e6a
35+
test_py312: ghcr.io/nvidia/cutile-python/test_py_3.12_x86_64:2026-03-25-4a28b7ac9c10
36+
test_py313: ghcr.io/nvidia/cutile-python/test_py_3.13_x86_64:2026-03-25-daa77b7df120
3737
steps:
3838
- run: echo "Defining image tags"
3939

@@ -168,11 +168,7 @@ jobs:
168168
run: pip install dist/*.whl
169169

170170
- name: Run tests
171-
run: |
172-
pytest --ignore internal \
173-
-m 'not benchmark and not use_mlir' \
174-
--durations=10 \
175-
--junitxml=test-results.xml
171+
run: pytest --durations=10 --junitxml=test-results.xml .
176172

177173
- name: Upload test results
178174
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)