Skip to content

Commit c100156

Browse files
committed
Run reusable E2E test job against CustomPiOS devel
Add an e2e-test job that calls guysoft/CustomPiOS/.github/workflows/ e2e-test.yml@devel with the octopi-arm64 build artifact, gating on the QEMU-based end-to-end harness added in the previous commit.
1 parent b5b98e2 commit c100156

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@ jobs:
6969
with:
7070
name: octopi-${{ matrix.arch }}
7171
path: ${{ steps.copy.outputs.image }}.img
72+
73+
e2e-test:
74+
needs: build
75+
uses: guysoft/CustomPiOS/.github/workflows/e2e-test.yml@devel
76+
with:
77+
image-artifact-name: octopi-arm64
78+
distro-name: OctoPi
79+
timeout-minutes: 45

0 commit comments

Comments
 (0)