Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-04-23 06:04:08 +0000
committerAlexander Kurtakov2020-04-23 06:04:08 +0000
commit2ee73791dbdd6d6dd8bafbc17e372e506bb0f4fa (patch)
treef5c84b2997079d643c03de0dfd7b7b77825d6203 /production
parentdc092b5d12883e14afe45d19168c42287c411344 (diff)
downloadeclipse.platform.releng.aggregator-2ee73791dbdd6d6dd8bafbc17e372e506bb0f4fa.tar.gz
eclipse.platform.releng.aggregator-2ee73791dbdd6d6dd8bafbc17e372e506bb0f4fa.tar.xz
eclipse.platform.releng.aggregator-2ee73791dbdd6d6dd8bafbc17e372e506bb0f4fa.zip
Bug 562424 - Performance tests not published
job, stream and url properties are non-existing so this commit at least puts some sane defaults to make local testing easier. Change-Id: I8201d82c729ac367791c4e5beee1ad363fd4fa94 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'production')
-rw-r--r--production/sdk/collectTestResults.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/production/sdk/collectTestResults.xml b/production/sdk/collectTestResults.xml
index df95cbf65..40197f963 100644
--- a/production/sdk/collectTestResults.xml
+++ b/production/sdk/collectTestResults.xml
@@ -7,16 +7,16 @@
<!-- example properties. Caller normally provides. -->
<property
name="job"
- value="ep4-unit-mac64" />
+ value="ep416I-perf-lin64" />
<property
name="buildNumber"
- value="49" />
+ value="75" />
<property
name="buildId"
- value="N20121014-2000" />
+ value="I20200422-1800" />
<property
name="eclipseStream"
- value="4.3.0" />
+ value="4.16.0" />
<property
name="EBUILDER_HASH"
value="master" />
@@ -117,7 +117,7 @@
<condition
property="hudsonHost"
value="${env.HUDSON_HOST}"
- else="ci.eclipse.org">
+ else="ci-staging.eclipse.org">
<isset property="env.HUDSON_HOST" />
</condition>

Back to the top