Skip to content

Commit

Permalink
Move custom targets to special level (#4941)
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert authored Jan 5, 2024
1 parent 0d7c837 commit 76695ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$(FULLPATH_JDK_CUSTOM_TARGET); \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>special</level>
</levels>
<groups>
<group>openjdk</group>
Expand Down Expand Up @@ -54,7 +54,7 @@
$(Q)$(JTREG_LANGTOOLS_TEST_DIR)$(D)$(LANGTOOLS_CUSTOM_TARGET)$(Q); \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>special</level>
</levels>
<groups>
<group>openjdk</group>
Expand Down Expand Up @@ -110,7 +110,7 @@
$(FULLPATH_HOTSPOT_CUSTOM_TARGET); \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>special</level>
</levels>
<groups>
<group>openjdk</group>
Expand Down

0 comments on commit 76695ca

Please sign in to comment.