Skip to content

Commit

Permalink
Temporarily use linux-amd64-2gpu to reduce test job launch latency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Dec 2, 2024
1 parent a9ed0c6 commit 758c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
test-options: ${{ inputs.build-type }}
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-gpu-v100-latest-1') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-2gpu') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
runner-has-gpu: ${{ inputs.host-platform == 'linux-x64' }}
build-type: ${{ inputs.build-type }}
host-platform: ${{ inputs.host-platform }}
Expand Down

0 comments on commit 758c7e1

Please sign in to comment.