[jdk8u-dev] RFR: 8315757: [8u] Add cacerts JTREG tests to GHA tier1 test set [v2]
Severin Gehwolf
sgehwolf at openjdk.org
Mon Sep 11 08:53:46 UTC 2023
On Fri, 8 Sep 2023 18:12:48 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> There's already a `jdk_security_infra` so should we not reuse that, either adding `cacerts` to it or including it in `jdk_cacerts`?
Good catch. I've added it to `jdk_security_infra`.
> Also, why is this not being proposed to trunk first?
`VerifyCACerts.java` is part of `tier2` in JDK head by means of `jdk_security => jdk_security_3 => sun/security`. `jdk_security_infra` is not part of any group yet, which I assume has a reason. Probably, because those tests depend on what CAs do (external factors?). The situation in 8u is a bit different to later JDKs, IMO. It's more like GHA being the best option for the early heads-up in 8u as later tiers aren't being run publicly. I have no strong opinion about this, but I lack the relevant cycles in order to push this upstream at this point. Feel free to go ahead and propose it though.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/368#issuecomment-1713452763
More information about the jdk8u-dev
mailing list