mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Stop building Ubuntu 14.04
This commit is contained in:
parent
d64bce31e0
commit
e302e463bc
3 changed files with 1 additions and 146 deletions
|
@ -23,7 +23,6 @@ local distros = [
|
|||
{ name: 'Fedora 29', slug: 'fedora-29', multiplier: 5, depends: [] },
|
||||
{ name: 'Opensuse 15.0', slug: 'opensuse-15', multiplier: 4, depends: [] },
|
||||
{ name: 'Opensuse 42.3', slug: 'opensuse-42', multiplier: 3, depends: [] },
|
||||
{ name: 'Ubuntu 14.04', slug: 'ubuntu-1404', multiplier: 2, depends: [] },
|
||||
{ name: 'Ubuntu 16.04', slug: 'ubuntu-1604', multiplier: 1, depends: [] },
|
||||
{ name: 'Ubuntu 18.04', slug: 'ubuntu-1804', multiplier: 0, depends: [] },
|
||||
];
|
||||
|
@ -35,7 +34,6 @@ local stable_distros = [
|
|||
'centos-7',
|
||||
'debian-8',
|
||||
'debian-9',
|
||||
'ubuntu-1404',
|
||||
'ubuntu-1604',
|
||||
'ubuntu-1804',
|
||||
];
|
||||
|
|
136
.drone.yml
136
.drone.yml
|
@ -948,140 +948,6 @@ node:
|
|||
depends_on:
|
||||
- Lint
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: Ubuntu 14.04
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: throttle-build
|
||||
image: alpine
|
||||
commands:
|
||||
- "sh -c 't=60; echo Sleeping 60 seconds; sleep 60'"
|
||||
|
||||
- name: Py2 2017.7(Git)
|
||||
image: docker:edge-dind
|
||||
commands:
|
||||
- apk --update add wget python python-dev py-pip git ruby-bundler ruby-rdoc ruby-dev gcc ruby-dev make libc-dev openssl-dev libffi-dev
|
||||
- gem install bundler
|
||||
- pip install -U pip
|
||||
- pip install -r tests/requirements.txt
|
||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
||||
- "echo 'Waiting for docker to start'"
|
||||
- sleep 10
|
||||
- docker ps -a
|
||||
- bundle exec kitchen test py2-git-2017-7-ubuntu-1404
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
|
||||
- name: Py2 2018.3(Git)
|
||||
image: docker:edge-dind
|
||||
commands:
|
||||
- apk --update add wget python python-dev py-pip git ruby-bundler ruby-rdoc ruby-dev gcc ruby-dev make libc-dev openssl-dev libffi-dev
|
||||
- gem install bundler
|
||||
- pip install -U pip
|
||||
- pip install -r tests/requirements.txt
|
||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
||||
- "echo 'Waiting for docker to start'"
|
||||
- sleep 10
|
||||
- docker ps -a
|
||||
- bundle exec kitchen test py2-git-2018-3-ubuntu-1404
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
- Py2 2017.7(Git)
|
||||
|
||||
- name: Py2 2019.2(Git)
|
||||
image: docker:edge-dind
|
||||
commands:
|
||||
- apk --update add wget python python-dev py-pip git ruby-bundler ruby-rdoc ruby-dev gcc ruby-dev make libc-dev openssl-dev libffi-dev
|
||||
- gem install bundler
|
||||
- pip install -U pip
|
||||
- pip install -r tests/requirements.txt
|
||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
||||
- "echo 'Waiting for docker to start'"
|
||||
- sleep 10
|
||||
- docker ps -a
|
||||
- bundle exec kitchen test py2-git-2019-2-ubuntu-1404
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
- Py2 2018.3(Git)
|
||||
|
||||
- name: Py2 2017.7(Stable)
|
||||
image: docker:edge-dind
|
||||
commands:
|
||||
- apk --update add wget python python-dev py-pip git ruby-bundler ruby-rdoc ruby-dev gcc ruby-dev make libc-dev openssl-dev libffi-dev
|
||||
- gem install bundler
|
||||
- pip install -U pip
|
||||
- pip install -r tests/requirements.txt
|
||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
||||
- "echo 'Waiting for docker to start'"
|
||||
- sleep 10
|
||||
- docker ps -a
|
||||
- bundle exec kitchen test py2-stable-2017-7-ubuntu-1404
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
- Py2 2017.7(Git)
|
||||
|
||||
- name: Py2 2018.3(Stable)
|
||||
image: docker:edge-dind
|
||||
commands:
|
||||
- apk --update add wget python python-dev py-pip git ruby-bundler ruby-rdoc ruby-dev gcc ruby-dev make libc-dev openssl-dev libffi-dev
|
||||
- gem install bundler
|
||||
- pip install -U pip
|
||||
- pip install -r tests/requirements.txt
|
||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
||||
- "echo 'Waiting for docker to start'"
|
||||
- sleep 10
|
||||
- docker ps -a
|
||||
- bundle exec kitchen test py2-stable-2018-3-ubuntu-1404
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
- Py2 2018.3(Git)
|
||||
|
||||
- name: Py2 2019.2(Stable)
|
||||
image: docker:edge-dind
|
||||
commands:
|
||||
- apk --update add wget python python-dev py-pip git ruby-bundler ruby-rdoc ruby-dev gcc ruby-dev make libc-dev openssl-dev libffi-dev
|
||||
- gem install bundler
|
||||
- pip install -U pip
|
||||
- pip install -r tests/requirements.txt
|
||||
- bundle install --with docker --without opennebula ec2 windows vagrant
|
||||
- "echo 'Waiting for docker to start'"
|
||||
- sleep 10
|
||||
- docker ps -a
|
||||
- bundle exec kitchen test py2-stable-2019-2-ubuntu-1404
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
depends_on:
|
||||
- throttle-build
|
||||
- Py2 2019.2(Git)
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:edge-dind
|
||||
command:
|
||||
- --storage-driver=overlay2
|
||||
privileged: true
|
||||
|
||||
node:
|
||||
project: open
|
||||
|
||||
depends_on:
|
||||
- Lint
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: Ubuntu 16.04
|
||||
|
@ -1352,6 +1218,6 @@ depends_on:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 5f368b5d2667f2550e77b81876bc5b1fb9f703944b08b845a6736b6e0a161e95
|
||||
hmac: b342a68e9394efa7475353f4d27a51021bb203b6ac54f82c7f7285d18a47a2a0
|
||||
|
||||
...
|
||||
|
|
|
@ -95,12 +95,6 @@ platforms:
|
|||
- name: ubuntu-16.04
|
||||
driver_config:
|
||||
run_command: /lib/systemd/systemd
|
||||
- name: ubuntu-14.04
|
||||
driver_config:
|
||||
run_command: /sbin/init
|
||||
provision_command:
|
||||
- rm -f /sbin/initctl
|
||||
- dpkg-divert --local --rename --remove /sbin/initctl
|
||||
|
||||
suites:
|
||||
- name: py2-git-2017-7
|
||||
|
@ -122,7 +116,6 @@ suites:
|
|||
- fedora-29
|
||||
- opensuse-15
|
||||
- opensuse-42
|
||||
- ubuntu-1404
|
||||
- name: py2-stable-2018-3
|
||||
provisioner:
|
||||
salt_version: 2018.3
|
||||
|
@ -133,7 +126,6 @@ suites:
|
|||
- fedora-29
|
||||
- opensuse-15
|
||||
- opensuse-42
|
||||
- ubuntu-1404
|
||||
- name: py2-stable-2019-2
|
||||
provisioner:
|
||||
salt_version: 2019.2
|
||||
|
@ -144,7 +136,6 @@ suites:
|
|||
- fedora-29
|
||||
- opensuse-15
|
||||
- opensuse-42
|
||||
- ubuntu-1404
|
||||
|
||||
verifier:
|
||||
name: shell
|
||||
|
|
Loading…
Add table
Reference in a new issue