This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push: new 3ec438a Make value of empty YAML parameter explicit 3ec438a is described below
commit 3ec438acc9a968f6572699dd55dc7706ce4c0a59 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 16:07:22 2015 +0200
Make value of empty YAML parameter explicit
These appear to be set to 'None', even when blank.
Change-Id: I1abfc0b3c1ebc1ca22c6d2b4af861bc847e42a0d --- bench-session-debian.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bench-session-debian.yaml b/bench-session-debian.yaml index 56d114f..d76ee74 100644 --- a/bench-session-debian.yaml +++ b/bench-session-debian.yaml @@ -11,8 +11,8 @@ params: BENCHMARK: fakebench TOOLCHAIN: http://releases.linaro.org/14.11/components/toolchain/binaries/arm- [...] TARGETS: kvm - RUN_FLAGS: - COMPILER_FLAGS: + RUN_FLAGS: None + COMPILER_FLAGS: None
install: sources: