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 91005840bd [MINOR] Github Actions Isolate Flaky Runs
91005840bd is described below

commit 91005840bdba484224c2066e434bc01642d33513
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Thu Apr 4 18:55:45 2024 +0200

    [MINOR] Github Actions Isolate Flaky Runs
---
 .github/workflows/javaTests.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index 5589269a99..db2511d1a6 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -76,12 +76,14 @@ jobs:
           
"**.functions.frame.**,**.functions.indexing.**,**.functions.io.**,**.functions.iogen.**",
           "**.functions.dnn.**",
           "**.functions.paramserv.**",
-          
"**.functions.recompile.**,**.functions.misc.**,**.functions.mlcontext.**",
+          "**.functions.recompile.**,**.functions.misc.**",
+          "**.functions.mlcontext.**",
           "**.functions.nary.**,**.functions.quaternary.**",
           "**.functions.parfor.**,**.functions.pipelines.**",
           "**.functions.homomorphicEncryption.**",
           
"**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
-          
"**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**,**.functions.transform.**",
+          
"**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**",
+          "**.functions.transform.**",
           
"**.functions.unary.matrix.**,**.functions.linearization.**,**.functions.jmlc.**"
         ]
         java: [11]

Reply via email to