From 6dc4a895f864ebfcc9b08b23e43fb02c14392b28 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Mon, 21 May 2018 17:31:00 +0530 Subject: Bug 531438 - Need one more executor of mac slave on releng jipp Change-Id: Ie9f2ccdfa55331ed1cab6e6323d6dde42ea54e0d Signed-off-by: Sravan Kumar Lakkimsetti --- production/sdk/collectTestResults.xml | 9 --------- production/sdk/promotion/updateDropLocation.sh | 3 --- .../sdk.tests/testConfigs/macosx/platformSpecific.properties | 4 ++-- production/testScripts/invokeTestsJSON.xml | 2 +- 4 files changed, 3 insertions(+), 15 deletions(-) (limited to 'production') diff --git a/production/sdk/collectTestResults.xml b/production/sdk/collectTestResults.xml index 1ddf6a69e..bb8eacd30 100644 --- a/production/sdk/collectTestResults.xml +++ b/production/sdk/collectTestResults.xml @@ -101,15 +101,6 @@ casesensitive="yes" /> - - - - diff --git a/production/sdk/promotion/updateDropLocation.sh b/production/sdk/promotion/updateDropLocation.sh index 38eaad772..d3cd5eb37 100755 --- a/production/sdk/promotion/updateDropLocation.sh +++ b/production/sdk/promotion/updateDropLocation.sh @@ -261,9 +261,6 @@ function sendTestResultsMail () "win32") HUDSON_URL="${HUDSON_PROTOCOL}://${HUDSON_HOST}:${HUDSON_PORT}/shared/view/Eclipse and Equinox" ;; - "mac64") - HUDSON_URL="${HUDSON_PROTOCOL}://${HUDSON_HOST}:${HUDSON_PORT}/shared/view/Eclipse and Equinox" - ;; *) HUDSON_URL="${HUDSON_PROTOCOL}://${HUDSON_HOST}:${HUDSON_PORT}/${HUDSON_ROOT_URI}/view/Automated tests" ;; diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties index c2ecab447..b5424f6c9 100644 --- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties +++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties @@ -13,7 +13,7 @@ # This is the VM to use to run the tests, if one prefers # to use a different one from the one that stared the whole process. #jvm=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java -jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/bin/java +jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/bin/java # TODO: can also list VMs to use for specific execution environments # https://bugs.eclipse.org/bugs/show_bug.cgi?id=392213 @@ -36,4 +36,4 @@ org.eclipse.core.net.prefs=\ eclipse.preferences.version=1\n\ org.eclipse.core.net.hasMigrated=true\n -cvstest.properties=/Users/genie.shared/cvstest.properties +cvstest.properties=/Users/genie.releng/cvstest.properties diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml index a857f6f74..cb106cf65 100644 --- a/production/testScripts/invokeTestsJSON.xml +++ b/production/testScripts/invokeTestsJSON.xml @@ -53,7 +53,7 @@ value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-win32" /> - + -- cgit v1.2.3