Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-10-17 11:33:49 +0000
committerSravan Kumar Lakkimsetti2016-10-17 11:33:49 +0000
commit8f113f0dc2aeb7707a926a840ac359d010fb8100 (patch)
treefa697a79e9074dddc7ac7e47ccdd79a8c1b09d5a /production/master-build.sh
parent6f4eaf9c6812f56f6a64f6110787c702dd0b10ad (diff)
downloadeclipse.platform.releng.aggregator-8f113f0dc2aeb7707a926a840ac359d010fb8100.tar.gz
eclipse.platform.releng.aggregator-8f113f0dc2aeb7707a926a840ac359d010fb8100.tar.xz
eclipse.platform.releng.aggregator-8f113f0dc2aeb7707a926a840ac359d010fb8100.zip
Bug 499147 - testDirtyLogSize test failed for I20160803-2000
Change-Id: Iab936cc1e4eac9c7b1e4dd2268e4490dbaf8427f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/master-build.sh')
-rwxr-xr-xproduction/master-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index b0e6a6d2d..30c9da6c1 100755
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -480,6 +480,10 @@ fi
# check for dirt in working tree.
$SCRIPT_PATH/dirtReport.sh $BUILD_ENV_FILE 2>&1 | tee $logsDirectory/dirtReport.txt
checkForErrorExit $? "Error occurred during dirt report"
+#the dirt report doesnot get written to the disk before the promotion starts. Make sure it is written to the disk
+sync
+sync
+sync
# if all ended well, put "promotion scripts" in known locations
$SCRIPT_PATH/promote-build.sh $BUILD_ENV_FILE 2>&1 | tee $logsDirectory/mb090_promote-build_output.txt

Back to the top