Skip to content

Commit

Permalink
CI: rename _local_runner -> _make targets
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Feb 19, 2024
1 parent 1d42a1b commit 629aa5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
bazel build --subcommands --verbose_failures --sandbox_debug ${{ matrix.TARGET }}
working-directory: megaboom

test-local-runner-target:
name: Execute sample local_runner scripts
test-make-script-target:
name: Execute sample _make scripts
runs-on: ubuntu-22.04
container:
image: ghcr.io/antmicro/megaboom:latest
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
TARGET: ["L1MetadataArray_test_floorplan_local_runner", "L1MetadataArray_test_cts_local_runner"]
TARGET: ["L1MetadataArray_test_floorplan_make", "L1MetadataArray_test_cts_make"]
MAKE_TARGET: ["do-floorplan", "do-cts"]
env:
DEBIAN_FRONTEND: "noninteractive"
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
chmod -R +w .
cd ..
working-directory: megaboom
- name: run local_runner
- name: run make script
run: |
./bazel-bin/${{ matrix.TARGET }} ${{ matrix.MAKE_TARGET }}
working-directory: megaboom

0 comments on commit 629aa5d

Please sign in to comment.