diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-06-03 18:41:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 01:41:26 +0000 |
| commit | 7f6b683a623ee434e6c720b5bf6c298f389d4b82 (patch) | |
| tree | 3b5c20b1552a109149ca2bd661a80428c9ad62c6 /.github/workflows/ci.yml | |
| parent | ff4017fec51e0cc7e867338ddeb52373ec37a591 (diff) | |
Disable 23 tests failing assertions (#7317)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58e5d6019..142c8db51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: full-gpu-tests: true runs-on: [Windows, self-hosted, "GCP-T4"] has-gpu: true - server-count: 2 + server-count: 8 fail-fast: false runs-on: ${{ matrix.runs-on }} |
