Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Gurr2018-04-18 17:34:28 +0000
committerFrederic Gurr2018-04-19 09:29:13 +0000
commit2ac826fe724d70794ccdb82374cff10ffe915ad6 (patch)
treeedfe890b32808396e8815f5c59162a797f974397
parentfc571c9f952c759342066d63288217227027e4c9 (diff)
downloadeclipse.platform.releng.aggregator-2ac826fe724d70794ccdb82374cff10ffe915ad6.tar.gz
eclipse.platform.releng.aggregator-2ac826fe724d70794ccdb82374cff10ffe915ad6.tar.xz
eclipse.platform.releng.aggregator-2ac826fe724d70794ccdb82374cff10ffe915ad6.zip
Performance tests now live on releng JIPP
Change-Id: I51a78cf5d8234fe636936b341dbe9a6a0bfc3738 Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
-rw-r--r--production/sdk/collectTestResults.xml2
-rw-r--r--production/sdk/promotion/syncUpdateUtils.shsource2
-rw-r--r--production/testScripts/invokeTestsJSON.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/production/sdk/collectTestResults.xml b/production/sdk/collectTestResults.xml
index b3793e233..1ddf6a69e 100644
--- a/production/sdk/collectTestResults.xml
+++ b/production/sdk/collectTestResults.xml
@@ -150,7 +150,7 @@
<!-- if not set externally, set to eclipse default (for -perf-lin jobs) -->
<property
name="env.LINUX_PERF_SEGMENT"
- value="perftests" />
+ value="releng" />
diff --git a/production/sdk/promotion/syncUpdateUtils.shsource b/production/sdk/promotion/syncUpdateUtils.shsource
index de2892cbc..6e50b10c2 100644
--- a/production/sdk/promotion/syncUpdateUtils.shsource
+++ b/production/sdk/promotion/syncUpdateUtils.shsource
@@ -26,7 +26,7 @@ HUDSON_ROOT_URI=${HUDSON_ROOT_URI:-"releng"}
HUDSON_PERF_HOST=${HUDSON_PERF_HOST:-"ci.eclipse.org"}
HUDSON_PERF_PORT=${HUDSON_PERF_PORT:-"443"}
HUDSON_PERF_PROTOCOL=${HUDSON_PERF_PROTOCOL:-"https"}
-LINUX_PERF_SEGMENT=${LINUX_PERF_SEGMENT:-"perftests"}
+LINUX_PERF_SEGMENT=${LINUX_PERF_SEGMENT:-"releng"}
function convertToZeroPaddedMillisecs ()
{
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index 8206efd54..a857f6f74 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -331,7 +331,7 @@
<!-- TODO: "segment" varies by test, and/or environment ... must be an easier way? -->
<property
name="env.LINUX_PERF_SEGMENT"
- value="perftests" />
+ value="releng" />
<echo message="env.HUDSON_PERF_PROTOCOL: ${env.HUDSON_PERF_PROTOCOL}" />
<echo message="env.HUDSON_PERF_HOST: ${env.HUDSON_PERF_HOST}" />

Back to the top