|
46 | 46 | - name: Compute Python Test Matrix |
47 | 47 | id: compute-matrix |
48 | 48 | run: | |
49 | | -<<<<<<< HEAD |
50 | | - # Please keep the matrices sorted in ascending order by the following: |
51 | | - # |
52 | | - # [PY_VER, CUDA_VER, LOCAL_CTK] |
53 | | - # |
54 | | - export MATRICES=" |
55 | | - pull-request: |
56 | | - - { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '0' } |
57 | | - - { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '1' } |
58 | | - nightly: |
59 | | - - { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '0' } |
60 | | - - { ARCH: ${ARCH}, PY_VER: '3.12', CUDA_VER: '12.9.1', LOCAL_CTK: '1' } |
61 | | - " |
62 | | -
|
63 | | -======= |
64 | | ->>>>>>> b4644f287 (CI: Consolidate test matrix configurations into ci/test-matrix.json with hard-coded values, optimized checkout, and prepared Windows self-hosted runner migration (#889)) |
65 | 49 | # Use the nightly matrix for branch tests |
66 | 50 | MATRIX_TYPE="${BUILD_TYPE}" |
67 | 51 | if [[ "${MATRIX_TYPE}" == "branch" ]]; then |
@@ -99,14 +83,11 @@ jobs: |
99 | 83 | with: |
100 | 84 | fetch-depth: 0 |
101 | 85 |
|
102 | | -<<<<<<< HEAD |
103 | | -======= |
104 | 86 | # TODO: use setup-proxy-cache once we have self-hosted Windows runners |
105 | 87 | # - name: Setup proxy cache |
106 | 88 | # uses: nv-gha-runners/setup-proxy-cache@main |
107 | 89 | # continue-on-error: true |
108 | 90 |
|
109 | | ->>>>>>> b4644f287 (CI: Consolidate test matrix configurations into ci/test-matrix.json with hard-coded values, optimized checkout, and prepared Windows self-hosted runner migration (#889)) |
110 | 91 | - name: Update driver |
111 | 92 | run: | |
112 | 93 | .github/workflows/install_gpu_driver.ps1 |
|
0 commit comments