drone fmt

This commit is contained in:
Tobias Trabelsi 2019-05-25 17:45:10 +02:00
parent 43b83e7c94
commit e82200abfc

View File

@ -1,252 +1,275 @@
---
kind: pipeline kind: pipeline
name: ansible-containers name: ansible-containers
platform:
os: linux
arch: amd64
concurrency: concurrency:
limit: 9 limit: 9
steps: steps:
- name: build-ubuntu-18 - name: build-ubuntu-18
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ubuntu-18.04/Dockerfile dockerfile: ubuntu-18.04/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-18.04 tag: ubuntu-18.04
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-ubuntu-16 - name: build-ubuntu-16
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ubuntu-16.04/Dockerfile dockerfile: ubuntu-16.04/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-16.04 tag: ubuntu-16.04
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-ubuntu-14 - name: build-ubuntu-14
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ubuntu-14.04/Dockerfile dockerfile: ubuntu-14.04/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-14.04 tag: ubuntu-14.04
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-fedora-24 - name: build-fedora-24
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: fedora-24/Dockerfile dockerfile: fedora-24/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: fedora-24 tag: fedora-24
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-alpine-3 - name: build-alpine-3
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: alpine-3/Dockerfile dockerfile: alpine-3/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: alpine-3 tag: alpine-3
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-debian-8 - name: build-debian-8
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: debian-8/Dockerfile dockerfile: debian-8/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: debian-8 tag: debian-8
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-debian-7 - name: build-debian-7
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: debian-8/Dockerfile dockerfile: debian-8/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: debian-7 tag: debian-7
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-centos-7 - name: build-centos-7
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: centos-7/Dockerfile dockerfile: centos-7/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: centos-7 tag: centos-7
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-arch - name: build-arch
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: arch/Dockerfile dockerfile: arch/Dockerfile
dry_run: true dry_run: true
repo: lerentis/ansible repo: lerentis/ansible
tag: arch tag: arch
when: when:
event: event:
- push - push
- pull_request - pull_request
- name: build-ubuntu-18-publish - name: build-ubuntu-18-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ubuntu-18.04/Dockerfile dockerfile: ubuntu-18.04/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-18.04 tag: ubuntu-18.04
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-ubuntu-16-publish - name: build-ubuntu-16-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ubuntu-16.04/Dockerfile dockerfile: ubuntu-16.04/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-16.04 tag: ubuntu-16.04
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-ubuntu-14-publish - name: build-ubuntu-14-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: ubuntu-14.04/Dockerfile dockerfile: ubuntu-14.04/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: ubuntu-14.04 tag: ubuntu-14.04
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-fedora-24-publish - name: build-fedora-24-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: fedora-24/Dockerfile dockerfile: fedora-24/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: fedora-24 tag: fedora-24
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-alpine-3-publish - name: build-alpine-3-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: alpine-3/Dockerfile dockerfile: alpine-3/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: alpine-3 tag: alpine-3
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-debian-8-publish - name: build-debian-8-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: debian-8/Dockerfile dockerfile: debian-8/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: debian-8 tag: debian-8
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-debian-7-publish - name: build-debian-7-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: debian-8/Dockerfile dockerfile: debian-8/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: debian-7 tag: debian-7
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-centos-7-publish - name: build-centos-7-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: centos-7/Dockerfile dockerfile: centos-7/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: centos-7 tag: centos-7
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: build-arch-publish - name: build-arch-publish
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: arch/Dockerfile dockerfile: arch/Dockerfile
password: password:
from_secret: docker_password from_secret: docker_password
repo: lerentis/ansible repo: lerentis/ansible
tag: arch tag: arch
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
event: event:
- tag - tag
- name: notify - name: notify
image: appleboy/drone-telegram image: appleboy/drone-telegram
depends_on: [ build-ubuntu-18, build-ubuntu-16, build-ubuntu-14, build-fedora-24, build-alpine-3, build-debian-8, build-debian-7, build-centos-7, build-arch, build-ubuntu-18-publish, build-ubuntu-16-publish, build-ubuntu-14-publish, build-fedora-24-publish, build-alpine-3-publish, build-debian-8-publish, build-debian-7-publish, build-centos-7-publish, build-arch-publish, ] settings:
settings: message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}." to: 14852963
to: 14852963 token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY when:
when: status:
status: - failure
- failure - success
- success depends_on:
- build-ubuntu-18
- build-ubuntu-16
- build-ubuntu-14
- build-fedora-24
- build-alpine-3
- build-debian-8
- build-debian-7
- build-centos-7
- build-arch
- build-ubuntu-18-publish
- build-ubuntu-16-publish
- build-ubuntu-14-publish
- build-fedora-24-publish
- build-alpine-3-publish
- build-debian-8-publish
- build-debian-7-publish
- build-centos-7-publish
- build-arch-publish