diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-02-23 06:05:22 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-02-23 06:05:22 +0100 |
commit | f186a020f2ba5f9c462a23293750e29ba0a746b1 (patch) | |
tree | d7c751f754cb7525c67562c3c411550119f0d9aa | |
parent | Valgrind test: split and move up list. (diff) | |
download | openssh-f186a020f2ba5f9c462a23293750e29ba0a746b1.tar.xz openssh-f186a020f2ba5f9c462a23293750e29ba0a746b1.zip |
Add a couple more test VMs.
-rw-r--r-- | .github/workflows/selfhosted.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 83b5de525..203da1953 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -16,7 +16,7 @@ jobs: # We use a matrix in two parts: firstly all of the VMs are tested with the # default config. "vm" corresponds to a label associated with the worker. matrix: - os: [dfly30, dfly48, dfly58, sol10, sol11, bbone, fbsd12] + os: [bbone, dfly30, dfly48, dfly58, fbsd6, fbsd7, fbsd12, sol10, sol11] configs: - default # Then we include any extra configs we want to test for specific VMs. @@ -24,6 +24,8 @@ jobs: - { os: dfly30, configs: without-openssl} - { os: dfly48, configs: pam } - { os: dfly58, configs: pam } + - { os: fbsd6, configs: pam } + - { os: fbsd7, configs: pam } - { os: fbsd12, configs: pam } - { os: sol10, configs: pam } - { os: sol11, configs: pam } |