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.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

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

Change-Id: Ie301af224b86ccf60623799313e815fa911c8c9c
Story: #2002586
Task: #24759
This commit is contained in:
Doug Hellmann 2018-08-30 18:10:18 -04:00
parent 90199e6189
commit 4ac9c727bf
1 changed files with 13 additions and 8 deletions

View File

@ -1,4 +1,9 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- publish-openstack-sphinx-docs
- release-notes-jobs
check:
jobs:
- openstack-tox-cover
@ -29,9 +34,9 @@
- zuul: openstack-dev/devstack
vars:
zuul_copy_output:
'{{ devstack_base_dir }}/tempest/tempest.log': 'logs'
'{{ devstack_base_dir }}/tempest/etc/tempest.conf': 'logs'
'{{ zuul.project.src_dir }}/etc/accounts.yaml': 'logs'
'{{ devstack_base_dir }}/tempest/tempest.log': logs
'{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs
'{{ zuul.project.src_dir }}/etc/accounts.yaml': logs
irrelevant-files:
- config_tempest/tests/.*$
- ^doc/.*$
@ -57,9 +62,9 @@
tempest_concurrency: 2
scenario: scenario000
zuul_copy_output:
'/opt/stack/tempest/etc/tempest.conf': 'logs'
'/opt/stack/tempest/tempest.log': 'logs'
'/etc/openstack/accounts.yaml': 'logs'
/opt/stack/tempest/etc/tempest.conf: logs
/opt/stack/tempest/tempest.log: logs
/etc/openstack/accounts.yaml: logs
irrelevant-files:
- config_tempest/tests/.*$
- ^doc/.*$
@ -86,7 +91,7 @@
vars:
user: demo
cloud_user: devstack
test_demo: True
test_demo: true
cloud_admin: devstack-admin
# concurrency is reduced in this job, because a minimal accounts
# file is used
@ -109,6 +114,6 @@
run: playbooks/python-tempestconf-tempest-packstack.yaml
vars:
user: demo
test_demo: True
test_demo: true
cloud_admin: packstack-admin