Merge "Zuulv3: Add base-test job"

This commit is contained in:
Jenkins 2017-06-30 17:54:38 +00:00 committed by Gerrit Code Review
commit 937adf1896
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: