mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
remove .0 jobs for amazon-2 since they will not pass until 3004.0 comes out
This commit is contained in:
parent
42a8ac8f14
commit
1e0109927e
2 changed files with 2 additions and 92 deletions
92
.github/workflows/main.yml
vendored
92
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/templates/generate.py
vendored
2
.github/workflows/templates/generate.py
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue