Skip to content

Commit

Permalink
reduce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Dec 20, 2023
1 parent 2ee585b commit b2c69dc
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/javaTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,36 @@ jobs:
matrix:
os: [ubuntu-latest]
tests: [
"org.apache.sysds.test.applications.**",
"**.test.usertest.**",
"**.component.c**.**",
"**.component.e**.**,**.component.f**.**,**.component.m**.**",
"**.component.p**.**,**.component.t**.**",
"**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
"**.functions.blocks.**,**.functions.data.rand.**,",
"**.functions.countDistinct.**,**.functions.countDistinctApprox.**,**.functions.data.misc.**,**.functions.lineage.**",
"**.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.transform.**",
# "org.apache.sysds.test.applications.**",
# "**.test.usertest.**",
# "**.component.c**.**",
# "**.component.e**.**,**.component.f**.**,**.component.m**.**",
# "**.component.p**.**,**.component.t**.**",
# "**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
# "**.functions.blocks.**,**.functions.data.rand.**,",
# "**.functions.countDistinct.**,**.functions.countDistinctApprox.**,**.functions.data.misc.**,**.functions.lineage.**",
# "**.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.transform.**",
"**.functions.federated.primitives.part1.** -Dtest-threadCount=1 -Dtest-forkCount=1",
"**.functions.federated.primitives.part2.** -Dtest-threadCount=1 -Dtest-forkCount=1",
"**.functions.federated.monitoring.**,**.functions.federated.multitenant.**",
"**.functions.federated.codegen.**,**.functions.federated.FederatedTestObjectConstructor",
"**.functions.codegenalg.partone.**",
"**.functions.builtin.part1.**",
"**.functions.builtin.part2.**",
"**.functions.frame.**,**.functions.indexing.**,**.functions.io.**,**.functions.iogen.**",
"**.functions.dnn.**",
"**.functions.paramserv.**",
"**.functions.recompile.**,**.functions.misc.**,**.functions.mlcontext.**",
"**.functions.nary.**,**.functions.quaternary.**",
"**.functions.parfor.**",
"**.functions.pipelines.**,**.functions.privacy.**",
"**.functions.homomorphicEncryption.**",
"**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
"**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**,**.functions.transform.**",
"**.functions.unary.matrix.**,**.functions.linearization.**,**.functions.jmlc.**"
# "**.functions.federated.monitoring.**,**.functions.federated.multitenant.**",
# "**.functions.federated.codegen.**,**.functions.federated.FederatedTestObjectConstructor",
# "**.functions.codegenalg.partone.**",
# "**.functions.builtin.part1.**",
# "**.functions.builtin.part2.**",
# "**.functions.frame.**,**.functions.indexing.**,**.functions.io.**,**.functions.iogen.**",
# "**.functions.dnn.**",
# "**.functions.paramserv.**",
# "**.functions.recompile.**,**.functions.misc.**,**.functions.mlcontext.**",
# "**.functions.nary.**,**.functions.quaternary.**",
# "**.functions.parfor.**",
# "**.functions.pipelines.**,**.functions.privacy.**",
# "**.functions.homomorphicEncryption.**",
# "**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
# "**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**,**.functions.transform.**",
# "**.functions.unary.matrix.**,**.functions.linearization.**,**.functions.jmlc.**"
]
name: ${{ matrix.tests }}
steps:
Expand Down

0 comments on commit b2c69dc

Please sign in to comment.