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: I05d2f5ba10b75cba28290a5dfb195a6a5d93c6b5 Story: #2002586 Task: #24326
This commit is contained in:
parent
46457cdfe5
commit
c45a298236
13
.zuul.yaml
13
.zuul.yaml
@ -51,9 +51,9 @@
|
||||
devstack_plugins:
|
||||
qinling: https://git.openstack.org/openstack/qinling
|
||||
devstack_localrc:
|
||||
TEMPEST_PLUGINS: '/opt/stack/qinling'
|
||||
TEMPEST_PLUGINS: /opt/stack/qinling
|
||||
tox_envlist: all-plugin
|
||||
tempest_test_regex: '^(qinling_tempest_plugin.)'
|
||||
tempest_test_regex: ^(qinling_tempest_plugin.)
|
||||
# Qinling's default replicas number is 3, some test cases need
|
||||
# 2 workers, set concurrency to 2 to avoid
|
||||
# "Not enough workers available" error.
|
||||
@ -65,11 +65,20 @@
|
||||
nodeset: devstack-single-node-centos-7
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
- check-requirements
|
||||
- publish-openstack-sphinx-docs
|
||||
- release-notes-jobs
|
||||
check:
|
||||
jobs:
|
||||
- qinling-tempest
|
||||
- openstack-tox-lower-constraints
|
||||
- openstack-tox-cover:
|
||||
voting: false
|
||||
gate:
|
||||
queue: qinling
|
||||
jobs:
|
||||
- qinling-tempest
|
||||
- openstack-tox-lower-constraints
|
||||
|
Loading…
Reference in New Issue
Block a user