fix logic for jsonnet

This commit is contained in:
Bryce Larson 2019-11-04 13:43:43 -07:00 committed by Pedro Algarvio
parent cad861f874
commit 96df3ddbd2
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 7 additions and 5 deletions

View file

@ -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 = [

View file

@ -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
...