From 775782305e9c4ecd44e3eab77ca188061aaa8060 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 3 Feb 2020 18:57:32 +0000 Subject: [PATCH] Py2 on fedora is now blacklisted. --- .drone.jsonnet | 1 + .drone.yml | 56 ++------------------------------------------------ 2 files changed, 3 insertions(+), 54 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 808dc33..40f1c94 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -66,6 +66,7 @@ local py3_distros = [ local py2_blacklist = [ 'centos-8', 'debian-10', + 'fedora-30', 'fedora-31', ]; diff --git a/.drone.yml b/.drone.yml index 58bf8b6..ee3cba3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -838,7 +838,7 @@ steps: - name: throttle-build image: alpine commands: - - sh -c 't=192; echo Sleeping 192 seconds; sleep 192' + - sh -c 't=96; echo Sleeping 96 seconds; sleep 96' - name: create image: saltstack/drone-salt-bootstrap-testing @@ -853,58 +853,6 @@ steps: depends_on: - 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) image: saltstack/drone-salt-bootstrap-testing commands: @@ -1392,6 +1340,6 @@ depends_on: --- kind: signature -hmac: b84d3ddb4ecabcdf7d454cb6552acf79dfa777d7f9453f0b329ae02980c9f3cd +hmac: 08cacaea37ae92bd156f41af4af3c80da1f2aa535bc41a9efe2f2922c7b51e99 ...