Skip to content

Commit

Permalink
Revert temporary CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 11, 2024
1 parent adf9ffe commit f275109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
name: build-docker
on:
push:
branches: [jssc-pyproject]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build-docker:
Expand Down Expand Up @@ -40,6 +39,6 @@ jobs:
context: .
file: util/container/Dockerfile
push: true
tags: ghcr.io/pulp-platform/snitch_cluster:jssc-pyproject
tags: ghcr.io/pulp-platform/snitch_cluster:${{ github.ref_name }}
build-args: |-
SNITCH_LLVM_VERSION=latest
6 changes: 3 additions & 3 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:jssc-pyproject
image: ghcr.io/pulp-platform/snitch_cluster:main
steps:
- uses: actions/checkout@v2
- name: Build docs
Expand Down Expand Up @@ -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:jssc-pyproject
image: ghcr.io/pulp-platform/snitch_cluster:main
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Banshee
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:jssc-pyproject
image: ghcr.io/pulp-platform/snitch_cluster:main
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f275109

Please sign in to comment.