Zuulv3: Add base-test job

We can use this to test changes to the base job before we make
them.

Change-Id: Idc4bdb9826aed970a69c6972d508a382c03ef00e
This commit is contained in:
James E. Blair 2017-06-29 17:07:38 -07:00
parent 9ab0db97d8
commit 40b7c904a9
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- remove-build-sshkey

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- add-build-sshkey

View File

@ -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: