mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Py2 on fedora is now blacklisted.
This commit is contained in:
parent
63992be26c
commit
775782305e
2 changed files with 3 additions and 54 deletions
|
@ -66,6 +66,7 @@ local py3_distros = [
|
||||||
local py2_blacklist = [
|
local py2_blacklist = [
|
||||||
'centos-8',
|
'centos-8',
|
||||||
'debian-10',
|
'debian-10',
|
||||||
|
'fedora-30',
|
||||||
'fedora-31',
|
'fedora-31',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
56
.drone.yml
56
.drone.yml
|
@ -838,7 +838,7 @@ steps:
|
||||||
- name: throttle-build
|
- name: throttle-build
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- sh -c 't=192; echo Sleeping 192 seconds; sleep 192'
|
- sh -c 't=96; echo Sleeping 96 seconds; sleep 96'
|
||||||
|
|
||||||
- name: create
|
- name: create
|
||||||
image: saltstack/drone-salt-bootstrap-testing
|
image: saltstack/drone-salt-bootstrap-testing
|
||||||
|
@ -853,58 +853,6 @@ steps:
|
||||||
depends_on:
|
depends_on:
|
||||||
- throttle-build
|
- throttle-build
|
||||||
|
|
||||||
- name: Py2 2018.3(Git)
|
|
||||||
image: saltstack/drone-salt-bootstrap-testing
|
|
||||||
commands:
|
|
||||||
- pip install -U pip
|
|
||||||
- pip install -r tests/requirements.txt
|
|
||||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
|
||||||
- bundle exec kitchen test py2-git-2018-3-fedora-30
|
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
depends_on:
|
|
||||||
- throttle-build
|
|
||||||
- create
|
|
||||||
|
|
||||||
- name: Py2 2019.2(Git)
|
|
||||||
image: saltstack/drone-salt-bootstrap-testing
|
|
||||||
commands:
|
|
||||||
- pip install -U pip
|
|
||||||
- pip install -r tests/requirements.txt
|
|
||||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
|
||||||
- bundle exec kitchen test py2-git-2019-2-fedora-30
|
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
depends_on:
|
|
||||||
- throttle-build
|
|
||||||
- create
|
|
||||||
|
|
||||||
- name: Py2 2018.3(Stable)
|
|
||||||
image: saltstack/drone-salt-bootstrap-testing
|
|
||||||
commands:
|
|
||||||
- pip install -U pip
|
|
||||||
- pip install -r tests/requirements.txt
|
|
||||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
|
||||||
- bundle exec kitchen test py2-stable-2018-3-fedora-30
|
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
depends_on:
|
|
||||||
- throttle-build
|
|
||||||
- create
|
|
||||||
|
|
||||||
- name: Py2 2019.2(Stable)
|
|
||||||
image: saltstack/drone-salt-bootstrap-testing
|
|
||||||
commands:
|
|
||||||
- pip install -U pip
|
|
||||||
- pip install -r tests/requirements.txt
|
|
||||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
|
||||||
- bundle exec kitchen test py2-stable-2019-2-fedora-30
|
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
depends_on:
|
|
||||||
- throttle-build
|
|
||||||
- create
|
|
||||||
|
|
||||||
- name: Py3 2018.3(Git)
|
- name: Py3 2018.3(Git)
|
||||||
image: saltstack/drone-salt-bootstrap-testing
|
image: saltstack/drone-salt-bootstrap-testing
|
||||||
commands:
|
commands:
|
||||||
|
@ -1392,6 +1340,6 @@ depends_on:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: b84d3ddb4ecabcdf7d454cb6552acf79dfa777d7f9453f0b329ae02980c9f3cd
|
hmac: 08cacaea37ae92bd156f41af4af3c80da1f2aa535bc41a9efe2f2922c7b51e99
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue