Skip to content

Commit da2cf53

Browse files
committed
CI: Add hotspot sanity test
1 parent f47b3f8 commit da2cf53

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/test-cvm8+17.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
test-name:
5555
- 'jdk/tier1'
5656
- 'langtools'
57+
- 'hotspot sanity'
5758

5859
include:
5960
- test-name: 'jdk/tier1'
@@ -62,6 +63,9 @@ jobs:
6263
- test-name: 'langtools'
6364
test-suite: 'langtools'
6465

66+
- test-name: 'hotspot sanity'
67+
test-suite: 'hotspot_sanity'
68+
6569
steps:
6670
- name: 'Checkout the JDK source'
6771
uses: actions/checkout@v3

cvm.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@ test_jtreg8_hotspot: -setup_jtreg8
364364
$(eval JT_REPO = hotspot)
365365
$(call run_jtreg8_test,$(JDK8_SRCROOT)/$(JT_REPO)/test,$(JT_TEST),$(JT_OPTS_EXCLUDE))
366366

367+
test_jtreg8_hotspot_sanity: -setup_jtreg8
368+
$(eval JT_REPO = hotspot)
369+
$(eval JT_TEST = "sanity")
370+
$(call run_jtreg8_test,$(JDK8_SRCROOT)/$(JT_REPO)/test,$(JT_TEST),$(JT_OPTS_EXCLUDE))
371+
367372
test_jtreg8_langtools: -setup_jtreg8 -overlay-langtools8
368373
$(eval JT_REPO = langtools)
369374
$(call run_jtreg8_test,$(JDK8_SRCROOT)/$(JT_REPO)/test,$(JT_TEST),$(JT_OPTS_EXCLUDE))

0 commit comments

Comments
 (0)