Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-05-14 15:23:16 +0000
committerSravan Kumar Lakkimsetti2020-05-14 15:30:54 +0000
commit445514e5ec6f1389e4bd6835b9778d2074f9f206 (patch)
tree9565785b3d30c8217e5bf2e1a29f59a9f03edf0b /production/testScripts/configuration
parent1479b4acc4c1b0e96f39b04cbb28341b6fce4d0f (diff)
downloadeclipse.platform.releng.aggregator-445514e5ec6f1389e4bd6835b9778d2074f9f206.tar.gz
eclipse.platform.releng.aggregator-445514e5ec6f1389e4bd6835b9778d2074f9f206.tar.xz
eclipse.platform.releng.aggregator-445514e5ec6f1389e4bd6835b9778d2074f9f206.zip
Revert "Bug 563040 - Drop PPC64LE from eclipse platform build"
Diffstat (limited to 'production/testScripts/configuration')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 305e63d45..c6a551ac4 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -945,6 +945,21 @@
</condition>
<condition
property="runtimeArchive"
+ value="eclipse-SDK-${buildIdToUse}-linux-gtk-ppc64le.tar.gz">
+ <and>
+ <equals
+ arg1="${os}"
+ arg2="linux" />
+ <equals
+ arg1="${ws}"
+ arg2="gtk" />
+ <equals
+ arg1="${arch}"
+ arg2="ppc64le" />
+ </and>
+ </condition>
+ <condition
+ property="runtimeArchive"
value="eclipse-SDK-${buildIdToUse}-macosx-cocoa-x86_64.tar.gz">
<and>
<equals

Back to the top