Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-01 16:30:19 +0000
committerDavid Williams2014-11-01 16:30:19 +0000
commit989aaa34b049b21d040fe3b3486adc6c27325842 (patch)
tree739583ceb29c4df23215031eaf4d204706064f9c /production/testScripts/invokeTestsJSON.xml
parentf334b927ba12639335824c85cb74015066f19c54 (diff)
downloadeclipse.platform.releng.aggregator-989aaa34b049b21d040fe3b3486adc6c27325842.tar.gz
eclipse.platform.releng.aggregator-989aaa34b049b21d040fe3b3486adc6c27325842.tar.xz
eclipse.platform.releng.aggregator-989aaa34b049b21d040fe3b3486adc6c27325842.zip
Bug 390821 - Performance testing back end on eclipse.org
Diffstat (limited to 'production/testScripts/invokeTestsJSON.xml')
-rw-r--r--production/testScripts/invokeTestsJSON.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index d7ee64234..f9237a791 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -180,9 +180,12 @@
name="JSON_EBUILDER_HASH"
value="{"name":"EBUILDER_HASH","value":"${EBUILDER_HASH}"}" />
+ <property name="JSON_defaultTestSuite"
+ value="{&quot;name&quot;:&quot;testToRun&quot;,&quot;value&quot;:&quot;selectPerformance&quot;}" />
+
<property
name="json"
- value="{&quot;parameter&quot;: [${JSON_buildId},${JSON_eclipseStream},${JSON_EBUILDER_HASH}] }" />
+ value="{&quot;parameter&quot;: [${JSON_buildId},${JSON_eclipseStream},${JSON_EBUILDER_HASH}, ${defaultTestSuite} ] }" />
<!-- TODO: "segment" varies by test, and/or environment ... must be an easier way? -->
<property

Back to the top