Skip to content

Commit

Permalink
use genericx86-64-ext image for testing the workflow
Browse files Browse the repository at this point in the history
Using genericx86-64-ext as its smaller, faster to build and the repo is blocked less often

Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Sep 26, 2024
1 parent 0899d81 commit 20435d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# to the inputs and the defaults.

# TODO: We need a system to keep these inputs aligned across all device repos
name: Generic x86_64 (GPT)
name: Generic x86_64 (legacy MBR)

on:
# With these triggers the Yocto jobs will run
Expand Down Expand Up @@ -46,10 +46,10 @@ jobs:
if: (github.event.pull_request.head.repo.full_name == github.repository) == (github.event_name == 'pull_request')
secrets: inherit
with:
machine: generic-amd64
machine: genericx86-64-ext
deploy-environment: balena-staging.com
# device-repo and device-repo-ref inputs should not be provided on device repos
device-repo: balena-os/balena-generic
device-repo: balena-os/balena-intel
device-repo-ref: master
# Use qemu workers for testing
test_matrix: >
Expand Down

0 comments on commit 20435d2

Please sign in to comment.