Skip to content

Commit

Permalink
REVERT: New Docker container with Pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jan 10, 2024
1 parent f509e23 commit 4dc5824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: build-docker
on:
push:
branches: [main]
branches: [experimental/mcast]
workflow_dispatch:
jobs:
build-docker:
Expand All @@ -27,6 +27,6 @@ jobs:
context: .
file: util/container/Dockerfile
push: true
tags: ghcr.io/pulp-platform/snitch_cluster:${{ github.ref_name }}
tags: ghcr.io/pulp-platform/snitch_cluster:experimental-mcast
build-args: |-
SNITCH_LLVM_VERSION=latest
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build documentation
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:extend-sim-utils
image: ghcr.io/pulp-platform/snitch_cluster:experimental-mcast
steps:
- uses: actions/checkout@v2
- name: Build docs
Expand All @@ -29,7 +29,7 @@ jobs:
name: Python unit tests
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:extend-sim-utils
image: ghcr.io/pulp-platform/snitch_cluster:experimental-mcast
steps:
- uses: actions/checkout@v2
- name: Run pytest
Expand All @@ -44,7 +44,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Verilator
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:extend-sim-utils
image: ghcr.io/pulp-platform/snitch_cluster:experimental-mcast
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -69,7 +69,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Banshee
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:extend-sim-utils
image: ghcr.io/pulp-platform/snitch_cluster:experimental-mcast
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4dc5824

Please sign in to comment.