[Fuego] [PATCH 5/9] rt-tests: add latest spec to those who didnt have it

Bird, Timothy Tim.Bird at sony.com
Thu Jan 11 21:14:47 UTC 2018


I have the same nagging feeling about this one as about patch 2.
which is: "If someone adds specs with different parameters, how do
you combine them with specs that support source selection?"

Anyway, I'm ignoring my nagging feeling for now. Applied.
 -- Tim

> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Daniel Sangorrin
> Sent: Thursday, January 11, 2018 12:28 AM
> To: fuego at lists.linuxfoundation.org
> Subject: [Fuego] [PATCH 5/9] rt-tests: add latest spec to those who didnt
> have it
> 
> This allows testing with the latest code.
> 
> Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
> ---
>  engine/tests/Benchmark.hackbench/spec.json  | 6 ++++++
>  engine/tests/Benchmark.signaltest/spec.json | 6 ++++++
>  engine/tests/Functional.pi_tests/spec.json  | 6 ++++++
>  3 files changed, 18 insertions(+)
> 
> diff --git a/engine/tests/Benchmark.hackbench/spec.json
> b/engine/tests/Benchmark.hackbench/spec.json
> index 47d25ba..ae70707 100644
> --- a/engine/tests/Benchmark.hackbench/spec.json
> +++ b/engine/tests/Benchmark.hackbench/spec.json
> @@ -3,6 +3,12 @@
>      "specs": {
>          "default": {
>              "PARAMS": " "
> +        },
> +        "latest": {
> +            "PER_JOB_BUILD": "true",
> +            "gitrepo": "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git",
> +            "gitref": "unstable/devel/v1.1.1",
> +            "PARAMS": " "
>          }
>      }
>  }
> diff --git a/engine/tests/Benchmark.signaltest/spec.json
> b/engine/tests/Benchmark.signaltest/spec.json
> index 01b0f88..3169533 100644
> --- a/engine/tests/Benchmark.signaltest/spec.json
> +++ b/engine/tests/Benchmark.signaltest/spec.json
> @@ -3,6 +3,12 @@
>      "specs": {
>          "default": {
>              "PARAMS": "-t 2 -m -l 10000 -p 60 -q"
> +        },
> +        "latest": {
> +            "PER_JOB_BUILD": "true",
> +            "gitrepo": "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git",
> +            "gitref": "unstable/devel/v1.1.1",
> +            "PARAMS": "-t 2 -m -l 10000 -p 60 -q"
>          }
>      }
>  }
> diff --git a/engine/tests/Functional.pi_tests/spec.json
> b/engine/tests/Functional.pi_tests/spec.json
> index a550e17..0a429c9 100644
> --- a/engine/tests/Functional.pi_tests/spec.json
> +++ b/engine/tests/Functional.pi_tests/spec.json
> @@ -3,6 +3,12 @@
>      "specs": {
>          "default": {
>              "PARAMS": "--duration=60"
> +        },
> +        "latest": {
> +            "PER_JOB_BUILD": "true",
> +            "gitrepo": "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git",
> +            "gitref": "unstable/devel/v1.1.1",
> +            "PARAMS": "--duration=60"
>          }
>      }
>  }
> --
> 2.7.4
> 
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list