Skip to content

Commit

Permalink
Adjusted GIT 3006 & 3007 blacklists
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 authored and dwoz committed Jul 11, 2024
1 parent e221fff commit 210db17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
distro-slug: amazon-2023
display-name: Amazon 2023
timeout: 40
instances: '["stable-3006", "git-3006", "onedir-3006", "stable-3006-8", "stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
instances: '["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'


arch:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
distro-slug: fedora-40
display-name: Fedora 40
timeout: 40
instances: '["stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
instances: '["stable-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'


gentoo:
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
distro-slug: oraclelinux-9
display-name: Oracle Linux 9
timeout: 40
instances: '["stable-3006", "git-3006", "onedir-3006", "stable-3006-8", "stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
instances: '["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'


photon-4:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/templates/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
BLACKLIST_GIT_3006 = [
"almalinux-9",
"amazon-2",
"amazon-2023",
"arch",
"centos-stream9",
"debian-11",
Expand All @@ -137,6 +138,7 @@
"gentoo-systemd",
"opensuse-15",
"opensuse-tumbleweed",
"oraclelinux-9",
"photon-4",
"photon-5",
"rockylinux-9",
Expand All @@ -148,15 +150,18 @@
BLACKLIST_GIT_3007 = [
"almalinux-9",
"amazon-2",
"amazon-2023",
"arch",
"centos-stream9",
"debian-11",
"debian-12",
"fedora-39",
"fedora-40",
"gentoo",
"gentoo-systemd",
"opensuse-15",
"opensuse-tumbleweed",
"oraclelinux-9",
"photon-4",
"photon-5",
"rockylinux-9",
Expand All @@ -167,6 +172,7 @@

BLACKLIST_GIT_MASTER = [
"amazon-2",
"fedora-39",
"photon-4",
"photon-5",
]
Expand Down

0 comments on commit 210db17

Please sign in to comment.