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 543303d843 [MINOR] gitIgnore test files & refine javatest
543303d843 is described below

commit 543303d843075024b9b242941a671a5e074f654f
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Fri Jan 5 12:30:51 2024 +0100

    [MINOR] gitIgnore test files & refine javatest
---
 .github/workflows/javaTests.yml | 2 +-
 .gitignore                      | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index 22cda7b67c..9768d2fb5a 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -55,7 +55,7 @@ jobs:
           "**.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.a**.**,**.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.**",
diff --git a/.gitignore b/.gitignore
index 6695fcb64d..1a83a3a80e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,8 +78,10 @@ docs/_site
 # Test Artifacts
 src/test/scripts/**/*.dmlt
 src/test/scripts/functions/mlcontextin/
+src/test/scripts/functions/frame/io/
 src/test/java/org/apache/sysds/test/component/compress/io/files
 src/test/java/org/apache/sysds/test/component/compress/io/filesIOSpark/*
+src/test/java/org/apache/sysds/test/component/compress/io/filesIOTest
 .factorypath
 
 # Excluded sources

Reply via email to