Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-03-20 07:55:54 +0000
committerSravan Kumar Lakkimsetti2018-03-20 07:55:54 +0000
commit931e7f13ca3336d376aede13d29f8c45b9e19cb0 (patch)
tree7a4394f9791a1f62da617efd54cfc100ffecb35b /production/testScripts
parentf3afc36fbbc3557d24adf8ab386175feb8c22558 (diff)
downloadeclipse.platform.releng.aggregator-931e7f13ca3336d376aede13d29f8c45b9e19cb0.tar.gz
eclipse.platform.releng.aggregator-931e7f13ca3336d376aede13d29f8c45b9e19cb0.tar.xz
eclipse.platform.releng.aggregator-931e7f13ca3336d376aede13d29f8c45b9e19cb0.zip
Bug 531438 - Need one more executor of mac slave on releng jipp
Change-Id: I2a5dd2646a00f80d71e206e1d74f618abab7dbe9 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts')
-rw-r--r--production/testScripts/invokeTestsJSON.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index 6ec2f012b..7cbb3a923 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -53,7 +53,7 @@
value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-win32" />
</antcall>
- <antcall target="triggerHudsonTests">
+ <antcall target="triggerHudsonWinTests">
<param
name="job"
value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-mac64" />

Back to the top