Skip to content

Commit

Permalink
8342841: [8u] Separate jdk_security_infra tests from jdk_tier1
Browse files Browse the repository at this point in the history
Reviewed-by: sgehwolf, serb
  • Loading branch information
zzambers committed Nov 7, 2024
1 parent 1d2f467 commit ed3d731
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,16 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
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 }}"
Expand Down Expand Up @@ -559,13 +562,16 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
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:
Expand Down Expand Up @@ -1034,13 +1040,16 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
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 }}"
Expand Down Expand Up @@ -1192,13 +1201,16 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
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 }}"
Expand Down Expand Up @@ -1448,13 +1460,16 @@ jobs:
- jdk/tier1
- langtools/tier1
- hotspot/tier1
- jdk/security_infra
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
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 }}"
Expand Down
3 changes: 1 addition & 2 deletions jdk/test/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jdk_tier1 = \
:jdk_lang \
:jdk_util \
:jdk_math \
:jdk_jdi \
:jdk_security_infra
:jdk_jdi

jdk_tier2 = \
:jdk_io \
Expand Down

0 comments on commit ed3d731

Please sign in to comment.