aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview2
-rw-r--r--build.sh2
-rw-r--r--docker/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitreview b/.gitreview
index 8db5dfee..19295191 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
host=gerrit.opnfv.org
port=29418
project=functest-xtesting.git
-
+defaultbranch=stable/hunter
diff --git a/build.sh b/build.sh
index 9e6a9986..964c6412 100644
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@
set -xe
repo=${REPO:-opnfv}
-tag=${BRANCH:-latest}
+tag=${BRANCH:-hunter}
arch=${arch-"\
amd64 \
arm64"}
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 87a59c34..2ab61141 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.8
ARG BRANCH=master
-ARG OPENSTACK_TAG=stable/queens
+ARG OPENSTACK_TAG=stable/rocky
RUN apk --no-cache add --update python py-pip bash git && \
git init /src/functest-xtesting && \