Release Automation 57/50457/18
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 11 Jan 2018 22:27:48 +0000 (14:27 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 21 Mar 2018 18:47:48 +0000 (11:47 -0700)
commit4260e9d3c2c9f1ed9a0d550abc032d93e89cf55c
treeb4db721eae30da930e53e4c344c920b464dbaf89
parent6b68713ac730177080c7be7069b837e3fe2b7ed5
Release Automation

Tracking releases through yaml file similar to the openstack/releases
project.

Includes a schema file to be for validation, jobs for creating gerrit
branches and stable branch jobs, and documentation for projects on
creating their releases.

Change-Id: Id1876482723e01806c0a6932126dff5ea314eae5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
13 files changed:
docs/release/index.rst
docs/release/release-automation.rst [new file with mode: 0644]
jjb/releng/releng-release-create-branch.sh [new file with mode: 0644]
jjb/releng/releng-release-jobs.yml [new file with mode: 0644]
jjb/releng/releng-release-verify.sh [new file with mode: 0644]
releases/euphrates/apex.yaml [new file with mode: 0644]
releases/euphrates/compass4nfv.yaml [new file with mode: 0644]
releases/schema.yaml [new file with mode: 0644]
releases/scripts/create_branch.py [new file with mode: 0644]
releases/scripts/create_jobs.py [new file with mode: 0644]
releases/scripts/defaults.cfg [new file with mode: 0644]
releases/scripts/requirements.txt [new file with mode: 0644]
releases/scripts/verify_schema.py [new file with mode: 0644]