[openssh-commits] [openssh] 02/02: More compact representation of config matrix.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Feb 17 21:48:57 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 4512047f57ca3c6e8cd68f0cc69be59e98b25287
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Feb 17 21:47:48 2021 +1100
More compact representation of config matrix.
---
.github/workflows/selfhosted.yml | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 49fd17e9..637ce959 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -22,20 +22,13 @@ jobs:
- default
# Then we include any extra configs we want to test for specific VMs.
include:
- - vm: dfly30
- configs: without-openssl
- - vm: dfly48
- configs: pam
- - vm: dfly58
- configs: pam
- - vm: sol10
- configs: pam
- - vm: sol11
- configs: pam
- - vm: sol11
- configs: sol64
- - vm: sol11
- configs: sol64-pam
+ - { vm: dfly30, configs: without-openssl}
+ - { vm: dfly48, configs: pam }
+ - { vm: dfly58, configs: pam }
+ - { vm: sol10, configs: pam }
+ - { vm: sol11, configs: pam }
+ - { vm: sol11, configs: sol64 }
+ - { vm: sol11, configs: sol64-pam }
steps:
- uses: actions/checkout at v2
- name: autoreconf
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list