Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-03-17 05:33:20 +0000
committerSravan Kumar Lakkimsetti2020-03-17 05:33:20 +0000
commit1dcbc4a623a6999d9b1eb349eb666da11891a90a (patch)
treeed2e701e99512b2b38e77c58f62a5dab3323bf75
parent23e34b8521e2bd0824ec7699bfb2ea8ae92938cb (diff)
downloadeclipse.platform.releng.aggregator-1dcbc4a623a6999d9b1eb349eb666da11891a90a.tar.gz
eclipse.platform.releng.aggregator-1dcbc4a623a6999d9b1eb349eb666da11891a90a.tar.xz
eclipse.platform.releng.aggregator-1dcbc4a623a6999d9b1eb349eb666da11891a90a.zip
Bug 559397: Create test configuration for JDK 14 for Y-builds and
I-builds Change-Id: I6fc7fc21d74ac3bc01f56b3c8ce86c0f13f579cd Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
index 8e7bccb5a..3dfd18565 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
@@ -15,3 +15,4 @@ $expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-mac64-
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-win32-java8_win32.win32.x86_64_8.0";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java11_linux.gtk.x86_64_11";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java13_linux.gtk.x86_64_13";
+$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java14_linux.gtk.x86_64_14";

Back to the top