Skip to content

Add CI resources based on Robot-Framework #110

Add CI resources based on Robot-Framework

Add CI resources based on Robot-Framework #110

Workflow file for this run

name: Build tests
on: [pull_request]
jobs:
test-raspberrypi-stable:
if: "!contains(github.event.head_commit.message, 'ci skip') && github.event_name == 'pull_request'"
strategy:
fail-fast: false
matrix:
machine: ['raspberrypi3-mesa', 'raspberrypi5']
wpe_vers: ['2_46']
yocto_rel: ['scarthgap']
runs-on: [self-hosted, podman]
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/s3-configure
env:
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
S3_HOST_BASE: ${{ secrets.S3_HOST_BASE }}
with:
access_key: ${S3_ACCESS_KEY}
secret_key: ${S3_SECRET_KEY}
host_base: ${S3_HOST_BASE}
- uses: ./.github/actions/podman-robot
with:
bitbake_buildname: wpe-${{ matrix.wpe_vers }}-${{ matrix.machine }}
bitbake_machine: ${{ matrix.machine }}