From 427442304acd9b3e9a09ec6d10dfe61df2f61437 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 20 Mar 2026 22:07:34 -0700 Subject: [PATCH] Add CI maintenance mode gate to nightly-test-nvidia.yml (#21073) --- .github/workflows/nightly-test-nvidia.yml | 52 +++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/.github/workflows/nightly-test-nvidia.yml b/.github/workflows/nightly-test-nvidia.yml index 98790d8b0..eeff711a6 100644 --- a/.github/workflows/nightly-test-nvidia.yml +++ b/.github/workflows/nightly-test-nvidia.yml @@ -59,6 +59,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -82,6 +86,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -111,6 +119,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -191,6 +203,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -220,6 +236,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | IS_BLACKWELL=1 bash scripts/ci/cuda/ci_install_dependency.sh @@ -289,6 +309,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -312,6 +336,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -348,6 +376,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -371,6 +403,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh @@ -412,6 +448,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh diffusion @@ -468,6 +508,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | bash scripts/ci/cuda/ci_install_dependency.sh diffusion @@ -520,6 +564,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | IS_BLACKWELL=1 bash scripts/ci/cuda/ci_install_dependency.sh @@ -545,6 +593,10 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - uses: ./.github/actions/check-maintenance + with: + github-token: ${{ github.token }} + - name: Install dependencies run: | IS_BLACKWELL=1 bash scripts/ci/cuda/ci_install_dependency.sh