xci: Fix the PDF/IDF env vars
[releng.git] / jjb / xci / xci-daily-jobs.yaml
index 649fa85..fe3da8b 100644 (file)
     # -------------------------------
     distro:
       - 'ubuntu':
-          disabled: false
+          disabled: true
           slave-label: xci-baremetal
       - 'centos':
           disabled: true
           slave-label: xci-baremetal
       - 'opensuse':
-          disabled: false
+          disabled: true
           slave-label: xci-baremetal
 
     # -------------------------------
           done
           echo "---------------------------------------------------------------------------------"
 
-          # select the right pdf/idf
-          pdf=$WORKSPACE/xci/var/${NODE_NAME}-pdf.yml
-          idf=$WORKSPACE/xci/var/${NODE_NAME}-idf.yml
+          # select the right PDF/IDF
+          export PDF=$WORKSPACE/xci/var/${NODE_NAME}-pdf.yml
+          export IDF=$WORKSPACE/xci/var/${NODE_NAME}-idf.yml
           if [[ "$NODE_NAME" =~ "virtual" ]]; then
-              pdf=$WORKSPACE/xci/var/pdf.yml
-              idf=$WORKSPACE/xci/var/idf.yml
+              export PDF=$WORKSPACE/xci/var/pdf.yml
+              export IDF=$WORKSPACE/xci/var/idf.yml
           fi
 
-          cd $WORKSPACE/xci && ./xci-deploy.sh -p $pdf -i $idf
+          cd $WORKSPACE/xci && ./xci-deploy.sh -p $PDF -i $IDF
 
           echo "Prepare OPNFV VM for Tests"
           echo "---------------------------------------------------------------------------------"