aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/selfhosted.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/selfhosted.yml')
-rw-r--r--.github/workflows/selfhosted.yml21
1 files changed, 12 insertions, 9 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index de0a4125b..be0b4ffec 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -31,6 +31,7 @@ jobs:
- fbsd10
- fbsd12
- fbsd13
+ - fbsd14
- minix3
- nbsd3
- nbsd4
@@ -38,22 +39,27 @@ jobs:
- nbsd9
- obsd51
- obsd67
- - obsd69
- - obsd70
- obsd72
- obsd73
+ - obsd74
- obsdsnap
- obsdsnap-i386
- openindiana
- - sol10
- - sol11
+ - ubuntu-2204
config:
- default
host:
- libvirt
include:
+ # Long-running/slow tests have access to high priority runners.
+ - { target: aix51, config: default, host: libvirt-hipri }
+ - { target: openindiana, config: pam, host: libvirt-hipri }
+ - { target: sol10, config: default, host: libvirt-hipri }
+ - { target: sol10, config: pam, host: libvirt-hipri }
+ - { target: sol11, config: default, host: libvirt-hipri }
+ - { target: sol11, config: pam-krb5, host: libvirt-hipri }
+ - { target: sol11, config: sol64, host: libvirt-hipri }
# Then we include extra libvirt test configs.
- - { target: aix51, config: default, host: libvirt }
- { target: centos7, config: pam, host: libvirt }
- { target: debian-i386, config: pam, host: libvirt }
- { target: dfly30, config: without-openssl, host: libvirt}
@@ -64,12 +70,9 @@ jobs:
- { target: fbsd10, config: pam, host: libvirt }
- { target: fbsd12, config: pam, host: libvirt }
- { target: fbsd13, config: pam, host: libvirt }
+ - { target: fbsd14, config: pam, host: libvirt }
- { target: nbsd8, config: pam, host: libvirt }
- { target: nbsd9, config: pam, host: libvirt }
- - { target: openindiana, config: pam, host: libvirt }
- - { target: sol10, config: pam, host: libvirt }
- - { target: sol11, config: pam-krb5, host: libvirt }
- - { target: sol11, config: sol64, host: libvirt }
# VMs with persistent disks that have their own runner.
- { target: win10, config: default, host: win10 }
- { target: win10, config: cygwin-release, host: win10 }