mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
928 lines
23 KiB
YAML
928 lines
23 KiB
YAML
# DO NOT EDIT THIS FILE DIRECTLY!
|
|
#
|
|
# This file was generated by .github/workflows/templates/generate.py
|
|
|
|
name: Branch Testing
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
py3-stable-2019-2-gentoo:
|
|
name: Gentoo v2019.2 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-2019-2-gentoo || bundle exec kitchen create py3-stable-2019-2-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-2019-2-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-2019-2-gentoo
|
|
|
|
|
|
py3-git-2019-2-gentoo:
|
|
name: Gentoo v2019.2 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo || bundle exec kitchen create py3-git-2019-2-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-2019-2-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-2019-2-gentoo
|
|
|
|
|
|
py3-stable-3000-gentoo:
|
|
name: Gentoo v3000 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-3000-gentoo || bundle exec kitchen create py3-stable-3000-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-3000-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-3000-gentoo
|
|
|
|
|
|
py3-git-3000-gentoo:
|
|
name: Gentoo v3000 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo || bundle exec kitchen create py3-git-3000-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-3000-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-3000-gentoo
|
|
|
|
|
|
py3-stable-3001-gentoo:
|
|
name: Gentoo v3001 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo || bundle exec kitchen create py3-stable-3001-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-3001-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-3001-gentoo
|
|
|
|
|
|
py3-git-3001-gentoo:
|
|
name: Gentoo v3001 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-3001-gentoo || bundle exec kitchen create py3-git-3001-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-3001-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-3001-gentoo
|
|
|
|
|
|
py3-stable-3002-gentoo:
|
|
name: Gentoo v3002 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo || bundle exec kitchen create py3-stable-3002-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-3002-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-3002-gentoo
|
|
|
|
|
|
py3-git-3002-gentoo:
|
|
name: Gentoo v3002 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-3002-gentoo || bundle exec kitchen create py3-git-3002-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-3002-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-3002-gentoo
|
|
|
|
|
|
py3-git-master-gentoo:
|
|
name: Gentoo Master Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-master-gentoo || bundle exec kitchen create py3-git-master-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-master-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-master-gentoo
|
|
|
|
|
|
latest-gentoo:
|
|
name: Gentoo Latest packaged release
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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 latest-gentoo || bundle exec kitchen create latest-gentoo
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify latest-gentoo
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy latest-gentoo
|
|
|
|
|
|
py3-stable-2019-2-gentoo-systemd:
|
|
name: Gentoo (systemd) v2019.2 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-2019-2-gentoo-systemd || bundle exec kitchen create py3-stable-2019-2-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-2019-2-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-2019-2-gentoo-systemd
|
|
|
|
|
|
py3-git-2019-2-gentoo-systemd:
|
|
name: Gentoo (systemd) v2019.2 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo-systemd || bundle exec kitchen create py3-git-2019-2-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-2019-2-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-2019-2-gentoo-systemd
|
|
|
|
|
|
py3-stable-3000-gentoo-systemd:
|
|
name: Gentoo (systemd) v3000 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-3000-gentoo-systemd || bundle exec kitchen create py3-stable-3000-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-3000-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-3000-gentoo-systemd
|
|
|
|
|
|
py3-git-3000-gentoo-systemd:
|
|
name: Gentoo (systemd) v3000 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo-systemd || bundle exec kitchen create py3-git-3000-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-3000-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-3000-gentoo-systemd
|
|
|
|
|
|
py3-stable-3001-gentoo-systemd:
|
|
name: Gentoo (systemd) v3001 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo-systemd || bundle exec kitchen create py3-stable-3001-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-3001-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-3001-gentoo-systemd
|
|
|
|
|
|
py3-git-3001-gentoo-systemd:
|
|
name: Gentoo (systemd) v3001 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-3001-gentoo-systemd || bundle exec kitchen create py3-git-3001-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-3001-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-3001-gentoo-systemd
|
|
|
|
|
|
py3-stable-3002-gentoo-systemd:
|
|
name: Gentoo (systemd) v3002 Py3 Stable
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-gentoo-systemd || bundle exec kitchen create py3-stable-3002-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-stable-3002-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-stable-3002-gentoo-systemd
|
|
|
|
|
|
py3-git-3002-gentoo-systemd:
|
|
name: Gentoo (systemd) v3002 Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-3002-gentoo-systemd || bundle exec kitchen create py3-git-3002-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-3002-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-3002-gentoo-systemd
|
|
|
|
|
|
py3-git-master-gentoo-systemd:
|
|
name: Gentoo (systemd) Master Py3 Git
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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-master-gentoo-systemd || bundle exec kitchen create py3-git-master-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify py3-git-master-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy py3-git-master-gentoo-systemd
|
|
|
|
|
|
latest-gentoo-systemd:
|
|
name: Gentoo (systemd) Latest packaged release
|
|
runs-on: ubuntu-latest
|
|
timeout-minutes: 90
|
|
|
|
|
|
|
|
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 latest-gentoo-systemd || bundle exec kitchen create latest-gentoo-systemd
|
|
|
|
- name: Test Bootstrap In Test Container
|
|
run: |
|
|
bundle exec kitchen verify latest-gentoo-systemd
|
|
|
|
- name: Destroy Test Container
|
|
if: always()
|
|
run: |
|
|
bundle exec kitchen destroy latest-gentoo-systemd
|