This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
commit 74264f69059b2271a4be951fe74188346db505d6 Author: baunsgaard <[email protected]> AuthorDate: Sun Nov 21 14:22:17 2021 +0100 [MINOR] Split function tests differently This commit change the split of the function tests a bit to reduce the testing time further. Closes #1463 --- .github/workflows/functionsTests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functionsTests.yml b/.github/workflows/functionsTests.yml index 62b8ed3..f33fdd0 100644 --- a/.github/workflows/functionsTests.yml +++ b/.github/workflows/functionsTests.yml @@ -50,7 +50,8 @@ jobs: matrix: tests: [ "**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**", - "**.functions.blocks.**,**.functions.compress.**,**.functions.countDistinct.**,**.functions.data.misc.**,**.functions.data.rand.**,**.functions.data.tensor.**,**.functions.codegenalg.parttwo.**,**.functions.codegen.**,**.functions.caching.**", + "**.functions.blocks.**,**.functions.data.rand.**,**.functions.countDistinct.**,**.functions.data.misc.**", + "**.functions.compress.**,,**.functions.data.tensor.**,**.functions.codegenalg.parttwo.**,**.functions.codegen.**,**.functions.caching.**", "**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**", "**.functions.federated.algorithms.**", "**.functions.federated.io.**,**.functions.federated.paramserv.**,**.functions.federated.primitives.**,**.functions.federated.transform.**", @@ -61,7 +62,8 @@ jobs: "**.functions.dnn.**,**.functions.paramserv.**", "**.functions.misc.**,**.functions.mlcontext.**", "**.functions.nary.**,**.functions.quaternary.**", - "**.functions.parfor.**,**.functions.pipelines.**,**.functions.privacy.**,**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**", + "**.functions.parfor.**,**.functions.pipelines.**,**.functions.privacy.**", + "**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**", "**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**,**.functions.transform.**", "**.functions.unary.matrix.**" ]
