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