aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/.github/workflows
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-04-15 14:41:08 +0000
committerEd Maste <emaste@FreeBSD.org>2022-04-15 14:41:08 +0000
commit87c1498d1a7473ff983e5c0456f30608f3f1e601 (patch)
tree3ed1840d45c074e4d86037c24ccacce8cc35b2e7 /crypto/openssh/.github/workflows
parent10aa36702cdb1112ac368c449d60ee4e8eb832d0 (diff)
parent7f9f5c27f6f623a2081f2b436692418fd962b903 (diff)
Diffstat (limited to 'crypto/openssh/.github/workflows')
-rw-r--r--crypto/openssh/.github/workflows/c-cpp.yml3
-rw-r--r--crypto/openssh/.github/workflows/selfhosted.yml7
2 files changed, 9 insertions, 1 deletions
diff --git a/crypto/openssh/.github/workflows/c-cpp.yml b/crypto/openssh/.github/workflows/c-cpp.yml
index 5ee896308478..b778c9804203 100644
--- a/crypto/openssh/.github/workflows/c-cpp.yml
+++ b/crypto/openssh/.github/workflows/c-cpp.yml
@@ -46,6 +46,7 @@ jobs:
- { os: ubuntu-latest, configs: libressl-3.2.6 }
- { os: ubuntu-latest, configs: libressl-3.3.4 }
- { os: ubuntu-latest, configs: libressl-3.4.1 }
+ - { os: ubuntu-latest, configs: libressl-3.5.0 }
- { os: ubuntu-latest, configs: openssl-master }
- { os: ubuntu-latest, configs: openssl-noec }
- { os: ubuntu-latest, configs: openssl-1.0.1 }
@@ -54,7 +55,9 @@ jobs:
- { os: ubuntu-latest, configs: openssl-1.1.0h }
- { os: ubuntu-latest, configs: openssl-1.1.1 }
- { os: ubuntu-latest, configs: openssl-1.1.1k }
+ - { os: ubuntu-latest, configs: openssl-1.1.1m }
- { os: ubuntu-latest, configs: openssl-3.0.0 }
+ - { os: ubuntu-latest, configs: openssl-3.0.1 }
- { os: ubuntu-latest, configs: openssl-1.1.1_stable } # stable branch
- { os: ubuntu-latest, configs: openssl-3.0 } # stable branch
- { os: ubuntu-18.04, configs: pam }
diff --git a/crypto/openssh/.github/workflows/selfhosted.yml b/crypto/openssh/.github/workflows/selfhosted.yml
index 09f7af939912..ec2c29825c85 100644
--- a/crypto/openssh/.github/workflows/selfhosted.yml
+++ b/crypto/openssh/.github/workflows/selfhosted.yml
@@ -16,9 +16,11 @@ jobs:
# default config. "os" corresponds to a label associated with the worker.
matrix:
os:
+ - aix51
- ARM64
- alpine
- bbone
+ - debian-i386
- dfly30
- dfly48
- dfly58
@@ -40,6 +42,8 @@ jobs:
- obsd70
- obsdsnap
- openindiana
+ - openwrt-mips
+ - openwrt-mipsel
# - rocky84
- sol10
- sol11
@@ -49,6 +53,7 @@ jobs:
# Then we include any extra configs we want to test for specific VMs.
include:
- { os: ARM64, configs: pam }
+ - { os: debian-i386, configs: pam }
- { os: dfly30, configs: without-openssl}
- { os: dfly48, configs: pam }
- { os: dfly58, configs: pam }
@@ -87,7 +92,7 @@ jobs:
run: vmrun make
- name: make tests
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
- timeout-minutes: 300
+ timeout-minutes: 600
- name: save logs
if: failure()
uses: actions/upload-artifact@v2