-
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.
Change-type: patch Signed-off-by: Ryan Cooke <[email protected]>
- Loading branch information
1 parent
58985e8
commit c074cb7
Showing
2 changed files
with
59 additions
and
0 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 x86_64 (legacy MBR) | ||
|
||
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/github-workflows/.github/workflows/yocto-build-deploy.yml@80d6b9239b701821d06c5ef9a0bb13ba0d33d958 | ||
secrets: inherit | ||
with: | ||
machine: genericx86-64-ext | ||
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: f2a99b11212c2e3eed74dbc26abc5cf96d3b2726 |
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,29 @@ | ||
name: Intel NUC | ||
|
||
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/github-workflows/.github/workflows/yocto-build-deploy.yml@80d6b9239b701821d06c5ef9a0bb13ba0d33d958 | ||
secrets: inherit | ||
with: | ||
machine: genericx86-64 | ||
# 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: f2a99b11212c2e3eed74dbc26abc5cf96d3b2726 |