Skip to content

Commit

Permalink
use axel-h/ci-actions@patch-axel-7
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Jan 28, 2024
1 parent 3d0957b commit dde6ff8
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ permissions:
contents: read

jobs:
code:
name: Freeze Code
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' ||
github.event_name == 'pull_request_target' &&
Expand All @@ -30,25 +30,12 @@ jobs:
github.event.action == 'labeled' &&
(github.event.label.name == 'hw-build' ||
github.event.label.name == 'hw-test') }}
outputs:
xml: ${{ steps.repo.outputs.xml }}
steps:
- id: repo
uses: seL4/ci-actions/repo-checkout@master
with:
manifest_repo: camkes-vm-examples-manifest
manifest: master.xml

build:
name: Build
needs: code
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
march: [nehalem, armv7a, armv8a]
steps:
- uses: seL4/ci-actions/camkes-vm@master
- uses: axel-h/ci-actions/camkes-vm@patch-axel-7
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand Down Expand Up @@ -87,7 +74,7 @@ jobs:
with:
name: images-${{ matrix.march }}
- name: Run
uses: seL4/ci-actions/camkes-vm-hw@master
uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-7
with:
march: ${{ matrix.march }}
index: $${{ strategy.job-index }}
Expand Down

0 comments on commit dde6ff8

Please sign in to comment.