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
The following commit(s) were added to refs/heads/main by this push:
new ef02c59539 [MINOR] Split Federated Tests
ef02c59539 is described below
commit ef02c595395c821298b5dd051627fed95630df48
Author: baunsgaard <[email protected]>
AuthorDate: Tue May 3 11:53:20 2022 +0200
[MINOR] Split Federated Tests
This commit split the federated github action tests to
make them more robust.
Future work is to include a federated timeout in all federated tests
since timeout is missing in some it leads to processes waiting
for responses that never come and hence the tests timeout at 1.5 hours.
---
.github/workflows/functionsTests.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/functionsTests.yml
b/.github/workflows/functionsTests.yml
index ac4eac5cd7..9965eaeb9a 100644
--- a/.github/workflows/functionsTests.yml
+++ b/.github/workflows/functionsTests.yml
@@ -54,7 +54,8 @@ jobs:
"**.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.**",
+ "**.functions.federated.io.**,**.functions.federated.paramserv.**,",
+
"**.functions.federated.primitives.**,**.functions.federated.transform.**",
"**.functions.codegenalg.partone.**",
"**.functions.builtin.part1.**",
"**.functions.builtin.part2.**",