Michael Halstead
2018-11-07 18:33:38 UTC
We add workers to the nightly-bringup pool to test them in a production like
enviroment. Include one completely emulated target and one to test
virtualization extentions.
Signed-off-by: Michael Halstead <***@linuxfoundation.org>
---
config.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/config.json b/config.json
index f912abf..2945155 100644
--- a/config.json
+++ b/config.json
@@ -145,6 +145,19 @@
"SANITYTARGETS" : "core-image-minimal:do_testsdkext"
}
},
+ "nightly-bringup" : {
+ "MACHINE" : "qemuarm",
+ "TEMPLATE" : "nightly-arch",
+ "step2" : {
+ "MACHINE" : "beaglebone-yocto",
+ "BBTARGETS" : "core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev core-image-sato-sdk-ptest core-image-sato:do_populate_sdk"
+ },
+ "step5" : {
+ "MACHINE" : "qemux86-64",
+ "SDKMACHINE" : "x86_64",
+ "BBTARGETS" : "core-image-minimal:do_populate_sdk_ext core-image-sato:do_populate_sdk"
+ }
+ },
"nightly-mips" : {
"MACHINE" : "qemumips",
"TEMPLATE" : "nightly-arch",
enviroment. Include one completely emulated target and one to test
virtualization extentions.
Signed-off-by: Michael Halstead <***@linuxfoundation.org>
---
config.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/config.json b/config.json
index f912abf..2945155 100644
--- a/config.json
+++ b/config.json
@@ -145,6 +145,19 @@
"SANITYTARGETS" : "core-image-minimal:do_testsdkext"
}
},
+ "nightly-bringup" : {
+ "MACHINE" : "qemuarm",
+ "TEMPLATE" : "nightly-arch",
+ "step2" : {
+ "MACHINE" : "beaglebone-yocto",
+ "BBTARGETS" : "core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev core-image-sato-sdk-ptest core-image-sato:do_populate_sdk"
+ },
+ "step5" : {
+ "MACHINE" : "qemux86-64",
+ "SDKMACHINE" : "x86_64",
+ "BBTARGETS" : "core-image-minimal:do_populate_sdk_ext core-image-sato:do_populate_sdk"
+ }
+ },
"nightly-mips" : {
"MACHINE" : "qemumips",
"TEMPLATE" : "nightly-arch",
--
2.17.2
--
2.17.2
--