From f3e3db4ec2fd5a4932091234a6f396c39c19143a Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Mon, 8 Jan 2024 16:29:51 +0100 Subject: [PATCH] REVERT: New Docker container with Pytest --- .github/workflows/build-docker.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index a4760147d1..38d296200d 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -6,7 +6,7 @@ name: build-docker on: push: - branches: [main] + branches: [tracer/dma] workflow_dispatch: jobs: build-docker: @@ -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:tracer-dma build-args: |- SNITCH_LLVM_VERSION=latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f3f939b8a..c2088aac57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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:tracer-dma steps: - uses: actions/checkout@v2 - name: Build docs @@ -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:tracer-dma steps: - uses: actions/checkout@v2 - name: Run pytest @@ -43,7 +43,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:tracer-dma steps: - uses: actions/checkout@v2 with: @@ -68,7 +68,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:tracer-dma steps: - uses: actions/checkout@v2 with: