Skip to content

Commit

Permalink
use axel-h/ci-actions@patch-axel-11a ZCU102 SMP
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 31, 2024
1 parent 5fc8934 commit 41f413f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
strategy:
fail-fast: true
matrix:
march: [nehalem, armv7a, armv8a]
march: [armv8a]
steps:
- uses: axel-h/ci-actions/camkes-vm@patch-axel-7
- uses: axel-h/ci-actions/camkes-vm@patch-axel-11a
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand All @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: true
matrix:
march: [nehalem, armv7a, armv8a]
march: [armv8a]
steps:
- name: Get machine queue
uses: actions/checkout@v4
Expand All @@ -99,7 +99,7 @@ jobs:
with:
name: images-${{ matrix.march }}
- name: Run
uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-7
uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-11a
with:
march: ${{ matrix.march }}
index: $${{ strategy.job-index }}
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 41f413f

Please sign in to comment.