import zuul job settings from project-config

This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Also change fetch-stestr-output to fetch-subunit-output, since the role
was apparently renamed.

Make castellan-functional-devstack temporarily non-voting for now to be
able to continue with python3-first move - followup change will make it
voting again.

Change-Id: I5c31e7d77765dacaafbf1f56552eed848a18bf55
Story: #2003250
This commit is contained in:
Doug Hellmann 2018-08-03 17:56:26 -04:00 committed by Andreas Jaeger
parent f02d8977cd
commit 1ad4360732
2 changed files with 23 additions and 16 deletions

View File

@ -26,23 +26,23 @@
vars:
devstack_services:
# is there a way to disable all services? I only want barbican
ceilometer-acentral: False
ceilometer-acompute: False
ceilometer-alarm-evaluator: False
ceilometer-alarm-notifier: False
ceilometer-anotification: False
ceilometer-api: False
ceilometer-collector: False
horizon: False
s-account: False
s-container: False
s-object: False
s-proxy: False
ceilometer-acentral: false
ceilometer-acompute: false
ceilometer-alarm-evaluator: false
ceilometer-alarm-notifier: false
ceilometer-anotification: false
ceilometer-api: false
ceilometer-collector: false
horizon: false
s-account: false
s-container: false
s-object: false
s-proxy: false
devstack_plugins:
barbican: git://git.openstack.org/openstack/barbican
tox_environment:
PYTHONUNBUFFERED: 'true'
tox_install_siblings: False # I don't know what this means
tox_install_siblings: false # I don't know what this means
tox_envlist: functional
zuul_work_dir: src/git.openstack.org/openstack/castellan
@ -51,8 +51,15 @@
check:
jobs:
- castellan-functional-vault
- castellan-functional-devstack
- castellan-functional-devstack:
voting: false
gate:
jobs:
- castellan-functional-vault
- castellan-functional-devstack
templates:
- openstack-python-jobs
- openstack-python35-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- check-requirements
- periodic-stable-jobs

View File

@ -1,4 +1,4 @@
- hosts: all
roles:
- fetch-tox-output
- fetch-stestr-output
- fetch-subunit-output