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:36:49 +02:00
parent d088fd9869
commit 5cf69b3881
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 78 additions and 78 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

@ -7,12 +7,12 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: ansible-later - name: ansible-later
image: thegeeklab/ansible-later image: thegeeklab/ansible-later
commands: commands:
- ansible-later - ansible-later
- name: python-format - name: python-format
image: python:3.9 image: python:3.9
commands: commands:
- pip install -qq yapf - pip install -qq yapf
@ -20,7 +20,7 @@ steps:
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
- name: python-flake8 - name: python-flake8
image: python:3.9 image: python:3.9
commands: commands:
- pip install -qq flake8 - pip install -qq flake8
@ -50,7 +50,7 @@ workspace:
path: ${DRONE_REPO_NAME} path: ${DRONE_REPO_NAME}
steps: steps:
- name: ansible-molecule - name: ansible-molecule
image: thegeeklab/molecule:3 image: thegeeklab/molecule:3
commands: commands:
- molecule test -s centos7 - molecule test -s centos7
@ -64,7 +64,7 @@ trigger:
- refs/tags/** - refs/tags/**
depends_on: depends_on:
- linting - linting
--- ---
kind: pipeline kind: pipeline
@ -75,7 +75,7 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: generate - name: generate
image: thegeeklab/ansible-doctor image: thegeeklab/ansible-doctor
environment: environment:
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
@ -85,7 +85,7 @@ steps:
ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.} ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.}
ANSIBLE_DOCTOR_TEMPLATE: hugo-book ANSIBLE_DOCTOR_TEMPLATE: hugo-book
- name: publish - name: publish
image: plugins/gh-pages image: plugins/gh-pages
settings: settings:
netrc_machine: gitea.rknet.org netrc_machine: gitea.rknet.org
@ -107,7 +107,7 @@ trigger:
- refs/pull/** - refs/pull/**
depends_on: depends_on:
- testing-centos7 - testing-centos7
--- ---
kind: pipeline kind: pipeline
@ -121,8 +121,8 @@ clone:
disable: true disable: true
steps: steps:
- name: matrix - name: matrix
image: plugins/matrix image: thegeeklab/drone-matrix
settings: settings:
homeserver: homeserver:
from_secret: matrix_homeserver from_secret: matrix_homeserver
@ -130,7 +130,7 @@ steps:
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 }}]({{ 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: username:
from_secret: matrix_username from_secret: matrix_username
@ -143,10 +143,10 @@ trigger:
- failure - failure
depends_on: depends_on:
- documentation - documentation
--- ---
kind: signature kind: signature
hmac: 9d0ac6f9e242bc562c11a08492faf1a13d5328ad336cce57942880a354ec7b73 hmac: 119cbe788aa03391e65a1a4068804f7f92538c5780d7dbf379d17b16543c1acc
... ...