diff --git a/.github/manifest/manifest-styhead.xml b/.github/manifest/manifest-styhead.xml new file mode 100644 index 00000000..1cfc59ff --- /dev/null +++ b/.github/manifest/manifest-styhead.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 2802e0e4..860a8362 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -84,3 +84,22 @@ jobs: repo_release: 'scarthgap' needs: scarthgap-repo + styhead-repo: + runs-on: self-hosted + if: "!contains(github.event.head_commit.message, 'ci skip')" + steps: + - uses: actions/checkout@v3 + - uses: ./.github/actions/bitbake-repo + with: + repo_release: 'styhead' + + styhead-raspberrypi3-mesa-weston-wpe-2-46: + runs-on: self-hosted + if: "!contains(github.event.head_commit.message, 'ci skip')" + steps: + - uses: actions/checkout@v3 + - uses: ./.github/actions/bitbake-build + with: + bitbake_source: 'raspberrypi3-mesa-wpe-2-46 raspberrypi3-mesa poky layers.raspberrypi.webkit conf_v4.wpe-2_46' + repo_release: 'styhead' + needs: styhead-repo