Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-01-02 13:04:32 +0000
committerSravan Kumar Lakkimsetti2017-01-02 13:04:32 +0000
commit06d83e5e8467f526d285d8ba55057f654257398d (patch)
treefdc90f5b736b4b4d916da7a33e7dddf4bb95ecb3
parentb9f2b674626bb196ed7bd5f77f676644277c125e (diff)
downloadeclipse.platform.releng.aggregator-06d83e5e8467f526d285d8ba55057f654257398d.tar.gz
eclipse.platform.releng.aggregator-06d83e5e8467f526d285d8ba55057f654257398d.tar.xz
eclipse.platform.releng.aggregator-06d83e5e8467f526d285d8ba55057f654257398d.zip
[releng] Reenable performance tests after hipp upgrade
Change-Id: I59b87a4924d3c2b2289a9b5292f232ef117f90fe Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/sdk/promotion/syncUpdateUtils.shsource2
-rw-r--r--production/testScripts/invokeTestsJSON.xml2
2 files changed, 1 insertions, 3 deletions
diff --git a/production/sdk/promotion/syncUpdateUtils.shsource b/production/sdk/promotion/syncUpdateUtils.shsource
index 3321902c4..e6ac66f05 100644
--- a/production/sdk/promotion/syncUpdateUtils.shsource
+++ b/production/sdk/promotion/syncUpdateUtils.shsource
@@ -382,7 +382,7 @@ if [[ "${buildType}" =~ [PYX] ]]
then
case "${buildType}" in
"P" )
- export TO=${TO:-"sravankumarl@in.ibm.com"}
+ export TO=${TO:-"sravankumarl@in.ibm.com,jdt-core-dev@eclipse.org"}
export SUBJECT="Patch Build: ${SUBJECT}" ;;
"Y" )
export TO=${TO:-"sravankumarl@in.ibm.com,jdt-core-dev@eclipse.org"}
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index eba4d317f..6803e473c 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -96,14 +96,12 @@
TODO: Can these be called, in parrallel via callant (or, perhaps subant?)
for greater flexibility in what to test?
-->
- <!--
<antcall target="triggerHudsonPerfTests">
<param
name="job"
value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-perf-lin64-baseline" />
</antcall>
- -->
<!--
<antcall target="triggerHudsonTests">
<param

Back to the top