Skip to content

Add GHA build and deploy workflows #6

Add GHA build and deploy workflows

Add GHA build and deploy workflows #6

Workflow file for this run

name: generic-amd64
on:
# With these triggers the Yocto jobs will run
# in parallel with the Flowzone jobs, which is fine for now
# and allows us to better control what we want to test and when.
# It is expected that Flowzone could fail, but yocto jobs will run.
pull_request:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
pull_request_target:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@cb807e274e6a130d861a3b305a358f34e89cd31e

Check failure on line 22 in .github/workflows/generic-amd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/generic-amd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/generic-amd.yml" -> "balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@cb807e274e6a130d861a3b305a358f34e89cd31e" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
machine: generic-amd64
test-workers: qemu
# Needed for testing - defaults to production
environment: staging
# Needed for testing as this meta balena commit has the test suite split into 3
meta-balena-ref: 4ecd7852f4eb0cd204e31cf3b8634c168782ce46