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 Change-Id: I0401a53945ad87e1dc046904054b12e2b106a3e8 Story: #2003250
This commit is contained in:
parent
d8fa6d5edf
commit
818fd688a2
15
.zuul.yaml
15
.zuul.yaml
@ -77,7 +77,7 @@
|
||||
devstack_plugins:
|
||||
devstack-plugin-amqp1: git://git.openstack.org/openstack/devstack-plugin-amqp1
|
||||
zuul_copy_output:
|
||||
'{{ devstack_base_dir }}/logs/qdrouterd.log': 'logs'
|
||||
'{{ devstack_base_dir }}/logs/qdrouterd.log': logs
|
||||
|
||||
|
||||
- job:
|
||||
@ -102,7 +102,7 @@
|
||||
devstack_plugins:
|
||||
devstack-plugin-kafka: git://git.openstack.org/openstack/devstack-plugin-kafka
|
||||
zuul_copy_output:
|
||||
'{{ devstack_base_dir }}/logs/qdrouterd.log': 'logs'
|
||||
'{{ devstack_base_dir }}/logs/qdrouterd.log': logs
|
||||
|
||||
|
||||
- job:
|
||||
@ -257,3 +257,14 @@
|
||||
- oslo.messaging-src-dsvm-full-rabbit
|
||||
- oslo.messaging-telemetry-dsvm-integration-rabbit
|
||||
- openstack-tox-lower-constraints
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- check-requirements
|
||||
- lib-forward-testing
|
||||
- release-notes-jobs-python3
|
||||
- periodic-stable-jobs
|
||||
post:
|
||||
jobs:
|
||||
- openstack-tox-cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user