Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/configuration/streamSpecific.properties')
-rw-r--r--production/testScripts/configuration/streamSpecific.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 0c6b17412..97ed85f6b 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -11,11 +11,11 @@ streamSpecificPropertiesTitle="Properties for 4.6.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://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.5.1-201509040015
+previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.5.2-201602121500
# 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.5.1
+previousReleaseVersion=4.5.2
# 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,
@@ -35,10 +35,10 @@ apiTestsPreviousRefererenceWin32Filename=obsoleteAndNotUsed
# or baselinePerfAlt=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.5.1-201509040015
-baselinePerfVersion=R-4.5.1-201509040015
+baselinePerfLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.5.2-201602121500
+baselinePerfVersion=R-4.5.2-201602121500
# TODO: could/should eventually "compute" label, from full version?
-baselinePerfVersionLabel=4.5.1
+baselinePerfVersionLabel=4.5.2
#
# "alt" won't be used, for a while, if ever, but this is included as preparation.
baselinePerfAltLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops/R-3.8.2-201301310800

Back to the top