We weren't testing Amazon 1 on drone either. Skip for now.

This commit is contained in:
Pedro Algarvio 2020-01-28 15:43:44 +00:00
parent e7984fc2e1
commit d37ef318b1
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 1 additions and 181 deletions

View file

@ -19,186 +19,6 @@ jobs:
amazon-1-2018-3-py2-stable:
name: Amazon 1 2018.3 Py2 Stable
runs-on: ubuntu-latest
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 py2-stable-2018-3-amazon-1 || bundle exec kitchen create py2-stable-2018-3-amazon-1
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py2-stable-2018-3-amazon-1
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py2-stable-2018-3-amazon-1
amazon-1-2018-3-py2-git:
name: Amazon 1 2018.3 Py2 Git
runs-on: ubuntu-latest
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 py2-git-2018-3-amazon-1 || bundle exec kitchen create py2-git-2018-3-amazon-1
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py2-git-2018-3-amazon-1
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py2-git-2018-3-amazon-1
amazon-1-2019-2-py2-stable:
name: Amazon 1 2019.2 Py2 Stable
runs-on: ubuntu-latest
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 py2-stable-2019-2-amazon-1 || bundle exec kitchen create py2-stable-2019-2-amazon-1
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py2-stable-2019-2-amazon-1
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py2-stable-2019-2-amazon-1
amazon-1-2019-2-py2-git:
name: Amazon 1 2019.2 Py2 Git
runs-on: ubuntu-latest
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 py2-git-2019-2-amazon-1 || bundle exec kitchen create py2-git-2019-2-amazon-1
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py2-git-2019-2-amazon-1
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py2-git-2019-2-amazon-1
amazon-2-2019-2-py2-stable:
name: Amazon 2 2019.2 Py2 Stable
runs-on: ubuntu-latest

View file

@ -6,7 +6,7 @@ import datetime
os.chdir(os.path.abspath(os.path.dirname(__file__)))
LINUX_DISTROS = [
'amazon-1',
# 'amazon-1',
'amazon-2',
'arch',
'centos-6',