File tree Expand file tree Collapse file tree 8 files changed +13
-1
lines changed Expand file tree Collapse file tree 8 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 5555 runs-on : ubuntu-latest
5656 outputs :
5757 MATRIX : ${{ steps.compute-matrix.outputs.MATRIX }}
58+ timeout-minutes : 60
5859 steps :
5960 - name : Compute Build Matrix
6061 id : compute-matrix
8283 image : rapidsai/ci-conda:cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
8384 env :
8485 RAPIDS_BUILD_TYPE : ${{ inputs.build_type }}
86+ timeout-minutes : 60
8587 steps :
8688 - uses : actions/checkout@v4
8789 with :
Original file line number Diff line number Diff line change 5858 BUILD_TYPE : ${{ inputs.build_type }}
5959 outputs :
6060 MATRIX : ${{ steps.compute-matrix.outputs.MATRIX }}
61+ timeout-minutes : 60
6162 steps :
6263 - name : Compute Python Test Matrix
6364 id : compute-matrix
9091 env :
9192 RAPIDS_BUILD_TYPE : ${{ inputs.build_type }}
9293 NVIDIA_VISIBLE_DEVICES : ${{ env.NVIDIA_VISIBLE_DEVICES }}
94+ timeout-minutes : 60
9395 steps :
9496 - uses : actions/checkout@v4
9597 with :
Original file line number Diff line number Diff line change 5252 image : rapidsai/ci-conda:cuda13.0.0-ubuntu24.04-py3.13
5353 env :
5454 RAPIDS_BUILD_TYPE : ${{ inputs.build_type }}
55+ timeout-minutes : 60
5556 steps :
5657 - uses : actions/checkout@v4
5758 with :
Original file line number Diff line number Diff line change 5252 runs-on : ubuntu-latest
5353 outputs :
5454 MATRIX : ${{ steps.compute-matrix.outputs.MATRIX }}
55+ timeout-minutes : 60
5556 steps :
5657 - name : Compute Simulator Test Matrix
5758 id : compute-matrix
7980 image : rapidsai/ci-conda:cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}
8081 env :
8182 RAPIDS_BUILD_TYPE : ${{ inputs.build_type }}
83+ timeout-minutes : 60
8284 steps :
8385 - uses : actions/checkout@v4
8486 with :
Original file line number Diff line number Diff line change 2626 - " 3.12"
2727 - " 3.13"
2828 runs-on : windows-2022
29+ timeout-minutes : 60
2930 steps :
3031 - uses : actions/checkout@v4
3132 with :
Original file line number Diff line number Diff line change 2626 - " 3.12"
2727 - " 3.13"
2828 runs-on : " cuda-python-windows-gpu-github"
29+ timeout-minutes : 60
2930 steps :
3031 - uses : actions/checkout@v4
3132 with :
Original file line number Diff line number Diff line change 7676 runs-on : ubuntu-latest
7777 outputs :
7878 MATRIX : ${{ steps.compute-matrix.outputs.MATRIX }}
79+ timeout-minutes : 60
7980 steps :
8081 - name : Compute Build Matrix
8182 id : compute-matrix
@@ -102,7 +103,7 @@ jobs:
102103 image : " rapidsai/ci-wheel:cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
103104 env :
104105 RAPIDS_BUILD_TYPE : ${{ inputs.build_type }}
105-
106+ timeout-minutes : 60
106107 steps :
107108 - name : checkout code repo
108109 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6767 BUILD_TYPE : ${{ inputs.build_type }}
6868 outputs :
6969 MATRIX : ${{ steps.compute-matrix.outputs.MATRIX }}
70+ timeout-minutes : 60
7071 steps :
7172 - name : Validate test type
7273 run : |
@@ -104,6 +105,7 @@ jobs:
104105 env :
105106 NVIDIA_VISIBLE_DEVICES : ${{ env.NVIDIA_VISIBLE_DEVICES }} # GPU jobs must set this container env variable
106107 RAPIDS_BUILD_TYPE : ${{ inputs.build_type }}
108+ timeout-minutes : 60
107109 steps :
108110 - name : Run nvidia-smi to make sure GPU is working
109111 run : nvidia-smi
You can’t perform that action at this time.
0 commit comments