-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
- Loading branch information
1 parent
328e98e
commit 774024c
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
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 | ||
secrets: inherit | ||
with: | ||
machine: generic-amd64 | ||
test-workers: qemu | ||
# Needed for testing - deafults to production | ||
environment: staging | ||
# Needed for testing as this meta balena commit has the test suite split into 3 | ||
meta-balena-ref: 4ecd7852f4eb0cd204e31cf3b8634c168782ce46 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters