mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
removing debian 9
This commit is contained in:
parent
6a613d0dea
commit
38b5f3d042
2 changed files with 0 additions and 18 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
@ -336,20 +336,6 @@ jobs:
|
|||
instances: '["stable-3004", "stable-3005", "onedir-3005", "git-master", "latest"]'
|
||||
|
||||
|
||||
debian-9:
|
||||
name: Debian 9
|
||||
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: debian-9
|
||||
display-name: Debian 9
|
||||
timeout: 20
|
||||
instances: '["stable-3003", "git-3003", "stable-3004", "git-3004", "stable-3005", "git-3005", "onedir-3005", "git-master", "latest"]'
|
||||
|
||||
|
||||
fedora-35:
|
||||
name: Fedora 35
|
||||
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
|
||||
|
@ -541,7 +527,6 @@ jobs:
|
|||
- centos-stream8
|
||||
- debian-10
|
||||
- debian-11
|
||||
- debian-9
|
||||
- fedora-35
|
||||
- fedora-36
|
||||
- gentoo
|
||||
|
|
3
.github/workflows/templates/generate.py
vendored
3
.github/workflows/templates/generate.py
vendored
|
@ -15,7 +15,6 @@ LINUX_DISTROS = [
|
|||
"centos-stream8",
|
||||
"debian-10",
|
||||
"debian-11",
|
||||
"debian-9",
|
||||
"fedora-35",
|
||||
"fedora-36",
|
||||
"gentoo",
|
||||
|
@ -53,7 +52,6 @@ STABLE_DISTROS = [
|
|||
"centos-stream8",
|
||||
"debian-10",
|
||||
"debian-11",
|
||||
"debian-9",
|
||||
"fedora-35",
|
||||
"fedora-36",
|
||||
"gentoo",
|
||||
|
@ -183,7 +181,6 @@ DISTRO_DISPLAY_NAMES = {
|
|||
"centos-stream8": "CentOS Stream 8",
|
||||
"debian-10": "Debian 10",
|
||||
"debian-11": "Debian 11",
|
||||
"debian-9": "Debian 9",
|
||||
"fedora-35": "Fedora 35",
|
||||
"fedora-36": "Fedora 36",
|
||||
"gentoo": "Gentoo",
|
||||
|
|
Loading…
Add table
Reference in a new issue