Merge "Zuulv3: Add base-test job"
This commit is contained in:
commit
937adf1896
3
playbooks/base-test/post.yaml
Normal file
3
playbooks/base-test/post.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- remove-build-sshkey
|
3
playbooks/base-test/pre.yaml
Normal file
3
playbooks/base-test/pre.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- add-build-sshkey
|
@ -44,6 +44,15 @@
|
||||
- name: ubuntu-xenial
|
||||
label: ubuntu-xenial
|
||||
|
||||
- job:
|
||||
name: base-test
|
||||
description: |
|
||||
A job to test changes to the base job without disturbing the
|
||||
main job in production. Not for general use.
|
||||
parent: base
|
||||
pre-run: playbooks/base-test/pre
|
||||
post-run: playbooks/base-test/post
|
||||
|
||||
- project:
|
||||
name: openstack-infra/openstack-zuul-jobs
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user