Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-09-05 13:05:10 +0000
committerSravan Kumar Lakkimsetti2017-09-06 10:15:40 +0000
commit28918b042ee2a3876859eaac3f89121e6aca73a1 (patch)
treeb33d1dc9d5de35c493375d2ac8f182c9fed0f712 /production
parent356d8085ddf6f7a5a84f84ccad31796df3ab60f6 (diff)
downloadeclipse.platform.releng.aggregator-28918b042ee2a3876859eaac3f89121e6aca73a1.tar.gz
eclipse.platform.releng.aggregator-28918b042ee2a3876859eaac3f89121e6aca73a1.tar.xz
eclipse.platform.releng.aggregator-28918b042ee2a3876859eaac3f89121e6aca73a1.zip
Bug 521855 - Adopt new machine for tests
Change-Id: I60ba15c6a11681522200c36ee0e8510ac9a06491 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macmini/platformSpecific.properties13
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties2
2 files changed, 3 insertions, 12 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macmini/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macmini/platformSpecific.properties
index fda59684e..dab9f7800 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macmini/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macmini/platformSpecific.properties
@@ -27,15 +27,6 @@ testScript=./testAll.sh
# eclipse.org infrastructure.
org.eclipse.core.net.prefs=\
eclipse.preferences.version=1\n\
-org.eclipse.core.net.hasMigrated=true\n\
-proxiesEnabled=true\n\
-systemProxiesEnabled=true\n\
-nonProxiedHosts=*.eclipse.org|172.30.206.*|172.25.25.*\n\
-proxyData/HTTP/hasAuth=false\n\
-proxyData/HTTP/host=proxy.eclipse.org\n\
-proxyData/HTTP/port=9898\n\
-proxyData/HTTPS/hasAuth=false\n\
-proxyData/HTTPS/host=proxy.eclipse.org\n\
-proxyData/HTTPS/port=9898\n
+org.eclipse.core.net.hasMigrated=true\n
-cvstest.properties=/Users/hudsonbuild/cvstest.properties
+cvstest.properties=/Users/genie.shared/cvstest.properties
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index 3a232878f..c2ecab447 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -36,4 +36,4 @@ org.eclipse.core.net.prefs=\
eclipse.preferences.version=1\n\
org.eclipse.core.net.hasMigrated=true\n
-cvstest.properties=/Users/hudsonbuild/cvstest.properties
+cvstest.properties=/Users/genie.shared/cvstest.properties

Back to the top