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
Doug Hellmann authored 7 years ago
Andreas Jaeger committed 7 years ago
| 0 | 0 | - project: |
| 1 | templates: | |
| 2 | - check-requirements | |
| 3 | - tempest-plugin-jobs | |
| 1 | 4 | check: |
| 2 | 5 | jobs: |
| 3 | 6 | - cinder-tempest-plugin-lvm-lio |
| 18 | 21 | - openstack/cinder |
| 19 | 22 | vars: |
| 20 | 23 | tempest_test_regex: (tempest\.(api|scenario)|cinder_tempest_plugin) |
| 21 | tempest_test_blacklist: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt" | |
| 22 | tox_envlist: 'all' | |
| 24 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tempest_blacklist.txt' | |
| 25 | tox_envlist: all | |
| 23 | 26 | devstack_localrc: |
| 24 | CINDER_ISCSI_HELPER: 'lioadm' | |
| 25 | TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' | |
| 27 | CINDER_ISCSI_HELPER: lioadm | |
| 28 | TEMPEST_PLUGINS: /opt/stack/cinder-tempest-plugin | |
| 26 | 29 | devstack_plugins: |
| 27 | barbican: 'git://git.openstack.org/openstack/barbican' | |
| 30 | barbican: git://git.openstack.org/openstack/barbican | |
| 28 | 31 | devstack_services: |
| 29 | 32 | barbican: true |
| 30 | 33 | irrelevant-files: |