fuel: Disable build avoidance in CI 35/12435/3
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 18 Apr 2016 23:00:29 +0000 (01:00 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 4 May 2016 12:00:57 +0000 (12:00 +0000)
Change-Id: I086b47b956faaa6c57c532a99debd06c05b148a2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-build.sh
jjb/fuel/fuel-project-jobs.yml

index eaf1f83..95ebaa5 100755 (executable)
@@ -35,11 +35,13 @@ CURRENT_SHA1=$(git rev-parse HEAD)
 FORCE_BUILD=${FORCE_BUILD:-false}
 
 if [[ "$CURRENT_SHA1" == "$LATEST_ISO_SHA1" && "$FORCE_BUILD" == "false" ]]; then
-    echo "An ISO has already been built for this commit"
-    echo "    $LATEST_ISO_URL"
-    echo "Nothing new to build. Exiting."
-    touch $WORKSPACE/.noupload
-    exit 0
+    echo "***************************************************"
+    echo "   An ISO has already been built for this commit"
+    echo "   $LATEST_ISO_URL"
+    echo "***************************************************"
+#    echo "Nothing new to build. Exiting."
+#    touch $WORKSPACE/.noupload
+#    exit 0
 else
     echo "This commit has not been built yet or forced build! Proceeding with the build."
     /bin/rm -f $LATEST_ISO_PROPERTIES
index 0d76820..f377c9b 100755 (executable)
@@ -60,8 +60,7 @@
             branch: '{branch}'
 
     triggers:
-        - pollscm:
-            cron: '0 H/4 * * *'
+        - timed: '0 H/4 * * *'
 
     wrappers:
         - timeout: