From 20435d215d18aba21502871cd8249437c39914a1 Mon Sep 17 00:00:00 2001 From: rcooke-warwick Date: Thu, 26 Sep 2024 11:57:38 +0100 Subject: [PATCH] use genericx86-64-ext image for testing the workflow 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 --- .../workflows/{generic-amd64.yml => genericx86-64-ext.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{generic-amd64.yml => genericx86-64-ext.yml} (95%) diff --git a/.github/workflows/generic-amd64.yml b/.github/workflows/genericx86-64-ext.yml similarity index 95% rename from .github/workflows/generic-amd64.yml rename to .github/workflows/genericx86-64-ext.yml index 002fd5cab..d3394c261 100644 --- a/.github/workflows/generic-amd64.yml +++ b/.github/workflows/genericx86-64-ext.yml @@ -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 @@ -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: >