Skip to content

Commit

Permalink
Use free runners, don't deploy anything
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Motta Barros <leandro@balena.io>
Changelog-entry: Use free runners, don't deploy anything
  • Loading branch information
lmbarros committed Jul 30, 2024
1 parent b5c5630 commit a0ac8a2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/genericx86-64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generic x86_64 (legacy MBR)
name: Generic x86_64 (legacy MBR) (No KVM)

on:
# With these triggers the Yocto jobs will run
Expand Down Expand Up @@ -36,11 +36,18 @@ jobs:
machine: genericx86-64-ext
# Needed for testing - defaults to production
environment: balena-staging.com

# Don't deploy anything, I am interested only in the tests really
deploy-ami: false
deploy-esr: false
deploy-s3: false
deploy-hostapp: false

# Use qemu workers for testing
test_matrix: >
{
"test_suite": ["os","cloud","hup"],
"environment": ["bm.balena-dev.com"],
"worker_type": ["qemu"],
"runs_on": [["self-hosted", "X64", "kvm"]]
"runs_on": [["ubuntu-latest"]]
}

0 comments on commit a0ac8a2

Please sign in to comment.