Bug 553757 - Migrate I-builds to new infra

Change-Id: Ia500ec69c1fde455bc3c62ad5811a3b5295de061
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/cje-production/mbscripts/mb500_createRepoReports.sh b/cje-production/mbscripts/mb500_createRepoReports.sh
index 85495c5..fe65185 100755
--- a/cje-production/mbscripts/mb500_createRepoReports.sh
+++ b/cje-production/mbscripts/mb500_createRepoReports.sh
@@ -24,10 +24,6 @@
 source $CJE_ROOT/scripts/common-functions.shsource
 source $1
 
-if [ ! -z BUILD_FAILED ]; then
-	exit 0
-fi
-
 buildToTest=$CJE_ROOT/$UPDATES_DIR/$BUILD_ID
 output_dir=$CJE_ROOT/$DROP_DIR/$BUILD_ID/buildlogs
 tar_name=org.eclipse.cbi.p2repo.analyzers.product-linux.gtk.x86_64.tar.gz
diff --git a/cje-production/mbscripts/mb510_createApiToolsReports.sh b/cje-production/mbscripts/mb510_createApiToolsReports.sh
index 1d73115..a95d857 100755
--- a/cje-production/mbscripts/mb510_createApiToolsReports.sh
+++ b/cje-production/mbscripts/mb510_createApiToolsReports.sh
@@ -22,10 +22,6 @@
 source $CJE_ROOT/scripts/common-functions.shsource
 source $1
 
-if [ ! -z BUILD_FAILED ]; then
-	exit 0
-fi
-
 ANT_SCRIPT=$ECLIPSE_BUILDER_DIR/eclipse/buildScripts/api-tools-builder.xml
 
 # Change to appropriate versions and uncomment when entering API freeze
diff --git a/cje-production/mbscripts/mb600_promoteEclipse.sh b/cje-production/mbscripts/mb600_promoteEclipse.sh
index 78e1f8f..5fbd65b 100755
--- a/cje-production/mbscripts/mb600_promoteEclipse.sh
+++ b/cje-production/mbscripts/mb600_promoteEclipse.sh
@@ -22,13 +22,6 @@
 source $CJE_ROOT/scripts/common-functions.shsource
 source $1
 
-if [ ! -z BUILD_FAILED ]; then
-	exit 0
-fi
-if [[ -z "${WORKSPACE}" ]]; then
-	exit 0
-fi
-
 pushd $CJE_ROOT/$DROP_DIR/
 epDownloadDir=/home/data/httpd/download.eclipse.org/eclipse
 dropsPath=${epDownloadDir}/downloads/drops4
diff --git a/cje-production/mbscripts/mb610_promoteEquinox.sh b/cje-production/mbscripts/mb610_promoteEquinox.sh
index ae961e3..dbc3ec7 100755
--- a/cje-production/mbscripts/mb610_promoteEquinox.sh
+++ b/cje-production/mbscripts/mb610_promoteEquinox.sh
@@ -22,13 +22,6 @@
 source $CJE_ROOT/scripts/common-functions.shsource
 source $1
 
-if [ ! -z BUILD_FAILED ]; then
-	exit 0
-fi
-if [[ -z "${WORKSPACE}" ]]; then
-	exit 0
-fi
-
 pushd $CJE_ROOT/$EQUINOX_DROP_DIR
 epDownloadDir=/home/data/httpd/download.eclipse.org/equinox
 dropsPath=${epDownloadDir}/drops
diff --git a/cje-production/mbscripts/mb620_promoteUpdateSite.sh b/cje-production/mbscripts/mb620_promoteUpdateSite.sh
index 517fbd9..387aa5a 100755
--- a/cje-production/mbscripts/mb620_promoteUpdateSite.sh
+++ b/cje-production/mbscripts/mb620_promoteUpdateSite.sh
@@ -22,13 +22,6 @@
 source $CJE_ROOT/scripts/common-functions.shsource
 source $1
 
-if [ ! -z BUILD_FAILED ]; then
-	exit 0
-fi
-if [[ -z "${WORKSPACE}" ]]; then
-	exit 0
-fi
-
 epUpdateDir=/home/data/httpd/download.eclipse.org/updates
 dropsPath=${epUpdateDir}/${STREAMMajor}.${STREAMMinor}-${BUILD_TYPE}-builds
 pushd $CJE_ROOT/$UPDATES_DIR