Merge "Fix agent name used by Functest K8s master gate"
authorCedric Ollivier <cedric.ollivier@orange.com>
Tue, 11 May 2021 14:08:24 +0000 (14:08 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 11 May 2021 14:08:24 +0000 (14:08 +0000)
jjb/samplevnf/samplevnf.yaml

index 2856805..d7a5e0c 100644 (file)
@@ -55,7 +55,7 @@
     builders:
       - shell: |
           cd $WORKSPACE/rapidvm/dib
-          bash build-image.sh -g {gs-pathname} -i {tag}
+          bash build-image.sh -g {gs-pathname} -i {tag} -w $WORKSPACE
 
 - job-template:
     name: 'rapid-prox-verify-{stream}'
           sudo pip install tox-pip-version
           cd $WORKSPACE && tox -e docs
           cd $WORKSPACE/rapidvm/dib
-          bash build-image.sh -g {gs-pathname} -i {tag} -v
+          bash build-image.sh -g {gs-pathname} -i {tag} -v -w $WORKSPACE