diff options
author | Luc Provoost <luc.provoost@intel.com> | 2021-04-30 12:45:47 +0200 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2021-04-30 12:45:47 +0200 |
commit | 2135df3aabc76086a8e1888ccd8321f182d3d664 (patch) | |
tree | e99652c26ac7cbab508bb7576ee64f3d21178c8d /jjb/samplevnf | |
parent | 1410eb26d6cc2ac75e213ef99ed5a52ea678209d (diff) |
Passing $WORKSPACE to build-image.sh
build-image.sh has changed to take a new parameter: the cache directory
that will be passed to disk-image-create. We are now passing $WORKSPACE
as a parameter using the -w option.
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Change-Id: Ieaed8c87b07c0af022294f5e26af4aa64e1976b9
Diffstat (limited to 'jjb/samplevnf')
-rw-r--r-- | jjb/samplevnf/samplevnf.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml index 285680532..d7a5e0c76 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -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}' @@ -101,4 +101,4 @@ 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 |