Skip to content

Commit

Permalink
Move targets that take 30s or less to sanity (#4322)
Browse files Browse the repository at this point in the history
Signed-off-by: Mesbah Alam <Mesbah_Alam@ca.ibm.com>
  • Loading branch information
Mesbah-Alam authored Feb 10, 2023
1 parent 608bfac commit d3eeb6a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions jck/compiler.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_tools testsuite=COMPILER; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand All @@ -108,7 +108,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/signaturetest testsuite=COMPILER; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
2 changes: 1 addition & 1 deletion jck/devtools.java2schema/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=java2schema/DefaultMapping testsuite=DEVTOOLS; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
2 changes: 1 addition & 1 deletion jck/devtools.schema_bind/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=schema_bind/bind_factoryMethod testsuite=DEVTOOLS; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
10 changes: 5 additions & 5 deletions jck/runtime.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/java_applet testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down Expand Up @@ -646,7 +646,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_accessibility testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down Expand Up @@ -677,7 +677,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_activity testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand All @@ -694,7 +694,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_annotation testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down Expand Up @@ -966,7 +966,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_tools testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
2 changes: 1 addition & 1 deletion jck/runtime.xml_schema/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=xml_schema/boeingData testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down

0 comments on commit d3eeb6a

Please sign in to comment.