summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-daily-jobs.yaml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-08-31 12:23:35 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-08-31 12:23:35 +0200
commit0f2c71c2dfac27dbc5b16a0d466dbdd8e902a3b3 (patch)
tree60d820383401f14193282e3936afa9454a3e64d1 /jjb/xci/xci-daily-jobs.yaml
parentf6c35f72246e2b9883e91945a601742d8c2224bd (diff)
xci: Adapt jobs to use common prepare-tests role
In order to activate more test tiers from functest and also start running yardstick, we need to do the test preparation at one go and then run what's supposed to be run. This change is required for below changes to be verified successfully https://gerrit.opnfv.org/gerrit/#/c/61639/ https://gerrit.opnfv.org/gerrit/#/c/61641/ Change-Id: Ib3ae2241921383b77c23b05443325aa6240cc176 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/xci/xci-daily-jobs.yaml')
-rw-r--r--jjb/xci/xci-daily-jobs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/xci-daily-jobs.yaml b/jjb/xci/xci-daily-jobs.yaml
index 3627d1806..bfc68e20d 100644
--- a/jjb/xci/xci-daily-jobs.yaml
+++ b/jjb/xci/xci-daily-jobs.yaml
@@ -320,7 +320,7 @@
declare -x "\${var}" 2>/dev/null
echo $var
done < ${XCI_PATH}/.cache/xci.env && cd ${XCI_PATH}/xci && \
- ansible-playbook -i playbooks/dynamic_inventory.py playbooks/prepare-functest.yml
+ ansible-playbook -i playbooks/dynamic_inventory.py playbooks/prepare-tests.yml
echo "Run Functest"
echo "---------------------------------------------------------------------------------"