Skip to content

Commit 842b363

Browse files
committed
8345698: Remove tier1_compiler_not_xcomp from github actions
Reviewed-by: syan, liach
1 parent 458979d commit 842b363

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -66,7 +66,6 @@ jobs:
6666
- 'hs/tier1 compiler part 1'
6767
- 'hs/tier1 compiler part 2'
6868
- 'hs/tier1 compiler part 3'
69-
- 'hs/tier1 compiler not-xcomp'
7069
- 'hs/tier1 gc'
7170
- 'hs/tier1 runtime'
7271
- 'hs/tier1 serviceability'
@@ -101,10 +100,6 @@ jobs:
101100
test-suite: 'test/hotspot/jtreg/:tier1_compiler_3'
102101
debug-suffix: -debug
103102

104-
- test-name: 'hs/tier1 compiler not-xcomp'
105-
test-suite: 'test/hotspot/jtreg/:tier1_compiler_not_xcomp'
106-
debug-suffix: -debug
107-
108103
- test-name: 'hs/tier1 gc'
109104
test-suite: 'test/hotspot/jtreg/:tier1_gc'
110105
debug-suffix: -debug

0 commit comments

Comments
 (0)