Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-02-14 06:23:16 +0000
committerSravan Kumar Lakkimsetti2020-02-14 06:23:16 +0000
commit666c34e4f9cb0acd0fc8e0c4b8fc35c739257b85 (patch)
tree3383fa7c0c2deaa0ea65cf4abafcfe8f83e1c8e1
parent1bc62cf75ea7231cc9b6c24f49af72764bc6c58a (diff)
downloadeclipse.platform.releng.aggregator-666c34e4f9cb0acd0fc8e0c4b8fc35c739257b85.tar.gz
eclipse.platform.releng.aggregator-666c34e4f9cb0acd0fc8e0c4b8fc35c739257b85.tar.xz
eclipse.platform.releng.aggregator-666c34e4f9cb0acd0fc8e0c4b8fc35c739257b85.zip
Bug 553757 - Migrate I-builds to new infra
-updated minimun comaparator log size Change-Id: I63c3ad1d8b570e0e2455a3b03d7125565fd56ca8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 64f737723..e9a482a61 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -245,7 +245,7 @@ java -jar $LAUNCHER_JAR \
publish
popd
-comparatorLogMinimumSize=250
+comparatorLogMinimumSize=350
comparatorLog=$CJE_ROOT/$DROP_DIR/$BUILD_ID/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt
logSize=0

Back to the top