2019-01-12 12:45:39 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
2019-05-12 14:13:18 +00:00
|
|
|
name: linting
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
2019-10-16 20:00:10 +00:00
|
|
|
- name: ansible-later
|
2020-02-20 23:46:35 +00:00
|
|
|
image: xoxys/ansible-later
|
2019-05-12 14:13:18 +00:00
|
|
|
commands:
|
2019-11-22 22:59:05 +00:00
|
|
|
- ansible-later
|
2019-05-12 14:13:18 +00:00
|
|
|
|
|
|
|
trigger:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
2019-11-22 22:59:05 +00:00
|
|
|
- refs/tags/**
|
|
|
|
- refs/pull/**
|
2019-05-12 14:13:18 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
2020-01-22 21:08:44 +00:00
|
|
|
name: testing-centos7
|
2019-05-12 14:13:18 +00:00
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
2019-10-16 20:00:10 +00:00
|
|
|
concurrency:
|
|
|
|
limit: 1
|
|
|
|
|
2019-05-12 14:13:18 +00:00
|
|
|
workspace:
|
|
|
|
base: /drone/src
|
2020-01-31 12:01:41 +00:00
|
|
|
path: xoxys.docker_engine
|
2019-05-12 14:13:18 +00:00
|
|
|
|
|
|
|
steps:
|
2019-10-16 20:00:10 +00:00
|
|
|
- name: ansible-molecule
|
2020-02-20 23:46:35 +00:00
|
|
|
image: xoxys/molecule:3
|
2019-05-12 14:13:18 +00:00
|
|
|
commands:
|
2020-01-22 21:08:44 +00:00
|
|
|
- molecule test -scentos7
|
2019-05-12 14:13:18 +00:00
|
|
|
environment:
|
2019-10-16 20:00:10 +00:00
|
|
|
DO_API_KEY:
|
|
|
|
from_secret: do_api_key
|
2019-05-12 21:35:50 +00:00
|
|
|
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
2019-05-12 14:13:18 +00:00
|
|
|
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
2019-11-22 22:59:05 +00:00
|
|
|
- refs/tags/**
|
2019-05-12 14:13:18 +00:00
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- linting
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
2019-10-16 20:00:10 +00:00
|
|
|
name: documentation
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
2020-01-22 21:08:44 +00:00
|
|
|
- name: generate
|
2020-02-20 23:46:35 +00:00
|
|
|
image: xoxys/ansible-doctor
|
2019-10-16 20:00:10 +00:00
|
|
|
environment:
|
|
|
|
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
|
|
|
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
|
|
|
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
2020-01-22 21:08:44 +00:00
|
|
|
ANSIBLE_DOCTOR_OUTPUT_DIR: _docs/
|
|
|
|
ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.}
|
|
|
|
ANSIBLE_DOCTOR_TEMPLATE: hugo-book
|
2019-10-16 20:00:10 +00:00
|
|
|
|
2020-01-22 21:08:44 +00:00
|
|
|
- name: publish
|
2020-02-20 23:46:35 +00:00
|
|
|
image: plugins/gh-pages
|
2019-10-16 20:00:10 +00:00
|
|
|
settings:
|
|
|
|
netrc_machine: gitea.rknet.org
|
2020-01-22 21:08:44 +00:00
|
|
|
pages_directory: _docs/
|
|
|
|
password:
|
2019-10-16 20:00:10 +00:00
|
|
|
from_secret: gitea_token
|
2020-01-31 12:01:41 +00:00
|
|
|
remote_url: https://gitea.rknet.org/ansible/xoxys.docker_engine
|
2020-01-22 21:08:44 +00:00
|
|
|
target_branch: docs
|
|
|
|
username:
|
2019-10-16 20:00:10 +00:00
|
|
|
from_secret: gitea_username
|
2020-01-22 21:08:44 +00:00
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
|
|
|
|
|
|
|
- name: trigger
|
|
|
|
image: plugins/downstream
|
|
|
|
settings:
|
|
|
|
fork: true
|
|
|
|
repositories:
|
|
|
|
- ansible/ansible-galaxy
|
|
|
|
server: https://drone.rknet.org
|
|
|
|
token:
|
|
|
|
from_secret: drone_token
|
2019-10-16 20:00:10 +00:00
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
2019-11-22 22:59:05 +00:00
|
|
|
- refs/tags/**
|
|
|
|
- refs/pull/**
|
2019-10-16 20:00:10 +00:00
|
|
|
|
|
|
|
depends_on:
|
2020-01-22 21:08:44 +00:00
|
|
|
- testing-centos7
|
2019-10-16 20:00:10 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: notification
|
2019-05-12 14:13:18 +00:00
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
clone:
|
|
|
|
disable: true
|
2019-01-12 12:45:39 +00:00
|
|
|
|
|
|
|
steps:
|
2019-05-12 14:13:18 +00:00
|
|
|
- name: matrix
|
|
|
|
image: plugins/matrix
|
|
|
|
settings:
|
2019-10-16 20:00:10 +00:00
|
|
|
homeserver:
|
|
|
|
from_secret: matrix_homeserver
|
2019-05-12 14:13:18 +00:00
|
|
|
password:
|
|
|
|
from_secret: matrix_password
|
2019-10-16 20:00:10 +00:00
|
|
|
roomid:
|
|
|
|
from_secret: matrix_roomid
|
2019-05-12 14:13:18 +00:00
|
|
|
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
|
|
|
|
username:
|
|
|
|
from_secret: matrix_username
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
2019-11-22 22:59:05 +00:00
|
|
|
- refs/tags/**
|
2019-05-12 14:13:18 +00:00
|
|
|
status:
|
|
|
|
- success
|
|
|
|
- failure
|
|
|
|
|
|
|
|
depends_on:
|
2019-10-16 20:00:10 +00:00
|
|
|
- documentation
|
2019-05-12 14:13:18 +00:00
|
|
|
|
2019-06-09 11:17:12 +00:00
|
|
|
---
|
|
|
|
kind: signature
|
2020-02-20 23:46:35 +00:00
|
|
|
hmac: a29ab77799396488a545bb09fafa808ee26159dce0089f05112838f4b1ce490a
|
2019-06-09 11:17:12 +00:00
|
|
|
|
2019-05-12 14:13:18 +00:00
|
|
|
...
|