Rename runner labels (#11228)

This commit is contained in:
Lianmin Zheng
2025-10-05 18:05:41 -07:00
committed by GitHub
parent 41763ba079
commit d645ae90a3
13 changed files with 48 additions and 277 deletions

View File

@@ -14,13 +14,9 @@ jobs:
strategy:
matrix:
variant:
- cuda_version: "12.6.1"
build_type: "all"
- cuda_version: "12.8.1"
build_type: "blackwell"
- cuda_version: "12.9.1"
build_type: "blackwell"
runs-on: nvidia
build_type: "all"
runs-on: x64-docker-build-node
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
@@ -67,8 +63,6 @@ jobs:
if [ "${{ matrix.variant.build_type }}" = "all" ]; then
tag_suffix=""
elif [ "${{ matrix.variant.build_type }}" = "blackwell" ]; then
tag_suffix="-b200"
else
echo "Unsupported build type"
exit 1
@@ -87,8 +81,8 @@ jobs:
matrix:
variant:
- cuda_version: "12.9.1"
build_type: "blackwell_aarch64"
runs-on: sgl-kernel-release-node-arm
build_type: "all_aarch64"
runs-on: arm-docker-build-node
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache