From f50a9de8d12ef131e46658d51b3075a39017bd45 Mon Sep 17 00:00:00 2001 From: Fedor Dudinsky Date: Mon, 12 Feb 2024 11:54:15 +0100 Subject: [PATCH] QUARKUS-2994 | Clear out test plans in regards to baremetal jobs --- QUARKUS-2994.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/QUARKUS-2994.md b/QUARKUS-2994.md index f213f7a..26136a2 100644 --- a/QUARKUS-2994.md +++ b/QUARKUS-2994.md @@ -11,11 +11,12 @@ JIRA link: https://issues.redhat.com/browse/QUARKUS-2994 * Daily runs of test suite on Java 21 in GitHub Actions * Checks of code.quarkus in StartStop TS -### Impact on test suites and testing automation +### Impact on test suites and testing automation * Temurin JVM 21 and OpenJDK 21 need to be added as JDKs to Quarkus QE Jenkins * Temurin JVM 21 and OpenJDK 21 have to be added as JVMs to Polarion -* Bare metal jobs in extended platform testing need to be extended to run with both Temurin 21 and OpenJDK 21. +* Bare metal Linux jobs in extended platform testing need to be extended to run with both Temurin 21 and OpenJDK 21. * This affects JVM mode only. +* Bare metal Windows jobs (JVM on AWS) in extended platform testing need to be extended to run with Temurin 21. * OpenShift JVM job needs to use OpenJDK 21 (together with existing 17) instead of OpenJDK 11 * We also should use S2I build image based on JDK 21 there * Two quickstart jobs (Linux and Windows) should be added/repurposed from 11 in general or extended pipeline