Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-12-26 08:55:49 +0000
committerSravan Kumar Lakkimsetti2019-12-26 08:55:49 +0000
commite649466104d05a1c084b3693a95b6fbfa8f92920 (patch)
treeb0137a290db16d518b710dd2e61fee58d653a5a0
parent1b0271cc89f735eafb5de79c763fa7106b029ae8 (diff)
downloadeclipse.platform.releng.aggregator-e649466104d05a1c084b3693a95b6fbfa8f92920.tar.gz
eclipse.platform.releng.aggregator-e649466104d05a1c084b3693a95b6fbfa8f92920.tar.xz
eclipse.platform.releng.aggregator-e649466104d05a1c084b3693a95b6fbfa8f92920.zip
Bug 558503 - Performance tests are failing with "Unable to load repositories."
Updated the baseline's buildid Change-Id: I0ada2dd8dcd084dd19d52dbab892f17d71645304 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 9a32c92b0..0d493c0b6 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -39,7 +39,7 @@ baselinePerfLocation=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.14-201
baselinePerfVersion=R-4.14-201912100610
# TODO: could/should eventually "compute" label, from full version?
baselinePerfVersionLabel=4.14
-baselinePerfBuildId=I20191204-1800
+baselinePerfBuildId=I20191210-0610
# Derby database cannot used to store performance results anymore. (see Bug 548523)
# Instead samples are serialized into a file and included in build artifacts.

Back to the top