< prev index next >

.github/workflows/test.yml

Print this page
*** 63,10 ***
--- 63,12 ---
            - 'hs/tier1 compiler part 1'
            - 'hs/tier1 compiler part 2'
            - 'hs/tier1 compiler part 3'
            - 'hs/tier1 compiler not-xcomp'
            - 'hs/tier1 gc'
+           - 'hs/tier2_gc_shenandoah shenandoah tier2'
+           - 'hs/tier3_gc_shenandoah shenandoah tier3'
            - 'hs/tier1 runtime'
            - 'hs/tier1 serviceability'
            - 'lib-test/tier1'
  
          include:

*** 104,10 ***
--- 106,18 ---
  
            - test-name: 'hs/tier1 gc'
              test-suite: 'test/hotspot/jtreg/:tier1_gc'
              debug-suffix: -debug
  
+           - test-name: 'hs/tier2_gc_shenandoah shenandoah tier2'
+             test-suite: 'test/hotspot/jtreg/:tier2_gc_shenandoah'
+             debug-suffix: -debug
+ 
+           - test-name: 'hs/tier3_gc_shenandoah shenandoah tier3'
+             test-suite: 'test/hotspot/jtreg/:tier3_gc_shenandoah'
+             debug-suffix: -debug
+ 
            - test-name: 'hs/tier1 runtime'
              test-suite: 'test/hotspot/jtreg/:tier1_runtime'
              debug-suffix: -debug
  
            - test-name: 'hs/tier1 serviceability'
< prev index next >