diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-07-01 22:36:55 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-07-01 22:36:55 +0200 |
commit | d1b08030ea1c1a6074e2361fc6ae79db0767ff49 (patch) | |
tree | fc31fad01cac3e44b9124b173c9091583d3c3e7c | |
parent | 8b61e9fe9cc3b46dc40340a25b710d5b67b04a49 (diff) |
CIMANAGE-11: Change of CSIT branch names
- change csit-verified-master-YYYY-MM-DD to
oper-YYMMDD
- change csit-verified-stable1606-YYYY-MM-DD to
oper-rls1606-YYMMDD
Change-Id: Idcf889e1703d54ff33855ceb528ced54035e036d
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | jjb/csit/csit.yaml | 10 | ||||
-rw-r--r-- | jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 110f247eb..83daf04b3 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -10,7 +10,7 @@ project: 'csit' branch: 'master' - branch-id: 'master' + branch-id: 'oper' build-artifact-num-to-keep: 10 type: - all @@ -18,10 +18,10 @@ stream: - master: branch: 'master' - branch-id: 'master' + branch-id: 'oper' - '1606': - branch: 'stable/1606' - branch-id: 'stable1606' + branch: 'rls1606' + branch-id: 'oper-rls1606' - job-template: name: 'csit-vpp-functional-{stream}-virl' @@ -311,7 +311,7 @@ branches: - branch: remote: origin - name: 'refs/heads/csit-verified-{branch-id}-$DATE' + name: 'refs/heads/{branch-id}-$DATE' - job-template: diff --git a/jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh b/jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh index 13df07490..cd178545f 100644 --- a/jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh +++ b/jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh @@ -19,7 +19,7 @@ fi cd csit # get the latest verified version of the required branch -BRANCH_NAME=$(echo $(git branch -r | grep csit-verified-${BRANCH_ID} | tail -n 1)) +BRANCH_NAME=$(echo $(git branch -r | grep ${BRANCH_ID} | tail -n 1)) if [ "${BRANCH_NAME}" == "" ]; then echo "No verified version found for requested branch - exiting" |