Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-08-26 03:44:11 +0000
committerDavid Williams2014-08-26 03:44:11 +0000
commit3b1c560b5577190a2492ccd9053e09e6a52b116f (patch)
treedb12a38856aa5240d3ee334caf30e7b9a1e55353
parentc6ea4882ab870113bcdd1fd1f21d268d321a85d0 (diff)
downloadeclipse.platform.releng.aggregator-3b1c560b5577190a2492ccd9053e09e6a52b116f.tar.gz
eclipse.platform.releng.aggregator-3b1c560b5577190a2492ccd9053e09e6a52b116f.tar.xz
eclipse.platform.releng.aggregator-3b1c560b5577190a2492ccd9053e09e6a52b116f.zip
Bug 374441 - run performance tests on eclipse.org hardware
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml18
1 files changed, 8 insertions, 10 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 2c15e55cd..74681a58c 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1839,20 +1839,14 @@
depends="init">
<antcall target="antui" />
<antcall target="compare" />
- <antcall target="coreruntime" />
<antcall target="coreresources" />
<antcall target="coreruntime" />
- <antcall target="equinoxp2ui" />
- <antcall target="jdtcoreperf" />
<antcall target="jdtdebug" />
- <antcall target="jdttext" />
<antcall target="jdtui" />
- <antcall target="jdtuirefactoring" />
<antcall target="osgi" />
- <antcall target="pdeapitooling" />
<antcall target="pdeui" />
<antcall target="swt" />
- <antcall target="team" />
+ <antcall target="teamcvs" />
<antcall target="ua" />
<antcall target="uiforms" />
<antcall target="uiperformance" />
@@ -1862,9 +1856,13 @@
<target
name="otherPerformance"
depends="init">
-
- <!-- to hold tests that don't run well -->
-
+ <!-- first two "ran" but produced no results -->
+ <antcall target="equinoxp2ui" />
+ <antcall target="pdeapitooling" />
+ <!-- These three ran but took longer an an hour, some memory issues with one of them? -->
+ <antcall target="jdtcoreperf" />
+ <antcall target="jdttext" />
+ <antcall target="jdtuirefactoring" />
</target>
<target
name="quickTests"

Back to the top