summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-07 11:10:17 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-07 11:10:17 +0100
commit78c84dc5583bd762d012c7c23df6904b83206810 (patch)
tree4d8a0585541c81aff817216b061e9f58a91de097
parent42d32611fd0530082bcb1df306ea84ce2b57794c (diff)
Add additional metadata to generated YAML files
Add metadata for: maintainer, os, scope, devices. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rwxr-xr-xmake-yaml-files.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/make-yaml-files.sh b/make-yaml-files.sh
index ad73412..da2cf5e 100755
--- a/make-yaml-files.sh
+++ b/make-yaml-files.sh
@@ -42,6 +42,14 @@ metadata:
format: "Lava-Test-Shell Test Definition 1.0"
description: "Regression tests for the OpenJDK platform"
version: 1.0
+ maintainer:
+ - andrew.mcdermott@linaro.org
+ os:
+ - openembedded
+ scope:
+ - test
+ devices:
+ - rtsm_ve-armv8
EOF
IFS='' read -r -d '' t2 <<-'EOF'
@@ -105,6 +113,14 @@ metadata:
format: "Lava-Test-Shell Test Definition 1.0"
description: "Regression tests for the OpenJDK platform"
version: 1.0
+ maintainer:
+ - andrew.mcdermott@linaro.org
+ os:
+ - openembedded
+ scope:
+ - test
+ devices:
+ - rtsm_ve-armv8
EOF
IFS='' read -r -d '' t2 <<-'EOF'