Skip to content
Closed
Show file tree
Hide file tree
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
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