jjb: xci: xci-verify-jobs: Fix clean VM job 71/43171/5
authorMarkos Chandras <mchandras@suse.de>
Tue, 26 Sep 2017 12:46:49 +0000 (13:46 +0100)
committerMarkos Chandras <mchandras@suse.de>
Tue, 26 Sep 2017 14:00:11 +0000 (15:00 +0100)
commit811e40d74c51537b0c546bec3c244eb9e77c4ca7
treedddaee1c71b4455fd2889e70f361a8fd8992e42b
parent116764c00f99e279d95f73a7077a219698195341
jjb: xci: xci-verify-jobs: Fix clean VM job

According to
https://docs.openstack.org/infra/jenkins-job-builder/definition.html#macro-notes
we only need to use ${{x}} when the macro has parameters. However, none
of our macros has so the correct way to use the shell variable is ${x}.
Moreover, we set the missing execute bit in the jenkins test script.
Additionally, we fix the OPNFV_RELENG_DEV_PATH parameter to point to the
directory inside the VM where the releng-xci repo is located.
Finally we fix the parent directory in which the test is executed.

Change-Id: Ic6157caa5042274a3a3d0de276bdacc15a90a82d
Signed-off-by: Markos Chandras <mchandras@suse.de>
jjb/xci/xci-verify-jobs.yml