mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fix logic for jsonnet
This commit is contained in:
parent
cad861f874
commit
96df3ddbd2
2 changed files with 7 additions and 5 deletions
|
@ -60,11 +60,13 @@ local py3_distros = [
|
|||
'ubuntu-1604',
|
||||
'ubuntu-1804',
|
||||
'fedora-30',
|
||||
'fedora-31',
|
||||
];
|
||||
|
||||
local py2_blacklist = [
|
||||
'centos-8',
|
||||
'debian-10',
|
||||
'fedora-31',
|
||||
];
|
||||
|
||||
local blacklist_2018 = [
|
||||
|
|
10
.drone.yml
10
.drone.yml
|
@ -997,26 +997,26 @@ steps:
|
|||
depends_on:
|
||||
- throttle-build
|
||||
|
||||
- name: Py2 2018.3(Git)
|
||||
- name: Py3 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-31
|
||||
- bundle exec kitchen test py3-git-2018-3-fedora-31
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
- create
|
||||
|
||||
- name: Py2 2019.2(Git)
|
||||
- name: Py3 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-31
|
||||
- bundle exec kitchen test py3-git-2019-2-fedora-31
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
|
@ -1392,6 +1392,6 @@ depends_on:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: fae909d28bd67c6bfcee0f01f05540c9683aa1a19b7436c5f0a65c5505701db1
|
||||
hmac: b84d3ddb4ecabcdf7d454cb6552acf79dfa777d7f9453f0b329ae02980c9f3cd
|
||||
|
||||
...
|
||||
|
|
Loading…
Add table
Reference in a new issue