Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-06 10:21:13 +0000
committerSravan Kumar Lakkimsetti2017-07-06 10:21:13 +0000
commitf57aa5036d2308c5a7512e57b4f47b08a398b430 (patch)
treecdffc20d468f3a9593d256ab308eeec046694d91
parent8c9054c3787beed8ba3d720418bf01b4c3732f96 (diff)
downloadeclipse.platform.releng.aggregator-f57aa5036d2308c5a7512e57b4f47b08a398b430.tar.gz
eclipse.platform.releng.aggregator-f57aa5036d2308c5a7512e57b4f47b08a398b430.tar.xz
eclipse.platform.releng.aggregator-f57aa5036d2308c5a7512e57b4f47b08a398b430.zip
Bug 519287 - Move comparator repo and eclipse run-repo to M builds
Change-Id: I7f4585f9b6c163448553812b47b0935c6756744e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml4
-rw-r--r--production/testScripts/invokeTestsJSON.xml6
-rw-r--r--production/testScripts/runTests2.xml25
3 files changed, 2 insertions, 33 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index b7ed26c5c..4628937a4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -88,9 +88,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7-I-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
diff --git a/production/testScripts/invokeTestsJSON.xml b/production/testScripts/invokeTestsJSON.xml
index 85f9e49d4..f6f5782bf 100644
--- a/production/testScripts/invokeTestsJSON.xml
+++ b/production/testScripts/invokeTestsJSON.xml
@@ -84,12 +84,6 @@
value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-cen64-gtk3" />
</antcall>
- <antcall target="triggerHudsonLinuxTests">
- <param
- name="job"
- value="ep${eclipseStreamMajor}${eclipseStreamMinor}${buildType}-unit-cen64-gtk3-java9" />
- </antcall>
-
</target>
<target
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index f0028bac4..6294cfa48 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -286,24 +286,6 @@
unless="testPlatform">
<condition
property="testPlatform"
- value="linuxjava9">
- <and>
- <equals
- arg1="${osgi.os}"
- arg2="linux" />
- <equals
- arg1="${osgi.ws}"
- arg2="gtk" />
- <equals
- arg1="${osgi.arch}"
- arg2="x86_64" />
- <equals
- arg1="${jvm.version}"
- arg2="java9" />
- </and>
- </condition>
- <condition
- property="testPlatform"
value="win7-64">
<and>
<equals
@@ -434,13 +416,6 @@
</condition>
<condition
property="getArtifacts"
- value="getlinzips">
- <equals
- arg1="${testPlatform}"
- arg2="linuxjava9" />
- </condition>
- <condition
- property="getArtifacts"
value="getlinzips32">
<equals
arg1="${testPlatform}"

Back to the top