Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-21 12:01:00 +0000
committerSravan Kumar Lakkimsetti2018-05-21 12:01:00 +0000
commit6dc4a895f864ebfcc9b08b23e43fb02c14392b28 (patch)
treed6c140e7d2358dd31fcdea24a929cbb3acd9934e /production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
parent14c54007c09e8b0258f17c121d77a7c3b1c87383 (diff)
downloadeclipse.platform.releng.aggregator-6dc4a895f864ebfcc9b08b23e43fb02c14392b28.tar.gz
eclipse.platform.releng.aggregator-6dc4a895f864ebfcc9b08b23e43fb02c14392b28.tar.xz
eclipse.platform.releng.aggregator-6dc4a895f864ebfcc9b08b23e43fb02c14392b28.zip
Bug 531438 - Need one more executor of mac slave on releng jipp
Change-Id: Ie9f2ccdfa55331ed1cab6e6323d6dde42ea54e0d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties4
1 files changed, 2 insertions, 2 deletions
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

Back to the top