Arch is now on Py3.8 which salt doesn't yet support

This commit is contained in:
Pedro Algarvio 2020-01-30 13:33:16 +00:00
parent 115af9b004
commit bb9ef0eb3e
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
3 changed files with 4 additions and 138 deletions

View file

@ -412,52 +412,6 @@ jobs:
bundle exec kitchen destroy py2-git-2018-3-arch
py3-git-2018-3-arch:
name: Arch 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-arch || bundle exec kitchen create py3-git-2018-3-arch
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-2018-3-arch
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-2018-3-arch
py2-git-2019-2-arch:
name: Arch v2019.2 Py2 Git
runs-on: ubuntu-latest
@ -504,52 +458,6 @@ jobs:
bundle exec kitchen destroy py2-git-2019-2-arch
py3-git-2019-2-arch:
name: Arch 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-arch || bundle exec kitchen create py3-git-2019-2-arch
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-2019-2-arch
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-2019-2-arch
py2-git-3000-arch:
name: Arch v3000 Py2 Git
runs-on: ubuntu-latest
@ -596,52 +504,6 @@ jobs:
bundle exec kitchen destroy py2-git-3000-arch
py3-git-3000-arch:
name: Arch 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-arch || bundle exec kitchen create py3-git-3000-arch
- name: Test Bootstrap In Test Container
run: |
bundle exec kitchen verify py3-git-3000-arch
- name: Destroy Test Container
if: always()
run: |
bundle exec kitchen destroy py3-git-3000-arch
py2-stable-2018-3-centos-6:
name: CentOS 6 v2018.3 Py2 Stable
runs-on: ubuntu-latest

View file

@ -45,6 +45,7 @@ PY2_BLACKLIST = [
]
PY3_BLACKLIST = [
'arch',
'amazon-1',
'centos-6',
'debian-8',

View file

@ -49,6 +49,8 @@ platforms:
provision_command:
- pacman -Syu --noconfirm --needed systemd grep awk procps which
- systemctl enable sshd
provisioner:
salt_bootstrap_options: -MPfq -D -y -x python2 git %s
- name: centos-8
driver_config:
run_command: /usr/lib/systemd/systemd
@ -141,6 +143,7 @@ suites:
salt_version: 3000
salt_bootstrap_options: -x python3 -MPfq git %s
excludes:
- arch
- amazon-1
- centos-6
- debian-8