update templates for openbsd-7

This commit is contained in:
Gareth J. Greenaway 2022-11-03 21:50:20 -07:00
parent 2562523fd2
commit 5be3b6a62e
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41
2 changed files with 8 additions and 8 deletions

View file

@ -145,16 +145,16 @@ jobs:
instances: '["git-master", "latest"]'
openbsd-6:
name: OpenBSD 6
openbsd-7:
name: OpenBSD 7
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
uses: ./.github/workflows/test-bsd.yml
needs:
- lint
- generate-actions-workflow
with:
distro-slug: openbsd-6
display-name: OpenBSD 6
distro-slug: openbsd-7
display-name: OpenBSD 7
timeout: 20
runs-on: macos-10.15
instances: '["latest"]'
@ -528,7 +528,7 @@ jobs:
- generate-actions-workflow
- freebsd-131
- freebsd-123
- openbsd-6
- openbsd-7
- macos-1015
- macos-11
- macos-12

View file

@ -42,7 +42,7 @@ OSX = [
BSD = [
"freebsd-131",
"freebsd-123",
"openbsd-6",
"openbsd-7",
]
STABLE_DISTROS = [
@ -168,7 +168,7 @@ DISTRO_DISPLAY_NAMES = {
"macos-12": "macOS 12",
"freebsd-131": "FreeBSD 13.1",
"freebsd-123": "FreeBSD 12.3",
"openbsd-6": "OpenBSD 6",
"openbsd-7": "OpenBSD 7",
"windows-2019": "Windows 2019",
"windows-2022": "Windows 2022",
}
@ -223,7 +223,7 @@ def generate_test_jobs():
instances.append(salt_version)
continue
if distro == "openbsd-6":
if distro == "openbsd-7":
# Only test latest on OpenBSD 6
continue