Skip to content

Commit 13cde45

Browse files
committed
ci(ascend): target CUDA runner scale set
1 parent 3a827fe commit 13cde45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_image_cuda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
build:
166166
name: Build ${{ matrix.task }}
167167
needs: prepare
168-
runs-on: [flagscale-nvidia-a100-gpu2-32c-128g]
168+
runs-on: flagscale-nvidia-a100-gpu2-32c-128g
169169
env:
170170
HTTP_PROXY: ${{ vars.HTTP_PROXY }}
171171
HTTPS_PROXY: ${{ vars.HTTPS_PROXY }}
@@ -330,7 +330,7 @@ jobs:
330330
load_images:
331331
name: Load and push images
332332
needs: ['build', 'summary']
333-
runs-on: [flagscale-nvidia-a100-gpu2-32c-128g]
333+
runs-on: flagscale-nvidia-a100-gpu2-32c-128g
334334
steps:
335335
- name: Load train image from tar and push
336336
run: |

0 commit comments

Comments
 (0)