upgrade to molecule v3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-02-21 00:46:35 +01:00
parent 28b814a15e
commit 5ac0970c58
2 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ local PipelineLinting = {
steps: [ steps: [
{ {
name: 'ansible-later', name: 'ansible-later',
image: 'xoxys/ansible-later:latest', image: 'xoxys/ansible-later',
commands: [ commands: [
'ansible-later', 'ansible-later',
], ],
@ -36,10 +36,10 @@ local PipelineDeployment(scenario='centos7') = {
steps: [ steps: [
{ {
name: 'ansible-molecule', name: 'ansible-molecule',
image: 'xoxys/molecule:latest', image: 'xoxys/molecule:3',
pull: 'always',
environment: { environment: {
DO_API_KEY: { from_secret: 'do_api_key' }, DO_API_KEY: { from_secret: 'do_api_key' },
USER: 'root',
MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules', MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules',
MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters', MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters',
}, },
@ -66,7 +66,7 @@ local PipelineDocumentation = {
steps: [ steps: [
{ {
name: 'generate', name: 'generate',
image: 'xoxys/ansible-doctor:latest', image: 'xoxys/ansible-doctor',
environment: { environment: {
ANSIBLE_DOCTOR_LOG_LEVEL: 'INFO', ANSIBLE_DOCTOR_LOG_LEVEL: 'INFO',
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true, ANSIBLE_DOCTOR_FORCE_OVERWRITE: true,
@ -78,7 +78,7 @@ local PipelineDocumentation = {
}, },
{ {
name: 'publish', name: 'publish',
image: 'plugins/gh-pages:latest', image: 'plugins/gh-pages',
settings: { settings: {
remote_url: 'https://gitea.rknet.org/ansible/xoxys.matrix', remote_url: 'https://gitea.rknet.org/ansible/xoxys.matrix',
netrc_machine: 'gitea.rknet.org', netrc_machine: 'gitea.rknet.org',

View File

@ -8,7 +8,7 @@ platform:
steps: steps:
- name: ansible-later - name: ansible-later
image: xoxys/ansible-later:latest image: xoxys/ansible-later
commands: commands:
- ansible-later - ansible-later
@ -28,7 +28,7 @@ platform:
steps: steps:
- name: generate - name: generate
image: xoxys/ansible-doctor:latest image: xoxys/ansible-doctor
environment: environment:
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
@ -38,7 +38,7 @@ steps:
ANSIBLE_DOCTOR_TEMPLATE: hugo-book ANSIBLE_DOCTOR_TEMPLATE: hugo-book
- name: publish - name: publish
image: plugins/gh-pages:latest image: plugins/gh-pages
settings: settings:
netrc_machine: gitea.rknet.org netrc_machine: gitea.rknet.org
pages_directory: _docs/ pages_directory: _docs/
@ -109,6 +109,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 4ca4268f7e44edd762e17d2075c0b2bb354e68e16db8eb85f8798e38b2a6d817 hmac: e5a7d0b257a8f61451ca138ece2c2431100e912e8c40c15a2bdccc20c9f1a438
... ...