Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-07-30 18:36:11 +0000
committerDavid Williams2016-07-30 18:36:11 +0000
commit8602b67f37d31433e33d0ea6e852cdf957ba5b63 (patch)
tree87b467a80b1801aaaf89a8c6aa33ed1a2cc09c7c /production/testScripts/configuration/sdk.tests
parentc5bbf905924117cea1a2cd85800cea92488db16f (diff)
downloadeclipse.platform.releng.aggregator-8602b67f37d31433e33d0ea6e852cdf957ba5b63.tar.gz
eclipse.platform.releng.aggregator-8602b67f37d31433e33d0ea6e852cdf957ba5b63.tar.xz
eclipse.platform.releng.aggregator-8602b67f37d31433e33d0ea6e852cdf957ba5b63.zip
Bug 498915 - remove "altbaseline" related variables and logic
Diffstat (limited to 'production/testScripts/configuration/sdk.tests')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 07f0d510d..4857a3ace 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -922,12 +922,7 @@
<target
name="setRuntimeArchive"
unless="runtimeArchive">
- <!-- we'll check "alt" baselinePerf first. This is what's used for "several releases ago", or similar. -->
- <condition
- property="buildIdToUse"
- value="${baselinePerfAltVersionLabel}">
- <istrue value="${baselinePerfAlt}" />
- </condition>
+
<condition
property="buildIdToUse"
value="${baselinePerfVersionLabel}"
@@ -1457,11 +1452,7 @@
<!-- buildIdToUse equals either baselinePerfVersion or else equals buildId. In either case we want to collect the data -->
<!-- TODO: Do we need "buildID" coded somewhere, to know WHICH build to match with?
Or, else will take large number of "baselines" averaged? -->
- <condition
- property="eclipse.perf.config"
- value="build=${baselinePerfAltVersion};config=${testedPlatformConfig};jvm=${javaMajorVersion}">
- <istrue value="${baselinePerfAlt}" />
- </condition>
+
<condition
property="eclipse.perf.config"
value="build=${baselinePerfVersion};config=${testedPlatformConfig};jvm=${javaMajorVersion}"

Back to the top