mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
We can also install Salt under Py3 on Opensuse 15
This commit is contained in:
parent
26aa5438f5
commit
cab2c4afaa
3 changed files with 138 additions and 4 deletions
138
.github/.workflows/main.yml
vendored
138
.github/.workflows/main.yml
vendored
|
@ -2896,6 +2896,52 @@ jobs:
|
|||
bundle exec kitchen destroy py2-git-2018-3-opensuse-15
|
||||
|
||||
|
||||
py3-git-2018-3-opensuse-15:
|
||||
name: Opensuse 15 v2018.3 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
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-2018-3-opensuse-15 || bundle exec kitchen create py3-git-2018-3-opensuse-15
|
||||
|
||||
- name: Test Bootstrap In Test Container
|
||||
run: |
|
||||
bundle exec kitchen verify py3-git-2018-3-opensuse-15
|
||||
|
||||
- name: Destroy Test Container
|
||||
if: always()
|
||||
run: |
|
||||
bundle exec kitchen destroy py3-git-2018-3-opensuse-15
|
||||
|
||||
|
||||
py2-git-2019-2-opensuse-15:
|
||||
name: Opensuse 15 v2019.2 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -2942,6 +2988,52 @@ jobs:
|
|||
bundle exec kitchen destroy py2-git-2019-2-opensuse-15
|
||||
|
||||
|
||||
py3-git-2019-2-opensuse-15:
|
||||
name: Opensuse 15 v2019.2 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
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-2019-2-opensuse-15 || bundle exec kitchen create py3-git-2019-2-opensuse-15
|
||||
|
||||
- name: Test Bootstrap In Test Container
|
||||
run: |
|
||||
bundle exec kitchen verify py3-git-2019-2-opensuse-15
|
||||
|
||||
- name: Destroy Test Container
|
||||
if: always()
|
||||
run: |
|
||||
bundle exec kitchen destroy py3-git-2019-2-opensuse-15
|
||||
|
||||
|
||||
py2-git-3000-opensuse-15:
|
||||
name: Opensuse 15 v3000 Py2 Git
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -2988,6 +3080,52 @@ jobs:
|
|||
bundle exec kitchen destroy py2-git-3000-opensuse-15
|
||||
|
||||
|
||||
py3-git-3000-opensuse-15:
|
||||
name: Opensuse 15 v3000 Py3 Git
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
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-3000-opensuse-15 || bundle exec kitchen create py3-git-3000-opensuse-15
|
||||
|
||||
- name: Test Bootstrap In Test Container
|
||||
run: |
|
||||
bundle exec kitchen verify py3-git-3000-opensuse-15
|
||||
|
||||
- name: Destroy Test Container
|
||||
if: always()
|
||||
run: |
|
||||
bundle exec kitchen destroy py3-git-3000-opensuse-15
|
||||
|
||||
|
||||
latest-opensuse-15:
|
||||
name: Opensuse 15 Latest packaged release
|
||||
runs-on: ubuntu-latest
|
||||
|
|
1
.github/.workflows/templates/generate.py
vendored
1
.github/.workflows/templates/generate.py
vendored
|
@ -49,7 +49,6 @@ PY3_BLACKLIST = [
|
|||
'amazon-1',
|
||||
'centos-6',
|
||||
'debian-8',
|
||||
'opensuse-15'
|
||||
]
|
||||
|
||||
BLACKLIST_2018 = [
|
||||
|
|
|
@ -136,7 +136,6 @@ suites:
|
|||
- amazon-1
|
||||
- centos-6
|
||||
- debian-8
|
||||
- opensuse-15
|
||||
- amazon-2
|
||||
- name: py3-git-3000
|
||||
provisioner:
|
||||
|
@ -147,7 +146,6 @@ suites:
|
|||
- amazon-1
|
||||
- centos-6
|
||||
- debian-8
|
||||
- opensuse-15
|
||||
- name: py3-git-2019-2
|
||||
provisioner:
|
||||
salt_version: 2019.2
|
||||
|
@ -156,7 +154,6 @@ suites:
|
|||
- amazon-1
|
||||
- centos-6
|
||||
- debian-8
|
||||
- opensuse-15
|
||||
- name: py3-stable-2018-3
|
||||
provisioner:
|
||||
salt_version: 2018.3
|
||||
|
|
Loading…
Add table
Reference in a new issue