@@ -50,47 +50,46 @@ jobs:
5050 host-platform : ${{ matrix.host-platform }}
5151 cuda-version : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
5252
53- # Temporarily disabled test jobs for documentation theme migration
54- # test-linux:
55- # strategy:
56- # fail-fast: false
57- # matrix:
58- # host-platform:
59- # - linux-64
60- # - linux-aarch64
61- # name: Test ${{ matrix.host-platform }}
62- # if: ${{ github.repository_owner == 'nvidia' }}
63- # permissions:
64- # contents: read # This is required for actions/checkout
65- # needs:
66- # - ci-vars
67- # - build
68- # secrets: inherit
69- # uses: ./.github/workflows/test-wheel-linux.yml
70- # with:
71- # build-type: pull-request
72- # host-platform: ${{ matrix.host-platform }}
73- # build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
53+ test-linux :
54+ strategy :
55+ fail-fast : false
56+ matrix :
57+ host-platform :
58+ - linux-64
59+ - linux-aarch64
60+ name : Test ${{ matrix.host-platform }}
61+ if : ${{ github.repository_owner == 'nvidia' }}
62+ permissions :
63+ contents : read # This is required for actions/checkout
64+ needs :
65+ - ci-vars
66+ - build
67+ secrets : inherit
68+ uses : ./.github/workflows/test-wheel-linux.yml
69+ with :
70+ build-type : pull-request
71+ host-platform : ${{ matrix.host-platform }}
72+ build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
7473
75- # test-windows:
76- # strategy:
77- # fail-fast: false
78- # matrix:
79- # host-platform:
80- # - win-64
81- # name: Test ${{ matrix.host-platform }}
82- # if: ${{ github.repository_owner == 'nvidia' }}
83- # permissions:
84- # contents: read # This is required for actions/checkout
85- # needs:
86- # - ci-vars
87- # - build
88- # secrets: inherit
89- # uses: ./.github/workflows/test-wheel-windows.yml
90- # with:
91- # build-type: pull-request
92- # host-platform: ${{ matrix.host-platform }}
93- # build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
74+ test-windows :
75+ strategy :
76+ fail-fast : false
77+ matrix :
78+ host-platform :
79+ - win-64
80+ name : Test ${{ matrix.host-platform }}
81+ if : ${{ github.repository_owner == 'nvidia' }}
82+ permissions :
83+ contents : read # This is required for actions/checkout
84+ needs :
85+ - ci-vars
86+ - build
87+ secrets : inherit
88+ uses : ./.github/workflows/test-wheel-windows.yml
89+ with :
90+ build-type : pull-request
91+ host-platform : ${{ matrix.host-platform }}
92+ build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
9493
9594 doc :
9695 name : Docs
@@ -114,8 +113,8 @@ jobs:
114113 checks : read
115114 needs :
116115 - build
117- # - test-linux # Temporarily disabled for documentation theme migration
118- # - test-windows # Temporarily disabled for documentation theme migration
116+ - test-linux
117+ - test-windows
119118 - doc
120119 secrets : inherit
121120 uses : ./.github/workflows/status-check.yml
0 commit comments