Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-07 03:14:46 +0000
committerDavid Williams2014-11-07 03:14:46 +0000
commit3c86bcaa86bddf97524cd1e0f4ce390fabd24707 (patch)
tree89159cb02cbfde0d1a5ebc0d034bf1760d7a910c /production/testScripts/genTestIndexes.xml
parentf52257be73c37e04036352e4cf6ed87fac189401 (diff)
downloadeclipse.platform.releng.aggregator-3c86bcaa86bddf97524cd1e0f4ce390fabd24707.tar.gz
eclipse.platform.releng.aggregator-3c86bcaa86bddf97524cd1e0f4ce390fabd24707.tar.xz
eclipse.platform.releng.aggregator-3c86bcaa86bddf97524cd1e0f4ce390fabd24707.zip
[releng] Prep for performance tests.
Diffstat (limited to 'production/testScripts/genTestIndexes.xml')
-rw-r--r--production/testScripts/genTestIndexes.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/production/testScripts/genTestIndexes.xml b/production/testScripts/genTestIndexes.xml
index 15a0498d2..0d67eb576 100644
--- a/production/testScripts/genTestIndexes.xml
+++ b/production/testScripts/genTestIndexes.xml
@@ -49,7 +49,7 @@
</condition>
<condition
property="testTemplate"
- value="perfResults.php.template"
+ value="performance.php.template"
else="testResults.php.template">
<and>
<isset property="job" />
@@ -58,6 +58,17 @@
substring="-perf-" />
</and>
</condition>
+ <condition
+ property="testManifestFileName"
+ value="${publishingContent}/performanceTestManifest.xml"
+ else="${publishingContent}/testManifest.xml">
+ <and>
+ <isset property="job" />
+ <contains
+ string="${job}"
+ substring="-perf-" />
+ </and>
+ </condition>
<echo message="job: ${job}" />
<echo message="testTemplate: ${testTemplate}" />

Back to the top