From b936213287057a869e5611928cba71089787f0a0 Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Mon, 2 Dec 2024 16:23:02 +0530 Subject: [PATCH 1/2] Use jtreg6.1 for JDK11/17 on z/OS Signed-off-by: Pasam Soujanya --- scripts/getDependencies.pl | 7 +++++++ scripts/getDependencies.xml | 14 ++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/scripts/getDependencies.pl b/scripts/getDependencies.pl index 0db31872..ecc2a730 100644 --- a/scripts/getDependencies.pl +++ b/scripts/getDependencies.pl @@ -167,6 +167,13 @@ shafn => 'jtreg_7_3_1_1.tar.gz.sha256sum.txt', shaalg => '256' }, + jtreg_6_1 => { + url => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-6+1.tar.gz', + fname => 'jtreg_6_1.tar.gz', + shaurl => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-6+1.tar.gz.sha256sum.txt', + shafn => 'jtreg_6_1.tar.gz.sha256sum.txt', + shaalg => '256' + }, jtreg_7_4_1 => { url => 'https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/jtreg-7.4+1.tar.gz', fname => 'jtreg_7_4_1.tar.gz', diff --git a/scripts/getDependencies.xml b/scripts/getDependencies.xml index 205ae7e7..16f126bc 100644 --- a/scripts/getDependencies.xml +++ b/scripts/getDependencies.xml @@ -21,12 +21,25 @@ + + + + + + + + + + + + + @@ -39,6 +52,7 @@ + From 0577a7f221078c95c0b658c6087624df571acc26 Mon Sep 17 00:00:00 2001 From: Pasam Soujanya Date: Tue, 3 Dec 2024 12:12:22 +0530 Subject: [PATCH 2/2] Use jtreg6.1 for 11/17 on z/OS --- scripts/getDependencies.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/getDependencies.xml b/scripts/getDependencies.xml index 16f126bc..8ca2da9d 100644 --- a/scripts/getDependencies.xml +++ b/scripts/getDependencies.xml @@ -34,7 +34,10 @@ - +