mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
We weren't testing Amazon 1 on drone either. Skip for now.
This commit is contained in:
parent
e7984fc2e1
commit
d37ef318b1
2 changed files with 1 additions and 181 deletions
180
.github/workflows/main.yml
vendored
180
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/templates/generate.py
vendored
2
.github/workflows/templates/generate.py
vendored
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue