[jdk8u-dev] RFR: 8342841: [8u] Separate jdk_security_infra tests from jdk_tier1

Sergey Bylokhov serb at openjdk.org
Thu Nov 7 00:11:48 UTC 2024


On Tue, 22 Oct 2024 15:52:44 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:

> After [JDK-8315757](https://bugs.openjdk.org/browse/JDK-8315757),  `jdk_security_infra` is included in `jdk_tier1` (jdk 8 only). I would like to exclude it from `jdk_tier1` and instead add new configurations to GHA workflow.
> 
> **Motivations:**
> - `jdk_security_infra` has not proven to be very stable/reliable set of tests.
> - being able to quickly distinguish `jdk_security_infra` test failures from other tests failures in results would be helpful
> - tests in `jdk_security_infra` are created to work with internal cacerts, but vendors usually replace cacerts with their own (e.g. [temurin](https://github.com/adoptium/temurin-build/commit/9cb3ddcb8f3550aa904f086146be0cdd242d7e8a)). It then complicates running `jdk_tier1` group on jdk with custom cacerts (needs custom excludes etc..).
> - jdk 8 is currently only jdk including `jdk_security_infra` in `jdk_tier1`
> 
> **Testing:**
> GHA: OK (all test failures should be unrelated to this change)

Marked as reviewed by serb (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk8u-dev/pull/596#pullrequestreview-2419684826


More information about the jdk8u-dev mailing list