Skip to content

Commit 2aea5fd

Browse files
authored
change default runner
1 parent 028b825 commit 2aea5fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/integration-test-action.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ on:
3939
runs_on:
4040
type: string
4141
required: false
42-
default: '["single-gpu", "nvidia-gpu", "t4", "ci"]'
42+
default: 'aws-g4dn-2xlarge'
4343

4444
jobs:
4545
pytorch-integration-tests:
46-
runs-on: ${{ fromJson(inputs.runs_on) }}
46+
runs-on:
47+
group: ${{ inputs.runs_on }}
4748
env:
4849
AWS_REGION: ${{ inputs.region }}
4950
HF_HOME: ${{ inputs.hf_home }}
@@ -66,4 +67,4 @@ jobs:
6667
python -m pytest \
6768
${{ inputs.test_path }} -n ${{ inputs.test_parallelism }} \
6869
--log-cli-level='${{ inputs.log_level }}' \
69-
--log-format='${{ inputs.log_format }}'
70+
--log-format='${{ inputs.log_format }}'

0 commit comments

Comments
 (0)