ci(fedora-37): add platform

This commit is contained in:
Imran Iqbal 2022-06-21 20:36:58 +01:00
parent 9cd72ffb3b
commit e8b4966e1d
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819
3 changed files with 27 additions and 0 deletions

View file

@ -364,6 +364,20 @@ jobs:
instances: '["git-master", "latest"]'
fedora-37:
name: Fedora 37
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
uses: ./.github/workflows/test-linux.yml
needs:
- lint
- generate-actions-workflow
with:
distro-slug: fedora-37
display-name: Fedora 37
timeout: 20
instances: '["git-master", "latest"]'
gentoo:
name: Gentoo
if: github.event_name == 'push'
@ -529,6 +543,7 @@ jobs:
- debian-11
- fedora-35
- fedora-36
- fedora-37
- gentoo
- gentoo-systemd
- opensuse-15

View file

@ -17,6 +17,7 @@ LINUX_DISTROS = [
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -54,6 +55,7 @@ STABLE_DISTROS = [
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -86,6 +88,7 @@ BLACKLIST_3003 = [
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -101,6 +104,7 @@ BLACKLIST_GIT_3003 = [
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -115,6 +119,7 @@ BLACKLIST_3004 = [
"arch",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -125,6 +130,7 @@ BLACKLIST_3005 = [
"arch",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -138,6 +144,7 @@ BLACKLIST_GIT_3004 = [
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -154,6 +161,7 @@ BLACKLIST_GIT_3005 = [
"debian-11",
"fedora-35",
"fedora-36",
"fedora-37",
"gentoo",
"gentoo-systemd",
"opensuse-15",
@ -208,6 +216,7 @@ DISTRO_DISPLAY_NAMES = {
"debian-11": "Debian 11",
"fedora-35": "Fedora 35",
"fedora-36": "Fedora 36",
"fedora-37": "Fedora 37",
"gentoo": "Gentoo",
"gentoo-systemd": "Gentoo (systemd)",
"opensuse-15": "Opensuse 15",

View file

@ -65,6 +65,9 @@ platforms:
- name: fedora-36
driver:
provision_command: *fedora_provision_command
- name: fedora-37
driver:
provision_command: *fedora_provision_command
- name: gentoo
driver:
image: gentoo/stage3:latest