Watcher Specifications
Go to file
Nguyen Hai a27706281c 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: I6275aad50c51577cdef715cb322cdad066bead5f
Story: #2002586
Task: #24344
2018-08-22 18:13:12 +09:00
doc/source Fix html_last_updated_fmt for Python 3 2018-07-17 14:57:06 +07:00
priorities Add team priorities for Rocky 2018-03-13 10:30:09 +03:00
specs import zuul job settings from project-config 2018-08-22 18:13:12 +09:00
tests Provide a more dynamic Actions management solution 2016-01-08 10:53:54 +01:00
.gitignore Switch to stestr 2018-07-10 11:22:34 +07:00
.gitreview Added .gitreview 2015-10-23 11:59:37 +00:00
.stestr.conf Switch to stestr 2018-07-10 11:22:34 +07:00
.zuul.yaml import zuul job settings from project-config 2018-08-22 18:13:12 +09:00
LICENSE Setup watcher-specs repository 2015-11-10 06:28:39 -06:00
README.rst Update links in README 2017-08-04 11:13:23 +08:00
requirements.txt Switch to stestr 2018-07-10 11:22:34 +07:00
setup.cfg Fix specification warnings 2017-08-04 15:37:59 +03:00
setup.py Setup watcher-specs repository 2015-11-10 06:28:39 -06:00
test-requirements.txt Switch to stestr 2018-07-10 11:22:34 +07:00
tox.ini fix tox python3 overrides 2018-07-18 13:29:41 +07:00

Team and repository tags

image

README

Watcher Specifications

This git repository is used to hold approved design specifications for additions to the Watcher project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.

The layout of this repository is:

specs/<release>/

Where there are two sub-directories:

specs/<release>/approved: specifications approved, but not yet implemented specs/<release>/implemented: implemented specifications