Skip to content

Commit 1a7c3c4

Browse files
Copilotleofang
andcommitted
Temporarily disable test jobs in CI, keeping only wheel build and doc jobs
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 6b88372 commit 1a7c3c4

1 file changed

Lines changed: 52 additions & 50 deletions

File tree

.github/workflows/ci.yml

Lines changed: 52 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -50,46 +50,47 @@ jobs:
5050
host-platform: ${{ matrix.host-platform }}
5151
cuda-version: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
5252

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 }}
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 }}
7374

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 }}
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 }}
9394

9495
doc:
9596
name: Docs
@@ -107,14 +108,15 @@ jobs:
107108
with:
108109
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
109110

110-
checks:
111-
name: Check job status
112-
permissions:
113-
checks: read
114-
needs:
115-
- build
116-
- test-linux
117-
- test-windows
118-
- doc
119-
secrets: inherit
120-
uses: ./.github/workflows/status-check.yml
111+
# Temporarily disabled status check job as it depends on test jobs
112+
# checks:
113+
# name: Check job status
114+
# permissions:
115+
# checks: read
116+
# needs:
117+
# - build
118+
# - test-linux
119+
# - test-windows
120+
# - doc
121+
# secrets: inherit
122+
# uses: ./.github/workflows/status-check.yml

0 commit comments

Comments
 (0)