Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-16 11:41:36 +0000
committerDani Megert2017-05-16 16:33:20 +0000
commit515d3251a972fc254f25909223217981dae658cc (patch)
treec40d3dfdbf51d89d473255a206716b5a523f85a7 /production
parent4910f15d119cba759db27256eb93146b7af40739 (diff)
downloadeclipse.platform.releng.aggregator-515d3251a972fc254f25909223217981dae658cc.tar.gz
eclipse.platform.releng.aggregator-515d3251a972fc254f25909223217981dae658cc.tar.xz
eclipse.platform.releng.aggregator-515d3251a972fc254f25909223217981dae658cc.zip
Bug 516710 - Update previous release to 4.6 for performance tests only
Change-Id: I2a7bf24c392d25007787bed8e39d537f426afe4c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/streamSpecific.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 22c12504e..02282291a 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -34,10 +34,10 @@ apiTestsPreviousRefererenceWin32Filename=obsoleteAndNotUsed
# baselinePerf=true
# are specified. The baselinePerf will often be the same as "previous release", but
# not necessarily, so is not hard coded in assumptions.
-baselinePerfLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.6.3-201703010400
-baselinePerfVersion=R-4.6.3-201703010400
+baselinePerfLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.6-201606061100
+baselinePerfVersion=R-4.6-201606061100
# TODO: could/should eventually "compute" label, from full version?
-baselinePerfVersionLabel=4.6.3
+baselinePerfVersionLabel=4.6
eclipse.perf.dbloc.value=//172.25.25.57:1527

Back to the top