summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/csit/csit.yaml10
-rw-r--r--jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh2
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"