Skip to content

Commit 8d5516d

Browse files
authored
Switch test runners to use the vllm runners (#496)
* switch runners to use the gcp l4 ones * switch to the vllm runners since the repo has been migrated * another place to update the runner
1 parent f525499 commit 8d5516d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [TEST]
6161
uses: ./.github/workflows/upload.yml
6262
with:
63-
label: gcp-k8s-util
63+
label: gcp-k8s-vllm-util
6464
timeout: 40
6565
run_id: ${{ github.run_id }}
6666
push_to_pypi: ${{ inputs.push_to_pypi }}

.github/workflows/trigger-all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
wf_category: ${{ inputs.wf_category || 'NIGHTLY' }}
4848
gitref: ${{ inputs.gitref || 'main' }}
4949
push_to_pypi: ${{ (github.event.schedule == '30 0 * * *') || inputs.push_to_pypi || false }}
50-
test_configs: '[{"python":"3.11.4","label":"k8s-util","timeout":"40","code_coverage":true},
51-
{"python":"3.10.12","label":"k8s-util","timeout":"40"},
52-
{"python":"3.13","label":"k8s-h100-solo","timeout":"40"},
53-
{"python":"3.12.6","label":"k8s-a100-duo","timeout":"40"}]'
50+
test_configs: '[{"python":"3.11.4","label":"gcp-k8s-vllm-util","timeout":"40","code_coverage":true},
51+
{"python":"3.10.12","label":"gcp-k8s-vllm-util","timeout":"40"},
52+
{"python":"3.13","label":"gcp-k8s-vllm-l4-solo","timeout":"40"},
53+
{"python":"3.12.6","label":"gcp-k8s-vllm-l4-duo","timeout":"40"}]'
5454
secrets: inherit

0 commit comments

Comments
 (0)