diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-08-16 09:45:42 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-08-16 09:45:42 -0400 |
commit | c7068c19aaae368b020e20d184890116641a58a2 (patch) | |
tree | cb2b3637b83c1193c743b5593ef9d7730cf84def | |
parent | eaa7d2e3c79b65876c72f2a3f2108af5966b774e (diff) | |
download | ironic-python-agent-2.0.2.tar.gz |
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: Id6cb373f55ed780172d57c41a588d54b2f0f48bc
Story: #2002586
Task: #24302
-rw-r--r-- | zuul.d/project.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 939e61e5..9a352711 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,4 +1,10 @@ - project: + templates: + - openstack-python-jobs + - openstack-python35-jobs + - publish-openstack-sphinx-docs + - check-requirements + - release-notes-jobs check: jobs: - ipa-tempest-dsvm-partition-bios-agent_ipmitool-coreos-src |