diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-20 13:50:02 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-23 20:31:48 +0000 |
commit | f448e10737b00c385ee6847308294fd823ac764a (patch) | |
tree | 701fe25c931a65ec084aa0825d780dd673f40047 | |
parent | 2f61e2ab3a9c48d03adc1c27f77d835dfbef9b00 (diff) |
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Rework creating tags & branches from release files
Old method could not properly handle both branching and
tagging on changes to the release file.
Proposed method:
jjb calls:
jjb/releng/branch-or-tag.sh
for both verify and merge jobs.
branch-or-tag determins nature of the change to
"releases/branch/project.yaml"
and calls
releng-release-tagging.sh
or
releng-release-create-branch.sh
The scripts above handle both verify and merge operations
based on
if [[ $TAG_EXISTS = false && "$JOB_NAME" =~ "merge" ]];
and
if [[ $REF_EXISTS = true && "$JOB_NAME" =~ "merge" ]]; then
both scripts check that the ref exits in verfiy and merge stages.
if releng-release-create-branch.sh creates a branch it then also
calls releases/scripts/create_jobs.py
Change-Id: Ieb99de5e4df100af59ecc818f52b0831383b2b62
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
m--------- | docs/submodules/releng | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng b/docs/submodules/releng -Subproject 1569d338abfadc2a851e7f842c3fcc22e2d7998 +Subproject 52d29ad095ad729a0287ec07a2c19072b4fb672 |