Skip to content

Commit 939e4c7

Browse files
committed
github: use smp-tests branch for testing
Signed-off-by: Gerwin Klein <[email protected]>
1 parent 3583555 commit 939e4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sel4test-hw.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
compiler: [gcc, clang]
4545
steps:
4646
- name: Build
47-
uses: seL4/ci-actions/sel4test-hw@master
47+
uses: seL4/ci-actions/sel4test-hw@smp-tests
4848
with:
4949
march: ${{ matrix.march }}
5050
compiler: ${{ matrix.compiler }}
@@ -63,7 +63,7 @@ jobs:
6363
matrix: ${{ steps.matrix.outputs.matrix }}
6464
steps:
6565
- id: matrix
66-
uses: seL4/ci-actions/sel4test-hw-matrix@master
66+
uses: seL4/ci-actions/sel4test-hw-matrix@smp-tests
6767

6868
hw-run:
6969
name: HW Run
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
name: images-${{ matrix.march }}-${{ matrix.compiler }}
9393
- name: Run
94-
uses: seL4/ci-actions/sel4test-hw-run@master
94+
uses: seL4/ci-actions/sel4test-hw-run@smp-tests
9595
with:
9696
platform: ${{ matrix.platform }}
9797
compiler: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)