From b2d56a6b2148a408799b03b03e5c0a0ff7461b7d Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 26 Feb 2022 15:38:57 +0000 Subject: [PATCH] ci: remove `fedora-33` (EOL) * https://docs.fedoraproject.org/en-US/releases/eol/ - Release: Fedora Linux 33 - EOL since: 2021-11-30 --- .github/workflows/main.yml | 230 ------------------------ .github/workflows/templates/generate.py | 3 - kitchen.yml | 8 +- 3 files changed, 1 insertion(+), 240 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb371e5..2078e09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/templates/generate.py b/.github/workflows/templates/generate.py index fd40140..4ceaaba 100755 --- a/.github/workflows/templates/generate.py +++ b/.github/workflows/templates/generate.py @@ -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", diff --git a/kitchen.yml b/kitchen.yml index 420cb40..a543310 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -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