Skip to content

Commit

Permalink
Testing stripped docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab Suliman committed May 20, 2024
1 parent aa1764e commit 0873e58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_make_boot.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: shihabdls/pandablocks-container-extension:v3.2
options: --privileged

steps:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: zpkgs
path: /build/boot*.zip
path: /build/boot*.zip
4 changes: 2 additions & 2 deletions .github/workflows/_make_zpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on:
group: iris_runners
container:
image: ghcr.io/pandablocks/pandablocks-dev-container:latest
image: shihabdls/pandablocks-container-extension:v3.2
options: --privileged

steps:
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: zpkgs
path: /build/panda-fpga@*.zpg
path: /build/panda-fpga@*.zpg
4 changes: 2 additions & 2 deletions .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: shihabdls/pandablocks-container-extension:v3.2
options: --privileged

steps:
Expand All @@ -33,4 +33,4 @@ jobs:
run: |
cd repos/PandABlocks-fpga
ln -s CONFIG.example CONFIG
make hdl_test MODULES="${{matrix.modules}}"
make hdl_test MODULES="${{matrix.modules}}"
4 changes: 2 additions & 2 deletions .github/workflows/_test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on:
group: iris_runners
container:
image: docker.io/shihabdls/pandablocks-container-extension:v2.5
image: shihabdls/pandablocks-container-extension:v3.2
options: --privileged
outputs:
matrix: ${{steps.make_matrix.outputs.matrix}}
Expand All @@ -29,4 +29,4 @@ jobs:
bash $WORK_DIR/repos/PandABlocks-fpga/.github/scripts/Find_Tests.sh "$WORK_DIR/repos/PandABlocks-fpga/modules" "$WORK_DIR/repos/PandABlocks-fpga/.github/scripts"
json_content=$(cat github_tests.json)
echo "::set-output name=matrix::$json_content"
echo "$json_content"
echo "$json_content"

0 comments on commit 0873e58

Please sign in to comment.