Skip to content

Commit e703156

Browse files
committed
separate labels
1 parent 0ca0f3c commit e703156

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cpp-golang-rust.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
test-curve:
7575
name: Test Curve ${{ matrix.curve.name }} on ${{ matrix.os }} with ${{ matrix.backend }}
76-
runs-on: [ "${{ matrix.runner }}" ]
76+
runs-on: [ self-hosted, icicle, "${{ matrix.os }}", "${{ matrix.arch }}", "${{ matrix.labels }}" ]
7777
needs: [check-changed-files, check-format, extract-cuda-backend-branch, extract-metal-backend-branch]
7878
strategy:
7979
matrix:
@@ -83,12 +83,14 @@ jobs:
8383
backend_upper: CUDA
8484
secret_key: CUDA_PULL_KEY
8585
os: Linux
86-
runner: self-hosted, Linux, X64, icicle
86+
arch: X64
87+
labels: ""
8788
- backend: metal
8889
backend_upper: METAL
8990
secret_key: METAL_PULL_KEY
9091
os: macOS
91-
runner: self-hosted, macOS, ARM64, icicle, metal
92+
arch: ARM64
93+
labels: metal
9294
curve:
9395
- name: bn254
9496
build_args: -DG2=ON -DECNTT=ON

0 commit comments

Comments
 (0)