Skip to content

Commit 9c9702d

Browse files
committed
Let workflows run on ARC runners
1 parent d2fed95 commit 9c9702d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ on:
4040
required: true
4141
type: choice
4242
options:
43-
- self-hosted
4443
- npu-arm64
45-
default: 'self-hosted'
44+
- linux-arm64-npu-1
45+
- linux-arm64-npu-2
46+
default: 'linux-arm64-npu-1'
4647
description: 'The runner selected to run on'
4748
image:
4849
required: true
@@ -95,7 +96,7 @@ jobs:
9596
- name: Set environment params
9697
id: set-env
9798
run: |
98-
echo "runner=${{ github.event.inputs.runner || 'self-hosted' }}" >> $GITHUB_OUTPUT
99+
echo "runner=${{ github.event.inputs.runner || 'linux-arm64-npu-1' }}" >> $GITHUB_OUTPUT
99100
echo "device=${{ github.event.inputs.device || '/dev/davinci5' }}" >> $GITHUB_OUTPUT
100101
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
101102

0 commit comments

Comments
 (0)