You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
442 B
15 lines
442 B
- job: |
|
description: Base ansible-role-container-registry job |
|
name: ansible-role-container-registry-centos-7-base |
|
nodeset: centos-7 |
|
parent: base |
|
pre-run: |
|
- zuul.d/playbooks/pre.yml |
|
timeout: 1800 |
|
voting: true |
|
- job: |
|
description: Run molecule testing |
|
name: ansible-role-container-registry-centos-7-molecule |
|
parent: ansible-role-container-registry-centos-7-base |
|
run: |
|
- zuul.d/playbooks/run.yml
|
|
|