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: I8d2d4c89e89cebb755d2425c3f5786ca4dc326ba
Story: #2002586
Task: #24288
This commit is contained in:
Doug Hellmann 2018-09-09 05:49:23 -04:00 committed by Andreas Jaeger
parent a0313940b6
commit 4a63cd5cbd
1 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,7 @@
- project:
templates:
- check-requirements
- tempest-plugin-jobs
check:
jobs:
- cinder-tempest-plugin-lvm-lio
@ -19,13 +22,13 @@
- openstack/cinder
vars:
tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin)
tempest_test_blacklist: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt"
tox_envlist: 'all'
tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt'
tox_envlist: all
devstack_localrc:
CINDER_ISCSI_HELPER: 'lioadm'
TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
CINDER_ISCSI_HELPER: lioadm
TEMPEST_PLUGINS: /opt/stack/cinder-tempest-plugin
devstack_plugins:
barbican: 'git://git.openstack.org/openstack/barbican'
barbican: git://git.openstack.org/openstack/barbican
devstack_services:
barbican: true
irrelevant-files: