diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-29 16:03:24 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-29 16:03:24 -0400 |
commit | 1608710906f0b9b9c76dfcd7cec54fab931112a2 (patch) | |
tree | 796d5e44b110112826e97f343131008e722b2a56 | |
parent | d80442af2b7771faf7b3146da0025dc38f49eadd (diff) | |
download | keystone-1608710906f0b9b9c76dfcd7cec54fab931112a2.tar.gz |
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: I3bfa57c817c92684044859b80786d37a55d66283
Story: #2002586
Task: #24304
-rw-r--r-- | .zuul.yaml | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 23c549f5b..d591ddaea 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -124,6 +124,15 @@ nodeset: legacy-ubuntu-xenial-2-node - project: + templates: + - openstack-python-jobs + - openstack-python35-jobs + - publish-openstack-sphinx-docs + - periodic-stable-jobs + - check-requirements + - integrated-gate + - integrated-gate-py35 + - release-notes-jobs check: jobs: - keystone-dsvm-functional @@ -131,11 +140,95 @@ - keystone-dsvm-py35-functional-v3-only - openstack-ansible-keystone-rolling-upgrade - openstack-tox-lower-constraints + - legacy-keystoneclient-dsvm-functional: + voting: false + irrelevant-files: + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - openstack-tox-cover + - legacy-tempest-dsvm-ldap-domain-specific-driver: + voting: false + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - tempest-full: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - neutron-grenade: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ gate: jobs: - keystone-dsvm-functional - openstack-tox-lower-constraints + - tempest-full: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - neutron-grenade: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ experimental: jobs: - keystone-tox-patch_cover - keystone-dsvm-grenade-multinode + - legacy-tempest-dsvm-neutron-pg-full: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - legacy-tempest-dsvm-neutron-full-opensuse-423: + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^etc/.*$ + - ^keystone/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + post: + jobs: + - publish-loci-keystone |