Fix Vmtp clone 37/69437/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 22 Dec 2019 21:15:45 +0000 (22:15 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 22 Dec 2019 21:16:23 +0000 (22:16 +0100)
It also selects the last commit [1].

https://opendev.org/x/vmtp/commit/34a82c9f3598ec7f5d8de0a6d5139b92931db4cc

Change-Id: Ie2cd33ee6b88dda4779c58c90b1692dbd7699f6b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/benchmarking/Dockerfile

index 9853d2b..4537838 100644 (file)
@@ -2,7 +2,7 @@ FROM opnfv/functest-core:jerma
 
 ARG BRANCH=stable/jerma
 ARG OPENSTACK_TAG=stable/train
-ARG VMTP_TAG=822e7c5fe48480460da6d59a2805cf4c7d84026b
+ARG VMTP_TAG=34a82c9f3598ec7f5d8de0a6d5139b92931db4cc
 
 RUN apk --no-cache add --update libxml2 libxslt && \
     apk --no-cache add --virtual .build-deps --update \
@@ -16,7 +16,7 @@ RUN apk --no-cache add --update libxml2 libxslt && \
     case $(uname -m) in aarch*|arm*) CFLAGS="-O0" pip3 install --no-cache-dir -cupper-constraints.txt -cupper-constraints.opnfv.txt lxml ;; esac && \
     git init /src/vmtp && \
     (cd /src/vmtp && \
-        git fetch --tags https://review.opendev.org/x/vmtp.git $VMTP_TAG && \
+        git fetch --tags https://opendev.org/x/vmtp.git $VMTP_TAG && \
         git checkout FETCH_HEAD) && \
     update-requirements -s --source /src/openstack-requirements /src/vmtp/ && \
     sed -i -E s/^tempest==+.*$/-e\ git+https:\\/\\/opendev.org\\/openstack\\/tempest#egg=tempest/ upper-constraints.txt && \