Skip to content

Commit

Permalink
CI: use axel-h/ci-actionspatch-axel-16
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed Apr 10, 2024
1 parent 0594cd5 commit c9fd187
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sel4bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
xml: ${{ steps.repo.outputs.xml }}
steps:
- id: repo
uses: seL4/ci-actions/repo-checkout@master
uses: axel-h/ci-actions/repo-checkout@patch-axel-16
with:
manifest_repo: sel4bench-manifest
manifest: master.xml
Expand All @@ -46,7 +46,7 @@ jobs:
march: [armv7a, armv8a, nehalem, rv64imac]
steps:
- name: Build
uses: seL4/ci-actions/sel4bench@master
uses: axel-h/ci-actions/sel4bench@patch-axel-16
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand Down Expand Up @@ -94,15 +94,15 @@ jobs:
path: machine_queue
- name: Get march
id: plat
uses: seL4/ci-actions/march-of-platform@master
uses: axel-h/ci-actions/march-of-platform@patch-axel-16
with:
platform: ${{ matrix.platform }}
- name: Download image
uses: actions/download-artifact@v4
with:
name: images-${{ steps.plat.outputs.march }}
- name: Run
uses: seL4/ci-actions/sel4bench-hw@master
uses: axel-h/ci-actions/sel4bench-hw@patch-axel-16
with:
platform: ${{ matrix.platform }}
req: ${{ matrix.req }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/sel4bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
xml: ${{ steps.repo.outputs.xml }}
steps:
- id: repo
uses: seL4/ci-actions/repo-checkout@master
uses: axel-h/ci-actions/repo-checkout@patch-axel-16
with:
manifest_repo: sel4bench-manifest
manifest: master.xml
Expand All @@ -42,7 +42,7 @@ jobs:
march: [armv7a, armv8a, nehalem, rv64imac]
steps:
- name: Build
uses: seL4/ci-actions/sel4bench@master
uses: axel-h/ci-actions/sel4bench@patch-axel-16
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand Down Expand Up @@ -84,15 +84,15 @@ jobs:
path: machine_queue
- name: Get march
id: plat
uses: seL4/ci-actions/march-of-platform@master
uses: axel-h/ci-actions/march-of-platform@patch-axel-16
with:
platform: ${{ matrix.platform }}
- name: Download image
uses: actions/download-artifact@v4
with:
name: images-${{ steps.plat.outputs.march }}
- name: Run
uses: seL4/ci-actions/sel4bench-hw@master
uses: axel-h/ci-actions/sel4bench-hw@patch-axel-16
with:
platform: ${{ matrix.platform }}
req: ${{ matrix.req }}
Expand All @@ -114,7 +114,7 @@ jobs:
steps:
- name: Deploy manifest
id: deploy
uses: seL4/ci-actions/manifest-deploy@master
uses: axel-h/ci-actions/manifest-deploy@patch-axel-16
with:
xml: ${{ needs.code.outputs.xml }}
manifest_repo: sel4bench-manifest
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
with:
name: sel4bench-results-hifive
- name: Generate web page
uses: seL4/ci-actions/sel4bench-web@master
uses: axel-h/ci-actions/sel4bench-web@patch-axel-16
with:
manifest_sha: ${{ steps.deploy.outputs.manifest_sha }}
- name: Deploy web page
Expand Down

0 comments on commit c9fd187

Please sign in to comment.