Skip to content

Commit

Permalink
test older version on container
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Jan 3, 2025
1 parent c1a750e commit f1433a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_make_zpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on:
group: iris_runners
container:
image: ghcr.io/pandablocks/pandablocks-dev-container:latest
options: --privileged
image: ghcr.io/pandablocks/pandablocks-ci-container:4.1a3
options: --privileged --init

steps:
# Necessary to find action.yml
Expand All @@ -43,7 +43,7 @@ jobs:
cd repos/PandABlocks-fpga
ln -s CONFIG.example CONFIG
make WORK_DIR=$WORK_DIR carrier_ip APP_NAME=${{ matrix.app }}
make WORK_DIR=$WORK_DIR zpkg APP_NAME=${{ matrix.app }}
/tini -- make WORK_DIR=$WORK_DIR zpkg APP_NAME=${{ matrix.app }}
# Artifacts
- name: Upload zpkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_hdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on:
group: iris_runners
container:
image: ghcr.io/pandablocks/pandablocks-dev-container:latest
image: ghcr.io/pandablocks/pandablocks-dev-container:docs_and_docker
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
tags:
- '*'
branches: [master]
branches: [master, ci_test]

jobs:

Expand Down

0 comments on commit f1433a3

Please sign in to comment.