Skip to content

Commit

Permalink
Merge upstream-jdk8u-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrako committed Nov 8, 2024
2 parents 3047e15 + ed3d731 commit f91ea97
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 @@ -207,13 +207,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 @@ -563,13 +566,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 @@ -1038,13 +1044,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 @@ -1196,13 +1205,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 @@ -1452,13 +1464,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 f91ea97

Please sign in to comment.