summaryrefslogtreecommitdiffstats
path: root/jjb/qtip
diff options
context:
space:
mode:
authorNauman_Ahad <Nauman_Ahad@dell.com>2015-12-10 13:33:47 +0500
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-10 10:24:49 +0000
commit60fba6365bd69e1bb59c7f0298e0f4a6757bf580 (patch)
treea5e2cbc880b557ec8ea0f105c909df64e0d85ae0 /jjb/qtip
parentf156db42ccce2a80c05950d2f4433c8da38a14b0 (diff)
Workaround patch for QTIP Jenkins Job failure
fetch-os-cred.sh to put opnfv-stack.sh file in workspace fetch-os-cred.sh to put opnfv-source.sh in $HOME commented Change-Id: Id53267affb2b1fb446298c7667d16118d076ee3f Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Diffstat (limited to 'jjb/qtip')
-rw-r--r--jjb/qtip/qtip.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/qtip/qtip.yml b/jjb/qtip/qtip.yml
index c08b1ca50..886074593 100644
--- a/jjb/qtip/qtip.yml
+++ b/jjb/qtip/qtip.yml
@@ -214,7 +214,7 @@
- 'qtip-ssl-parallel'
triggers:
- - timed: "@midnight"
+ - timed: '0 0,11,18 * * *'
###########################
#biuilder macros
@@ -225,11 +225,11 @@
builders:
- shell: |
#! /bin/bash
- if [[ ! -f $WORKSPACE/opnfv-openrc.sh ]]; then
- echo "Unable to access file $WORKSPACE/opnfv-openrc.sh"
+ if [[ ! -f $WORKSPACE/opnfv-stack.sh ]]; then
+ echo "Unable to access file $WO:qRKSPACE/opnfv-openrc.sh"
exit 1
fi
- source $WORKSPACE/opnfv-openrc.sh
+ source $WORKSPACE/opnfv-stack.sh
cd $WORKSPACE
echo "Running QTIP dhrystone with First Test case"
python qtip.py -s compute -b dhrystone_serial.yaml
@@ -240,11 +240,11 @@
builders:
- shell: |
#!/bin/bash
- if [[ ! -f $WORKSPACE/opnfv-openrc.sh ]]; then
+ if [[ ! -f $WORKSPACE/opnfv-stack.sh ]]; then
echo "Unable to access file $WORKSPACE/opnfv-openrc.sh"
exit 1
fi
- source $WORKSPACE/opnfv-openrc.sh
+ source $WORKSPACE/opnfv-stack.sh
cd $WORKSPACE
echo "Running QTIP dhrystone with Second Test case"
python qtip.py -s compute -b ssl_parallel.yaml
@@ -258,5 +258,5 @@
cd $WORKSPACE
git clone https://gerrit.opnfv.org/gerrit/releng
cd $WORKSPACE/releng/utils
- ./fetch_os_creds.sh #To test the problem with creating the file in $HOME
- ./fetch_os_creds.sh -d $WORKSPACE #To test if the file can be created in $WORKSPACE
+ #./fetch_os_creds.sh #To test the problem with creating the file in $HOME
+ ./fetch_os_creds.sh -d $WORKSPACE/opnfv-stack.sh #To test if the file can be created in $WORKSPACE