[Fuego] [PATCH 14/15] hackbench: change original upstream branch

Tim.Bird at sony.com Tim.Bird at sony.com
Thu Nov 15 22:49:04 UTC 2018


One comment below, but...

Applied.  Thanks.
 -- Tim


> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Qiu Tingting
> Sent: Wednesday, November 14, 2018 8:26 PM
> To: fuego at lists.linuxfoundation.org
> Subject: [Fuego] [PATCH 14/15] hackbench: change original upstream branch
> 
> The original upstream branch 'unstable/devel/v1.1.1' doesn't exist, which
> makes test_build fail.
> Use exist upstream branch.
> 
> Signed-off-by: Qiu Tingting <qiutt at cn.fujitsu.com>
> ---
>  engine/tests/Benchmark.hackbench/spec.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/engine/tests/Benchmark.hackbench/spec.json
> b/engine/tests/Benchmark.hackbench/spec.json
> index ea90c43..78ddb07 100644
> --- a/engine/tests/Benchmark.hackbench/spec.json
> +++ b/engine/tests/Benchmark.hackbench/spec.json
> @@ -16,7 +16,7 @@
>          "latest": {
>              "PER_JOB_BUILD": "true",
>              "gitrepo": "https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git",
> -            "gitref": "unstable/devel/v1.1.1",
> +            "gitref": "unstable/devel/latest",

In general, if it's possible to specify a fixed version of the test, that's my preference.
Some people want to always use the latest version of the test, but personally
I prefer to only change the version manually (and with human thought).

However, if v1.1.1 is not even available, this is an obvious improvement.

>              "PARAMS": " "
>          }
>      }
> --
> 2.7.4



More information about the Fuego mailing list