Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-10-29 04:49:05 +0000
committerDavid Williams2014-10-29 04:49:05 +0000
commite18fe92e407f793fbdbece993795e692e4fc53a7 (patch)
tree95506644ee27570bf1f1c6304f55193f27be8195 /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parent4d0c8b6dd187bd603fd36dbf3188988288fd4140 (diff)
downloadeclipse.platform.releng.aggregator-e18fe92e407f793fbdbece993795e692e4fc53a7.tar.gz
eclipse.platform.releng.aggregator-e18fe92e407f793fbdbece993795e692e4fc53a7.tar.xz
eclipse.platform.releng.aggregator-e18fe92e407f793fbdbece993795e692e4fc53a7.zip
Bug 390821 - Performance testing back end on eclipse.org
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 1c6377d1b..b3f9b5c1e 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1356,15 +1356,17 @@
<target
name="runSuitePerf"
+ depends="initStreamVariables"
if="pluginexists">
<echo message="testPluginX ${testPluginX}" />
<property
name="junit-stylesheet"
value="{executionDir}/JUNIT.XSL" />
<!--
- unclear if these "performance values" should go in library.xml, or, here. That is, how far does 'inheritence' go?
+ TODO: seems these "performance values" should "get into" library.xml in an easier way, that didn't require a change in library.xml.
TODO: some question on how "fine" to make name. Such as, should "platform, architecture, window system" be "separated" from "VM value"?
TODO: as of now, we run baseline "last", so that is when we set "assertAgainst". Kind of counter-intuititive.
+ TODO: for local, non-production tests, eclipse.perf.dbloc is not being assigned value from "localTestsProperties.shsource" as it should. Perhaps needs tweak in Hudson job?
-->
<property name="eclipse.perf.dbloc" value="${eclipse.perf.dbloc.value}"/>
<property name="eclipse.perf.config" value="build=${buildIdToUse};buildId=${buildId};testedPlatform=${testedPlatform}" />

Back to the top