Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 12:30:27 +0000
committerSravan Kumar Lakkimsetti2019-03-08 12:30:27 +0000
commit33c98ae20fb663f32a5900da6942d89bc210c274 (patch)
tree596ab15855bb69bc56843cff776a5b446e6f0168 /production/testScripts/configuration/streamSpecific.properties
parent55383c58f426ce7851e2d28b00785061b5f2498c (diff)
downloadeclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.tar.gz
eclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.tar.xz
eclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.zip
Bug 545098 - Move previous version to 4.10RC2 across build scripts
Change-Id: I23277389b03342ee571e4dd5a8de15743d68d554 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/streamSpecific.properties')
-rw-r--r--production/testScripts/configuration/streamSpecific.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index e15f79fca..af400d854 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -11,16 +11,16 @@ streamSpecificPropertiesTitle="Properties for 4.12.0 builds and tests"
# stable version of Eclipse, that is used, for example, for it's p2
# director, etc., so that "running the tests" is not actually using
# the "just built" versions.
-previousReleaseLocation=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.10-201812060815
+previousReleaseLocation=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.11RC2-201903070500
# version here is "build label" ... in general form, the "middle" of archive name,
# such as "eclipse-platform-${previousReleaseVersion}-linux-gtk-x86_64.tar.gz
# Also used used in p2 testing?
-previousReleaseVersion=4.10
+previousReleaseVersion=4.11RC2
# This is last segment of last release repo, such as in
# http://${ARCHIVE_HOST}/eclipse/updates/${previousReleaseVersion}
# NOTE: I am assuming the "composite" repo is suitable for p2. In theory,
# they might want the simple repo, such as at 4.4/R-4.4.1-201409250400
-previousReleaseVersionRepo=4.10
+previousReleaseVersionRepo=4.11milestones
# Note: API tests needs the _base_ of previous release, and also the previous service release
# Bug 378587 - update releng tests (data) to go work against previous release
@@ -34,11 +34,11 @@ 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://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.10-201812060815
-baselinePerfVersion=R-4.10-201812060815
+baselinePerfLocation=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.11RC2-201903070500
+baselinePerfVersion=S-4.11RC2-201903070500
# TODO: could/should eventually "compute" label, from full version?
-baselinePerfVersionLabel=4.10
-baselinePerfBuildId=I20181206-0815
+baselinePerfVersionLabel=4.11
+baselinePerfBuildId=I20190307-0500
eclipse.perf.dbloc.value=//172.25.25.57:1527

Back to the top