Skip to content

Commit 402759e

Browse files
Copilotleofang
andcommitted
Remove cuda.core test steps from both test workflows
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 7f46e6c commit 402759e

2 files changed

Lines changed: 2 additions & 55 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -240,29 +240,7 @@ jobs:
240240
pwd
241241
ls -lahR $CUDA_BINDINGS_CYTHON_TESTS_DIR
242242
243-
- name: Download cuda.core build artifacts
244-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
245-
with:
246-
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}
247-
path: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
248-
249-
- name: Display structure of downloaded cuda.core build artifacts
250-
run: |
251-
pwd
252-
ls -lahR $CUDA_CORE_ARTIFACTS_DIR
253-
254-
- name: Download cuda.core Cython tests
255-
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
256-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
257-
with:
258-
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
259-
path: ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}
260243
261-
- name: Display structure of downloaded cuda.core Cython tests
262-
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
263-
run: |
264-
pwd
265-
ls -lahR $CUDA_CORE_CYTHON_TESTS_DIR
266244
267245
- name: Set up Python ${{ matrix.PY_VER }}
268246
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -299,11 +277,7 @@ jobs:
299277
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
300278
run: run-tests bindings
301279

302-
- name: Run cuda.core tests
303-
env:
304-
CUDA_VER: ${{ matrix.CUDA_VER }}
305-
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
306-
run: run-tests core
280+
307281

308282
- name: Ensure cuda-python installable
309283
run: |

.github/workflows/test-wheel-windows.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -228,29 +228,7 @@ jobs:
228228
Get-Location
229229
Get-ChildItem -Recurse -Force $env:CUDA_BINDINGS_CYTHON_TESTS_DIR | Select-Object Mode, LastWriteTime, Length, FullName
230230
231-
- name: Download cuda.core build artifacts
232-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
233-
with:
234-
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}
235-
path: ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
236231
237-
- name: Display structure of downloaded cuda.core build artifacts
238-
run: |
239-
Get-Location
240-
Get-ChildItem -Recurse -Force $env:CUDA_CORE_ARTIFACTS_DIR | Select-Object Mode, LastWriteTime, Length, FullName
241-
242-
- name: Download cuda.core Cython tests
243-
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
244-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
245-
with:
246-
name: ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
247-
path: ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}
248-
249-
- name: Display structure of downloaded cuda.core Cython tests
250-
if: ${{ env.SKIP_CYTHON_TEST == '0' }}
251-
run: |
252-
Get-Location
253-
Get-ChildItem -Recurse -Force $env:CUDA_CORE_CYTHON_TESTS_DIR | Select-Object Mode, LastWriteTime, Length, FullName
254232
255233
- name: Set up Python ${{ matrix.PY_VER }}
256234
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -273,12 +251,7 @@ jobs:
273251
shell: bash --noprofile --norc -xeuo pipefail {0}
274252
run: run-tests bindings
275253

276-
- name: Run cuda.core tests
277-
env:
278-
CUDA_VER: ${{ matrix.CUDA_VER }}
279-
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
280-
shell: bash --noprofile --norc -xeuo pipefail {0}
281-
run: run-tests core
254+
282255

283256
- name: Ensure cuda-python installable
284257
run: |

0 commit comments

Comments
 (0)