Add UPAN dev branch to CI
Change-Id: I0d2aedd7da4c9f97c7c21220f28bbc58f7f00dfd
diff --git a/jjb/onos/onos-bazel-verify.sh b/jjb/onos/onos-bazel-verify.sh
index 5d0b26a..d2c0c2c 100644
--- a/jjb/onos/onos-bazel-verify.sh
+++ b/jjb/onos/onos-bazel-verify.sh
@@ -6,11 +6,11 @@
ONOS_ROOT=`pwd`
. tools/build/envDefaults
-if [ ${GERRIT_BRANCH} == "master" ]
+if [ ${GERRIT_BRANCH} == "onos-1.14" ]
then
- curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh
-else
curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.15.2/bazel-0.15.2-installer-linux-x86_64.sh
+else
+ curl -L -o bazel.sh https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh
fi
chmod +x bazel.sh
./bazel.sh --user
diff --git a/jjb/onos/onos-verify.yaml b/jjb/onos/onos-verify.yaml
index 5b87ec4..bbf2147 100644
--- a/jjb/onos/onos-verify.yaml
+++ b/jjb/onos/onos-verify.yaml
@@ -666,6 +666,7 @@
- 'master'
- 'onos-1.14'
- 'dev-karaf-4.2.1'
+ - 'upan-connect18'
jobs:
- '{project-name}-{stream}-bazel-verify'