mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8304353: Add lib-test tier1 testing in GHA
Reviewed-by: shade, ihse
(cherry picked from commit 57276101df)
This commit is contained in:
committed by
Vitaly Provodin
parent
06e4640331
commit
cfcc0b0377
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -64,6 +64,7 @@ jobs:
|
||||
- 'hs/tier1 gc'
|
||||
- 'hs/tier1 runtime'
|
||||
- 'hs/tier1 serviceability'
|
||||
- 'lib-test/tier1'
|
||||
|
||||
include:
|
||||
- test-name: 'jdk/tier1 part 1'
|
||||
@@ -98,6 +99,10 @@ jobs:
|
||||
test-suite: 'test/hotspot/jtreg/:tier1_serviceability'
|
||||
debug-suffix: -debug
|
||||
|
||||
- test-name: 'lib-test/tier1'
|
||||
test-suite: 'test/lib-test/:tier1'
|
||||
debug-suffix: -debug
|
||||
|
||||
steps:
|
||||
- name: 'Checkout the JDK source'
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user