ci: remove fedora-33 (EOL)

* https://docs.fedoraproject.org/en-US/releases/eol/
  - Release:   Fedora Linux 33
  - EOL since: 2021-11-30
This commit is contained in:
Imran Iqbal 2022-02-26 15:38:57 +00:00 committed by Pedro Algarvio
parent e3ff84df78
commit b2d56a6b21
3 changed files with 1 additions and 240 deletions

View file

@ -3080,236 +3080,6 @@ jobs:
bundle exec kitchen destroy latest-debian-9
py3-git-3002-fedora-33:
name: Fedora 33 v3002 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 20
needs: lint
steps:
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install Bundler
run: |
gem install bundler
- name: Setup Bundle
run: |
bundle install --with docker --without opennebula ec2 windows vagrant
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Python Dependencies
run: |
pip install -U pip
pip install -r tests/requirements.txt
- name: Create Test Container
run: |
bundle exec kitchen create py3-git-3002-fedora-33 || bundle exec kitchen create py3-git-3002-fedora-33
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-3002-fedora-33
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-3002-fedora-33
py3-git-3003-fedora-33:
name: Fedora 33 v3003 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 20
needs: lint
steps:
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install Bundler
run: |
gem install bundler
- name: Setup Bundle
run: |
bundle install --with docker --without opennebula ec2 windows vagrant
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Python Dependencies
run: |
pip install -U pip
pip install -r tests/requirements.txt
- name: Create Test Container
run: |
bundle exec kitchen create py3-git-3003-fedora-33 || bundle exec kitchen create py3-git-3003-fedora-33
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-3003-fedora-33
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-3003-fedora-33
py3-git-3004-fedora-33:
name: Fedora 33 v3004 Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 20
needs: lint
steps:
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install Bundler
run: |
gem install bundler
- name: Setup Bundle
run: |
bundle install --with docker --without opennebula ec2 windows vagrant
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Python Dependencies
run: |
pip install -U pip
pip install -r tests/requirements.txt
- name: Create Test Container
run: |
bundle exec kitchen create py3-git-3004-fedora-33 || bundle exec kitchen create py3-git-3004-fedora-33
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-3004-fedora-33
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-3004-fedora-33
py3-git-master-fedora-33:
name: Fedora 33 Master Py3 Git
runs-on: ubuntu-latest
timeout-minutes: 20
needs: lint
steps:
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install Bundler
run: |
gem install bundler
- name: Setup Bundle
run: |
bundle install --with docker --without opennebula ec2 windows vagrant
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Python Dependencies
run: |
pip install -U pip
pip install -r tests/requirements.txt
- name: Create Test Container
run: |
bundle exec kitchen create py3-git-master-fedora-33 || bundle exec kitchen create py3-git-master-fedora-33
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-master-fedora-33
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-master-fedora-33
latest-fedora-33:
name: Fedora 33 Latest packaged release
runs-on: ubuntu-latest
timeout-minutes: 20
needs: lint
steps:
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Install Bundler
run: |
gem install bundler
- name: Setup Bundle
run: |
bundle install --with docker --without opennebula ec2 windows vagrant
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Python Dependencies
run: |
pip install -U pip
pip install -r tests/requirements.txt
- name: Create Test Container
run: |
bundle exec kitchen create latest-fedora-33 || bundle exec kitchen create latest-fedora-33
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify latest-fedora-33
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy latest-fedora-33
py3-git-3002-fedora-34:
name: Fedora 34 v3002 Py3 Git
runs-on: ubuntu-latest

View file

@ -14,7 +14,6 @@ LINUX_DISTROS = [
"debian-10",
"debian-11",
"debian-9",
"fedora-33",
"fedora-34",
"fedora-35",
"gentoo",
@ -39,7 +38,6 @@ STABLE_DISTROS = [
"debian-10",
"debian-11",
"debian-9",
"fedora-33",
"fedora-34",
"fedora-35",
"gentoo",
@ -134,7 +132,6 @@ DISTRO_DISPLAY_NAMES = {
"debian-10": "Debian 10",
"debian-11": "Debian 11",
"debian-9": "Debian 9",
"fedora-33": "Fedora 33",
"fedora-34": "Fedora 34",
"fedora-35": "Fedora 35",
"gentoo": "Gentoo",

View file

@ -57,14 +57,11 @@ platforms:
driver:
image: debian:bullseye
run_command: /lib/systemd/systemd
- name: fedora-33
- name: fedora-34
driver:
provision_command: &fedora_provision_command
- dnf -y install procps-ng
- sed -i 's/^PubkeyAcceptedKeyTypes.*$/&,ssh-rsa/' /etc/crypto-policies/back-ends/opensshserver.config
- name: fedora-34
driver:
provision_command: *fedora_provision_command
- name: fedora-35
driver:
provision_command: *fedora_provision_command
@ -134,7 +131,6 @@ suites:
- opensuse-15
- opensuse-tumbleweed
- debian-11
- fedora-33
- arch
- gentoo
- gentoo-systemd
@ -148,7 +144,6 @@ suites:
excludes:
- opensuse-15
- opensuse-tumbleweed
- fedora-33
- arch
- gentoo
- gentoo-systemd
@ -184,7 +179,6 @@ suites:
excludes:
- opensuse-15
- opensuse-tumbleweed
- fedora-33
- arch
- gentoo
- gentoo-systemd