summaryrefslogtreecommitdiffstats
path: root/jjb/xci
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-02-26 14:56:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-26 14:56:03 +0000
commite02c03e0446168ea490bf65f34a61245e3fd7f23 (patch)
treef3eeb46b7126ec6716cfd15b56bad6f4fd1dd43b /jjb/xci
parentd8b99b7bf61f4825596c66deb542dd3d0bd2605b (diff)
parentba814bb6e031e1215668db9573abc00f68b8da48 (diff)
Merge "xci: Set appropriate permissions for the key"
Diffstat (limited to 'jjb/xci')
-rwxr-xr-xjjb/xci/xci-run-functest.sh1
-rwxr-xr-xjjb/xci/xci-set-scenario.sh1
-rwxr-xr-xjjb/xci/xci-start-deployment.sh1
-rwxr-xr-xjjb/xci/xci-start-new-vm.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/jjb/xci/xci-run-functest.sh b/jjb/xci/xci-run-functest.sh
index 9a235940e..39d4ea190 100755
--- a/jjb/xci/xci-run-functest.sh
+++ b/jjb/xci/xci-run-functest.sh
@@ -29,6 +29,7 @@ fi
if [[ $GERRIT_PROJECT != "releng-xci" ]]; then
cd $HOME && /bin/rm -rf $WORKSPACE
git clone https://gerrit.opnfv.org/gerrit/releng-xci $WORKSPACE && cd $WORKSPACE
+ chmod -R go-rwx $WORKSPACE/xci/scripts/vm
fi
# skip the deployment if the scenario is not supported on this distro
diff --git a/jjb/xci/xci-set-scenario.sh b/jjb/xci/xci-set-scenario.sh
index 1bd6fd0c5..4fffafbbb 100755
--- a/jjb/xci/xci-set-scenario.sh
+++ b/jjb/xci/xci-set-scenario.sh
@@ -34,6 +34,7 @@ fi
if [[ $GERRIT_PROJECT != "releng-xci" ]]; then
cd $HOME && /bin/rm -rf $WORKSPACE
git clone https://gerrit.opnfv.org/gerrit/releng-xci $WORKSPACE && cd $WORKSPACE
+ chmod -R go-rwx $WORKSPACE/xci/scripts/vm
fi
WORK_DIRECTORY=/tmp/$GERRIT_CHANGE_NUMBER/$DISTRO
diff --git a/jjb/xci/xci-start-deployment.sh b/jjb/xci/xci-start-deployment.sh
index 1dc3fa405..cb75b511e 100755
--- a/jjb/xci/xci-start-deployment.sh
+++ b/jjb/xci/xci-start-deployment.sh
@@ -29,6 +29,7 @@ fi
if [[ $GERRIT_PROJECT != "releng-xci" ]]; then
cd $HOME && /bin/rm -rf $WORKSPACE
git clone https://gerrit.opnfv.org/gerrit/releng-xci $WORKSPACE && cd $WORKSPACE
+ chmod -R go-rwx $WORKSPACE/xci/scripts/vm
fi
# skip the deployment if the scenario is not supported on this distro
diff --git a/jjb/xci/xci-start-new-vm.sh b/jjb/xci/xci-start-new-vm.sh
index 7db7d863e..d676e2662 100755
--- a/jjb/xci/xci-start-new-vm.sh
+++ b/jjb/xci/xci-start-new-vm.sh
@@ -29,6 +29,7 @@ fi
if [[ $GERRIT_PROJECT != "releng-xci" ]]; then
cd $HOME && /bin/rm -rf $WORKSPACE
git clone https://gerrit.opnfv.org/gerrit/releng-xci $WORKSPACE && cd $WORKSPACE
+ chmod -R go-rwx $WORKSPACE/xci/scripts/vm
fi
# skip the deployment if the scenario is not supported on this distro