Skip to content

Commit

Permalink
Test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Jan 24, 2024
1 parent 418d62e commit f11966c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
# popd
binary-tests:
name: Binary test
runs-on: ubuntu-latest #FIXME: point to correct image
runs-on: ubuntu-latest
container:
image: ghcr.io/antmicro/megaboom-cpu-benchmarking:latest
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
Expand All @@ -48,7 +53,12 @@ jobs:
# popd
coremark:
name: Coremark
runs-on: ubuntu-latest #FIXME: point to correct image
runs-on: ubuntu-latest
container:
image: ghcr.io/antmicro/megaboom-cpu-benchmarking:latest
defaults:
run:
shell: bash
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
Expand All @@ -64,7 +74,12 @@ jobs:
# popd
verilator_configs:
name: Verilator ChipConfig
runs-on: ubuntu-latest #FIXME: point to correct image
runs-on: ubuntu-latest
container:
image: ghcr.io/antmicro/megaboom-cpu-benchmarking:latest
defaults:
run:
shell: bash
env:
DEBIAN_FRONTEND: "noninteractive"
strategy:
Expand Down

0 comments on commit f11966c

Please sign in to comment.