From 1e0109927e78faeffa14158ea1255cc75cce8124 Mon Sep 17 00:00:00 2001 From: Bryce Larson Date: Wed, 30 Jun 2021 16:02:25 +0000 Subject: [PATCH] remove .0 jobs for amazon-2 since they will not pass until 3004.0 comes out --- .github/workflows/main.yml | 92 ------------------------- .github/workflows/templates/generate.py | 2 + 2 files changed, 2 insertions(+), 92 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 445861b..2656a77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -366,52 +366,6 @@ jobs: bundle exec kitchen destroy py3-git-3001-amazon-2 - py3-stable-3001-0-amazon-2: - name: Amazon 2 v3001.0 Py3 Stable - 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-stable-3001-0-amazon-2 || bundle exec kitchen create py3-stable-3001-0-amazon-2 - - - name: Test Bootstrap In Test Container - run: | - bundle exec kitchen verify py3-stable-3001-0-amazon-2 - - - name: Destroy Test Container - if: always() - run: | - bundle exec kitchen destroy py3-stable-3001-0-amazon-2 - - py3-stable-3002-amazon-2: name: Amazon 2 v3002 Py3 Stable runs-on: ubuntu-latest @@ -504,52 +458,6 @@ jobs: bundle exec kitchen destroy py3-git-3002-amazon-2 - py3-stable-3002-0-amazon-2: - name: Amazon 2 v3002.0 Py3 Stable - 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-stable-3002-0-amazon-2 || bundle exec kitchen create py3-stable-3002-0-amazon-2 - - - name: Test Bootstrap In Test Container - run: | - bundle exec kitchen verify py3-stable-3002-0-amazon-2 - - - name: Destroy Test Container - if: always() - run: | - bundle exec kitchen destroy py3-stable-3002-0-amazon-2 - - py3-git-master-amazon-2: name: Amazon 2 Master Py3 Git runs-on: ubuntu-latest diff --git a/.github/workflows/templates/generate.py b/.github/workflows/templates/generate.py index e0cb317..ac3b40b 100755 --- a/.github/workflows/templates/generate.py +++ b/.github/workflows/templates/generate.py @@ -88,6 +88,7 @@ BLACKLIST_3001 = [ BLACKLIST_3001_0 = [ "almalinux-8", + "amazon-2", "debian-11", "gentoo", "gentoo-systemd", @@ -97,6 +98,7 @@ BLACKLIST_3001_0 = [ BLACKLIST_3002_0 = [ "almalinux-8", + "amazon-2", "debian-11", "gentoo", "gentoo-systemd",