Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Run full gpu tests on PR/Main branch, but not on merge_group.
full-gpu-tests: ${{ github.event_name != 'merge_group' }}
# Run on self-hosted machine when using full-gpu-tests, otherwise on github runners.
runs-on: ['Windows', 'self-hosted', 'GCP-T4']
runs-on: ["Windows", "self-hosted", "GCP-T4"]
has-gpu: true
server-count: 8
# Self-hosted full gpu build - debug
Expand All @@ -83,7 +83,7 @@ jobs:
platform: x86_64
test-category: full
full-gpu-tests: ${{ github.event_name != 'merge_group' }}
runs-on: ['Windows', 'self-hosted', 'GCP-T4']
runs-on: ["Windows", "self-hosted", "GCP-T4"]
has-gpu: true
server-count: 8
fail-fast: false
Expand Down
Loading