Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
/ jdk22u Public archive

Commit 576fc10

Browse files
committed
8324937: GHA: Avoid multiple test suites per job
Backport-of: 1aba78f2720b581f18fc2cec5e84deba6b2bcd41
1 parent d0d5064 commit 576fc10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- 'hs/tier1 compiler part 1'
6464
- 'hs/tier1 compiler part 2'
6565
- 'hs/tier1 compiler part 3'
66+
- 'hs/tier1 compiler not-xcomp'
6667
- 'hs/tier1 gc'
6768
- 'hs/tier1 runtime'
6869
- 'hs/tier1 serviceability'
@@ -90,13 +91,17 @@ jobs:
9091
debug-suffix: -debug
9192

9293
- test-name: 'hs/tier1 compiler part 2'
93-
test-suite: 'test/hotspot/jtreg/:tier1_compiler_2 test/hotspot/jtreg/:tier1_compiler_not_xcomp'
94+
test-suite: 'test/hotspot/jtreg/:tier1_compiler_2'
9495
debug-suffix: -debug
9596

9697
- test-name: 'hs/tier1 compiler part 3'
9798
test-suite: 'test/hotspot/jtreg/:tier1_compiler_3'
9899
debug-suffix: -debug
99100

101+
- test-name: 'hs/tier1 compiler not-xcomp'
102+
test-suite: 'test/hotspot/jtreg/:tier1_compiler_not_xcomp'
103+
debug-suffix: -debug
104+
100105
- test-name: 'hs/tier1 gc'
101106
test-suite: 'test/hotspot/jtreg/:tier1_gc'
102107
debug-suffix: -debug

0 commit comments

Comments
 (0)