Add 'Ascend NPU' label restrictions
This commit is contained in:
parent
e762c0eb1d
commit
49e0d99bb1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -1459,6 +1459,7 @@ jobs:
|
||||||
# make
|
# make
|
||||||
|
|
||||||
openEuler-latest-cmake-cann:
|
openEuler-latest-cmake-cann:
|
||||||
|
if: contains(github.event.pull_request.labels.*.name, 'Ascend NPU')
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
|
@ -1466,8 +1467,8 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
|
|
||||||
build: ['Release']
|
build: ['Release']
|
||||||
|
cann: ['openeuler-python3.10-cann8.0.rc3.beta1']
|
||||||
device: ['ascend910b3']
|
device: ['ascend910b3']
|
||||||
container:
|
container:
|
||||||
image: ascendai/cann:${{ matrix.cann }}
|
image: ascendai/cann:${{ matrix.cann }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue