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.properties30
1 files changed, 30 insertions, 0 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
new file mode 100644
index 000000000..820637148
--- /dev/null
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -0,0 +1,30 @@
+#
+# This properties file should contains items that are specific to the stream being tested.
+# Note: I don't believe these are currently being used, as intended, but can/will be
+# at some point.
+
+
+# purely title or identifier for display, to help confirm right file
+# is being retrived and used.
+streamSpecificPropertiesTitle="Properties for 4.5.0 builds and tests"
+
+stableDirectorLocation=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.4-201406061215
+# version here is "build label" ... in general form, the "middle" of archive name,
+# such as "eclipse-platform-${previousReleaseVersion}-linux-gtk-x86_64.tar.gz
+# TODO: also used for update site, though? Need to sort out.
+previousReleaseVersion=4.4
+
+# 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
+# Bug 380033 - temp fix to hard code 'archive.eclipse.org' for now
+apiTestsPreviousBaseDLBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.4-201406061215
+apiTestsPreviousBaseWin32Filename=eclipse-SDK-4.4-win32.zip
+apiTestsPreviousRefererenceBaseDLBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.3.2-201402211700
+apiTestsPreviousRefererenceWin32Filename=eclipse-SDK-4.3.2-win32.zip
+
+# Not currently used on eclipse.org tests?
+previousRuntimePlatform=eclipse-platform-4.3.2-linux-gtk-x86_64.tar.gz
+#Used to have a stable version of p2 director? (not currently used)
+# BUT SHOULD BE, for the 'director' that installs tests into the platform
+previousRuntimePlatformVersion=4.4
+

Back to the top