Skip to content

Commit

Permalink
8296555: Enable hotspot/tier1 for 64-bit builds in GHA for 8u
Browse files Browse the repository at this point in the history
Reviewed-by: phh, sgehwolf
  • Loading branch information
zzambers authored and Paul Hohensee committed Nov 8, 2022
1 parent fb98418 commit c605aa3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/submit.yml
Expand Up @@ -202,14 +202,14 @@ jobs:
test:
- jdk/tier1
- langtools/tier1
# - hotspot/tier1
- hotspot/tier1
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
suites: langtools_tier1
# - test: hotspot/tier1
# suites: hotspot_tier1
- test: hotspot/tier1
suites: hotspot_tier1

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 @@ -999,14 +999,14 @@ jobs:
test:
- jdk/tier1
- langtools/tier1
# - hotspot/tier1
- hotspot/tier1
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
suites: langtools_tier1
# - test: hotspot/tier1
# suites: hotspot_tier1
- test: hotspot/tier1
suites: hotspot_tier1

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 @@ -1387,14 +1387,14 @@ jobs:
test:
- jdk/tier1
- langtools/tier1
# - hotspot/tier1
- hotspot/tier1
include:
- test: jdk/tier1
suites: jdk_tier1
- test: langtools/tier1
suites: langtools_tier1
# - test: hotspot/tier1
# suites: hotspot_tier1
- test: hotspot/tier1
suites: hotspot_tier1

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

1 comment on commit c605aa3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.