From ef53071fcc94f018148fca9192d7143def974852 Mon Sep 17 00:00:00 2001 From: Attila Vamos Date: Thu, 30 Jan 2025 22:13:49 +0000 Subject: [PATCH] WIP: Exclude GNN's SetupTestOBT.ecl to get clean bundle test result. Signed-off-by: Attila Vamos --- .github/workflows/bundleTest-thor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundleTest-thor.yml b/.github/workflows/bundleTest-thor.yml index cd147e60684..3aeba4515bd 100644 --- a/.github/workflows/bundleTest-thor.yml +++ b/.github/workflows/bundleTest-thor.yml @@ -36,7 +36,7 @@ on: env: ML_SUPPRESS_WARNING_FILES: "RegressionTestModified.ecl ClassificationTestModified.ecl" - ML_EXCLUDE_FILES: "--ef ClassicTestModified.ecl,SVCTest.ecl,ClassificationTestModified.ecl" # ,!SetupTestOBT.ecl + ML_EXCLUDE_FILES: "--ef ClassicTestModified.ecl,SVCTest.ecl,ClassificationTestModified.ecl,!SetupTestOBT.ecl" BUNDLES_TO_TEST: "ML_Core PBblas GLM GNN DBSCAN LearningTrees TextVectors KMeans SupportVectorMachines LinearRegression LogisticRegression" UPLOAD_ARTIFACT: false LIST_BUNDLES_DYNAMICALLY: true