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