Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-09-05 13:05:10 +0000
committerSravan Kumar Lakkimsetti2017-09-06 06:30:22 +0000
commit0ed91af99c2b989f173422b701c1e60a993c5512 (patch)
treeb753ff2e6521f860514958f15a2a466e3d1efe07 /production
parentecc76c5048209cc53a46e38d499ee439134c7d0e (diff)
downloadeclipse.platform.releng.aggregator-0ed91af99c2b989f173422b701c1e60a993c5512.tar.gz
eclipse.platform.releng.aggregator-0ed91af99c2b989f173422b701c1e60a993c5512.tar.xz
eclipse.platform.releng.aggregator-0ed91af99c2b989f173422b701c1e60a993c5512.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.properties15
2 files changed, 5 insertions, 23 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 89c2baca2..c2ecab447 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -34,15 +34,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
-
-cvstest.properties=/Users/hudsonbuild/cvstest.properties
+org.eclipse.core.net.hasMigrated=true\n
+
+cvstest.properties=/Users/genie.shared/cvstest.properties

Back to the top