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
diff --git a/.zuul.yaml b/.zuul.yaml
index 824449b..bed5a46 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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: