8342841: [8u] Separate jdk_security_infra tests from jdk_tier1

Reviewed-by: sgehwolf, serb
This commit is contained in:
Zdenek Zambersky 2024-11-07 10:56:29 +00:00
parent 1d2f467028
commit ed3d731386
2 changed files with 16 additions and 2 deletions

View File

@ -203,6 +203,7 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
@ -210,6 +211,8 @@ jobs:
suites: langtools_tier1
- test: hotspot/tier1
suites: hotspot_tier1
- test: jdk/security_infra
suites: jdk_security_infra
env:
JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
@ -559,6 +562,7 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
@ -566,6 +570,8 @@ jobs:
suites: langtools_tier1
- test: hotspot/tier1
suites: hotspot_tier1
- test: jdk/security_infra
suites: jdk_security_infra
# Reduced 32-bit build uses the same boot JDK as 64-bit build
env:
@ -1034,6 +1040,7 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
@ -1041,6 +1048,8 @@ jobs:
suites: langtools_tier1
- test: hotspot/tier1
suites: hotspot_tier1
- test: jdk/security_infra
suites: jdk_security_infra
env:
JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
@ -1192,6 +1201,7 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
@ -1199,6 +1209,8 @@ jobs:
suites: langtools_tier1
- test: hotspot/tier1
suites: hotspot_tier1
- test: jdk/security_infra
suites: jdk_security_infra
env:
JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
@ -1448,6 +1460,7 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
@ -1455,6 +1468,8 @@ jobs:
suites: langtools_tier1
- test: hotspot/tier1
suites: hotspot_tier1
- test: jdk/security_infra
suites: jdk_security_infra
env:
JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"

View File

@ -29,8 +29,7 @@ jdk_tier1 = \
:jdk_lang \
:jdk_util \
:jdk_math \
:jdk_jdi \
:jdk_security_infra
:jdk_jdi
jdk_tier2 = \
:jdk_io \