mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Remove fedora 31 tests - will add a separate PR for this
This commit is contained in:
parent
344aee35e0
commit
762a8b8b35
2 changed files with 1 additions and 121 deletions
|
@ -30,7 +30,6 @@ local distros = [
|
||||||
{ name: 'Debian 9', slug: 'debian-9', multiplier: 6, depends: [] },
|
{ name: 'Debian 9', slug: 'debian-9', multiplier: 6, depends: [] },
|
||||||
{ name: 'Debian 10', slug: 'debian-10', multiplier: 6, depends: [] },
|
{ name: 'Debian 10', slug: 'debian-10', multiplier: 6, depends: [] },
|
||||||
{ name: 'Fedora 30', slug: 'fedora-30', 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: 'Opensuse 15.0', slug: 'opensuse-15', multiplier: 4, depends: [] },
|
||||||
{ name: 'Ubuntu 16.04', slug: 'ubuntu-1604', multiplier: 1, depends: [] },
|
{ name: 'Ubuntu 16.04', slug: 'ubuntu-1604', multiplier: 1, depends: [] },
|
||||||
{ name: 'Ubuntu 18.04', slug: 'ubuntu-1804', multiplier: 0, depends: [] },
|
{ name: 'Ubuntu 18.04', slug: 'ubuntu-1804', multiplier: 0, depends: [] },
|
||||||
|
@ -58,7 +57,6 @@ local py3_distros = [
|
||||||
'ubuntu-1604',
|
'ubuntu-1604',
|
||||||
'ubuntu-1804',
|
'ubuntu-1804',
|
||||||
'fedora-30',
|
'fedora-30',
|
||||||
'fedora-31',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
local py2_blacklist = [
|
local py2_blacklist = [
|
||||||
|
|
120
.drone.yml
120
.drone.yml
|
@ -826,124 +826,6 @@ node:
|
||||||
depends_on:
|
depends_on:
|
||||||
- Lint
|
- 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
|
kind: pipeline
|
||||||
name: Opensuse 15.0
|
name: Opensuse 15.0
|
||||||
|
@ -1300,6 +1182,6 @@ depends_on:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 65ce1b99b73ea3cda568a76e4103c54cb7221387258ecc03ba0df9701b3b888c
|
hmac: 906ceab2f0ec44b6e9c99f698feeb4874c503fd9db2a8525ed2916445069c403
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue