fuel: Disable use of local ISO and trigger of merge virtual deploy jobs 71/6571/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 13 Jan 2016 16:56:33 +0000 (17:56 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 13 Jan 2016 18:58:01 +0000 (18:58 +0000)
Scenario and POD descriptions impact virtual deployments and need adjustments.
Merge virtual deploy triggers have been disabled in order not to give incorrect
feedback to people.

Change-Id: I93aef5e029f64b74cf13ad82742b080a18d28da4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-download-artifact.sh
jjb/fuel/fuel-project-jobs.yml

index 6555541..a1a1de4 100755 (executable)
@@ -24,13 +24,14 @@ OPNFV_ARTIFACT=${OPNFV_ARTIFACT_URL/*\/}
 echo "Using $OPNFV_ARTIFACT for deployment"
 
 # check if we already have the ISO to avoid redownload
-ISO_STORE=$HOME/opnfv/iso_store/fuel
-if [[ -f "$ISO_STORE/$OPNFV_ARTIFACT" ]]; then
-    echo "ISO already exists. Skipping the download"
-    ln -s $ISO_STORE/$OPNFV_ARTIFACT $WORKSPACE/opnfv.iso
-    ls -al $WORKSPACE/opnfv.iso
-    exit 0
-fi
+# disabled for the timebeing - needs adjustments
+#ISO_STORE=$HOME/opnfv/iso_store/fuel
+#if [[ -f "$ISO_STORE/$OPNFV_ARTIFACT" ]]; then
+#    echo "ISO already exists. Skipping the download"
+#    ln -s $ISO_STORE/$OPNFV_ARTIFACT $WORKSPACE/opnfv.iso
+#    ls -al $WORKSPACE/opnfv.iso
+#    exit 0
+#fi
 
 # log info to console
 echo "Downloading the $INSTALLER_TYPE artifact using URL http://$OPNFV_ARTIFACT_URL"
index 40f41b8..95bc3a6 100644 (file)
         - ssh-agent-credentials:
             users: '{ssh-credentials}'
 
-    triggers:
-        - gerrit:
-            trigger-on:
-                - change-merged-event
-                - comment-added-contains-event:
-                    comment-contains-value: 'remerge'
-            projects:
-              - project-compare-type: 'ANT'
-                project-pattern: '{project}'
-                branches:
-                    - branch-compare-type: 'ANT'
-                      branch-pattern: '**/{branch}'
-            dependency-jobs: 'fuel-merge-build-{stream}'
+#    triggers:
+#        - gerrit:
+#            trigger-on:
+#                - change-merged-event
+#                - comment-added-contains-event:
+#                    comment-contains-value: 'remerge'
+#            projects:
+#              - project-compare-type: 'ANT'
+#                project-pattern: '{project}'
+#                branches:
+#                    - branch-compare-type: 'ANT'
+#                      branch-pattern: '**/{branch}'
+#            dependency-jobs: 'fuel-merge-build-{stream}'
 
     builders:
         - shell: