You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/10/30 21:41:08 UTC

[systemds] branch master updated: [MINOR] syntax fixes in functiontest + merge short tests

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 51d2936  [MINOR] syntax fixes in functiontest + merge short tests
51d2936 is described below

commit 51d293628b2b5efd0be661086e356209fdda3239
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Fri Oct 30 22:40:14 2020 +0100

    [MINOR] syntax fixes in functiontest + merge short tests
---
 .github/workflows/functionsTests.yml | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/functionsTests.yml b/.github/workflows/functionsTests.yml
index 55c10aa..a094652 100644
--- a/.github/workflows/functionsTests.yml
+++ b/.github/workflows/functionsTests.yml
@@ -36,20 +36,15 @@ jobs:
       fail-fast: false
       matrix:
         tests: [
-          "**.functions.aggregate.**,**.functions.append.**",
-          "**.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.binary.matrix_full_**",
-          "**.functions.codegenalg.partone**",
-          "**.functions.codegenalg.parttwo**,**.functions.codegen.**,**.functions.caching.**",
+          "**.functions.aggregate.**,**.functions.append.**,**.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.federated.**,**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**",
+          "**.functions.codegenalg.partone.**",
           "**.functions.builtin.**",
-          "**.functions.federated.**",
           "**.functions.frame.**,**.functions.indexing.**,**.functions.io.**,**.functions.jmlc.**,**.functions.lineage.**",
-          "**.functions.dnn.**,**.functions.misc.**,**.functions.mlcontext.**",
-          "**.functions.paramserv.**",
-          "**.functions.nary.**,**.functions.parfor.**",
-          "**.functions.pipelines.**,**.functions.privacy.**,**.functions.quaternary.**,**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
-          "**.functions.r**,**.functions.t**",
+          "**.functions.dnn.**,**.functions.misc.**,**.functions.mlcontext.**,**.functions.paramserv.**",
+          "**.functions.nary.**,**.functions.parfor.**,**.functions.pipelines.**,**.functions.privacy.**,**.functions.quaternary.**,**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
+          "**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**,**.functions.transform.**",
           "**.functions.unary.matrix.**"
           ]
         os: [ubuntu-latest]