ci: switch to drone-matrix plugin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-09-21 22:37:10 +02:00
parent cda1bfa189
commit 046b0974a9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 117 additions and 94 deletions

View File

@ -132,11 +132,11 @@ local PipelineNotification = {
steps: [ steps: [
{ {
name: 'matrix', name: 'matrix',
image: 'plugins/matrix', image: 'thegeeklab/drone-matrix',
settings: { settings: {
homeserver: { from_secret: 'matrix_homeserver' }, homeserver: { from_secret: 'matrix_homeserver' },
roomid: { from_secret: 'matrix_roomid' }, roomid: { from_secret: 'matrix_roomid' },
template: 'Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}', template: 'Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}',
username: { from_secret: 'matrix_username' }, username: { from_secret: 'matrix_username' },
password: { from_secret: 'matrix_password' }, password: { from_secret: 'matrix_password' },
}, },

View File

@ -1,129 +1,152 @@
--- ---
kind: pipeline kind: pipeline
name: linting name: linting
platform: platform:
arch: amd64
os: linux os: linux
arch: amd64
steps: steps:
- commands: - name: ansible-later
- ansible-later image: thegeeklab/ansible-later
image: thegeeklab/ansible-later commands:
name: ansible-later - ansible-later
- commands:
- pip install -qq yapf - name: python-format
- '[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./' image: python:3.9
environment: commands:
PY_COLORS: 1 - pip install -qq yapf
image: python:3.9 - "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./"
name: python-format environment:
- commands: PY_COLORS: 1
- pip install -qq flake8
- flake8 - name: python-flake8
environment: image: python:3.9
PY_COLORS: 1 commands:
image: python:3.9 - pip install -qq flake8
name: python-flake8 - flake8
environment:
PY_COLORS: 1
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
- refs/pull/** - refs/pull/**
--- ---
concurrency:
limit: 1
depends_on:
- linting
kind: pipeline kind: pipeline
name: testing-centos7 name: testing-centos7
platform: platform:
arch: amd64
os: linux os: linux
steps: arch: amd64
- commands:
- molecule test -s centos7 concurrency:
environment: limit: 1
HCLOUD_TOKEN:
from_secret: hcloud_token
image: thegeeklab/molecule:3
name: ansible-molecule
trigger:
ref:
- refs/heads/master
- refs/tags/**
workspace: workspace:
base: /drone/src base: /drone/src
path: ${DRONE_REPO_NAME} path: ${DRONE_REPO_NAME}
---
steps:
- name: ansible-molecule
image: thegeeklab/molecule:3
commands:
- molecule test -s centos7
environment:
HCLOUD_TOKEN:
from_secret: hcloud_token
trigger:
ref:
- refs/heads/master
- refs/tags/**
depends_on: depends_on:
- testing-centos7 - linting
---
kind: pipeline kind: pipeline
name: documentation name: documentation
platform: platform:
arch: amd64
os: linux os: linux
arch: amd64
steps: steps:
- environment: - name: generate
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ image: thegeeklab/ansible-doctor
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true environment:
ANSIBLE_DOCTOR_LOG_LEVEL: INFO ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
ANSIBLE_DOCTOR_OUTPUT_DIR: _docs/ ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.} ANSIBLE_DOCTOR_LOG_LEVEL: INFO
ANSIBLE_DOCTOR_TEMPLATE: hugo-book ANSIBLE_DOCTOR_OUTPUT_DIR: _docs/
image: thegeeklab/ansible-doctor ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.}
name: generate ANSIBLE_DOCTOR_TEMPLATE: hugo-book
- image: plugins/gh-pages
name: publish - name: publish
settings: image: plugins/gh-pages
netrc_machine: gitea.rknet.org settings:
pages_directory: _docs/ netrc_machine: gitea.rknet.org
password: pages_directory: _docs/
from_secret: gitea_token password:
remote_url: https://gitea.rknet.org/ansible/${DRONE_REPO_NAME} from_secret: gitea_token
target_branch: docs remote_url: https://gitea.rknet.org/ansible/${DRONE_REPO_NAME}
username: target_branch: docs
from_secret: gitea_username username:
when: from_secret: gitea_username
ref: when:
- refs/heads/master ref:
- refs/heads/master
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
- refs/pull/** - refs/pull/**
---
clone:
disable: true
depends_on: depends_on:
- documentation - testing-centos7
---
kind: pipeline kind: pipeline
name: notification name: notification
platform: platform:
arch: amd64
os: linux os: linux
arch: amd64
clone:
disable: true
steps: steps:
- image: plugins/matrix - name: matrix
name: matrix image: thegeeklab/drone-matrix
settings: settings:
homeserver: homeserver:
from_secret: matrix_homeserver from_secret: matrix_homeserver
password: password:
from_secret: matrix_password from_secret: matrix_password
roomid: roomid:
from_secret: matrix_roomid from_secret: matrix_roomid
template: 'Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
}}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: username:
{{ build.message }}' from_secret: matrix_username
username:
from_secret: matrix_username
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
status: status:
- success - success
- failure - failure
depends_on:
- documentation
--- ---
kind: signature kind: signature
hmac: 4fcdc523a498578d8709af38eb2b7d7e2c2c5d8170b811d97a6058a0bafa7335 hmac: 837559e8d0f35e92970cd947a6419c5df859e60cc8e9c328a42c9233ef1ff2c2
... ...