Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUARKUS-2994 | Clear out test plans in regards to baremetal jobs #157

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions QUARKUS-2994.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
fedinskiy marked this conversation as resolved.
Show resolved Hide resolved
* 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
Expand Down