From 762a8b8b35fcb30da72cc84b3a59ea3838c84cab Mon Sep 17 00:00:00 2001 From: ch3ll Date: Fri, 1 Nov 2019 14:13:20 -0400 Subject: [PATCH] Remove fedora 31 tests - will add a separate PR for this --- .drone.jsonnet | 2 - .drone.yml | 120 +------------------------------------------------ 2 files changed, 1 insertion(+), 121 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 20b87e9..e7145b5 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -30,7 +30,6 @@ local distros = [ { name: 'Debian 9', slug: 'debian-9', multiplier: 6, depends: [] }, { name: 'Debian 10', slug: 'debian-10', multiplier: 6, depends: [] }, { name: 'Fedora 30', slug: 'fedora-30', multiplier: 6, depends: [] }, - { name: 'Fedora 31', slug: 'fedora-31', multiplier: 6, depends: [] }, { name: 'Opensuse 15.0', slug: 'opensuse-15', multiplier: 4, depends: [] }, { name: 'Ubuntu 16.04', slug: 'ubuntu-1604', multiplier: 1, depends: [] }, { name: 'Ubuntu 18.04', slug: 'ubuntu-1804', multiplier: 0, depends: [] }, @@ -58,7 +57,6 @@ local py3_distros = [ 'ubuntu-1604', 'ubuntu-1804', 'fedora-30', - 'fedora-31', ]; local py2_blacklist = [ diff --git a/.drone.yml b/.drone.yml index d08c190..f7d4ecf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -826,124 +826,6 @@ node: depends_on: - Lint ---- -kind: pipeline -name: Fedora 31 - -platform: - os: linux - arch: amd64 - -steps: -- name: throttle-build - image: alpine - commands: - - sh -c 't=180; echo Sleeping 180 seconds; sleep 180' - -- name: create - image: saltstack/drone-salt-bootstrap-testing - commands: - - bundle install --with docker --without opennebula ec2 windows vagrant - - echo 'Waiting for docker to start' - - sleep 10 - - docker ps -a - - bundle exec kitchen create fedora-31 - environment: - DOCKER_HOST: tcp://docker:2375 - 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-31 - 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-31 - environment: - DOCKER_HOST: tcp://docker:2375 - depends_on: - - throttle-build - - create - -- 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 py3-git-2018-3-fedora-31 - environment: - DOCKER_HOST: tcp://docker:2375 - depends_on: - - throttle-build - - create - -- 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 py3-git-2019-2-fedora-31 - environment: - DOCKER_HOST: tcp://docker:2375 - depends_on: - - throttle-build - - create - -- name: Py3 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 py3-stable-2018-3-fedora-31 - environment: - DOCKER_HOST: tcp://docker:2375 - depends_on: - - throttle-build - - create - -- name: Py3 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 py3-stable-2019-2-fedora-31 - environment: - DOCKER_HOST: tcp://docker:2375 - depends_on: - - throttle-build - - create - -services: -- name: docker - image: saltstack/drone-salt-bootstrap-testing - command: - - --storage-driver=overlay2 - privileged: true - -node: - project: open - -depends_on: -- Lint - --- kind: pipeline name: Opensuse 15.0 @@ -1300,6 +1182,6 @@ depends_on: --- kind: signature -hmac: 65ce1b99b73ea3cda568a76e4103c54cb7221387258ecc03ba0df9701b3b888c +hmac: 906ceab2f0ec44b6e9c99f698feeb4874c503fd9db2a8525ed2916445069c403 ...