From 5c2ede43cdbb54421b121e3bc0043f1daa8e2875 Mon Sep 17 00:00:00 2001 From: Pierre Delaunay Date: Thu, 21 Nov 2024 19:50:40 -0500 Subject: [PATCH] Add missing tags to tests config --- tests/config/argerror.yaml | 2 ++ tests/config/benchio.yaml | 4 +++- tests/config/benchio_bad.yaml | 3 ++- tests/config/scaling.yaml | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/config/argerror.yaml b/tests/config/argerror.yaml index 49ad733cc..59041b72f 100644 --- a/tests/config/argerror.yaml +++ b/tests/config/argerror.yaml @@ -9,3 +9,5 @@ benchio: n: 1 argv: --start: 0 + tags: + - monogpu \ No newline at end of file diff --git a/tests/config/benchio.yaml b/tests/config/benchio.yaml index f2c694e22..50c352ca8 100644 --- a/tests/config/benchio.yaml +++ b/tests/config/benchio.yaml @@ -4,4 +4,6 @@ benchio: weight: 2 plan: method: njobs - n: 2 \ No newline at end of file + n: 2 + tags: + - monogpu \ No newline at end of file diff --git a/tests/config/benchio_bad.yaml b/tests/config/benchio_bad.yaml index ac0b2f820..51b15ac4b 100644 --- a/tests/config/benchio_bad.yaml +++ b/tests/config/benchio_bad.yaml @@ -8,4 +8,5 @@ benchio: argv: --bad: true - + tags: + - monogpu \ No newline at end of file diff --git a/tests/config/scaling.yaml b/tests/config/scaling.yaml index 664996f79..3f3b032e9 100644 --- a/tests/config/scaling.yaml +++ b/tests/config/scaling.yaml @@ -5,3 +5,5 @@ benchio: 64: 12Go 128: 24Go 256: 48Go + tags: + - monogpu \ No newline at end of file