mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
config.json: Add first pass at entries for build performance workers
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d36deb8543
commit
740f12b1a2
14
config.json
14
config.json
|
@ -17,6 +17,8 @@
|
|||
"WEBPUBLISH_DIR" : "${BASE_SHAREDDIR}/",
|
||||
"WEBPUBLISH_URL" : "https://autobuilder.yocto.io/",
|
||||
|
||||
"BUILDPERF_LOCALDIR" : "/home/pokybuild/buildperf-results",
|
||||
|
||||
"defaults" : {
|
||||
"NEEDREPOS" : ["poky"],
|
||||
"DISTRO" : "poky",
|
||||
|
@ -93,6 +95,12 @@
|
|||
"BBTARGETS" : "core-image-lsb core-image-lsb-sdk"
|
||||
}
|
||||
},
|
||||
"buildperf" : {
|
||||
"MACHINE" : "qemux86",
|
||||
"EXTRAPLAINCMDS" : [
|
||||
"scripts/contrib/build-perf-test-wrapper.sh -a ${BUILDPERF_LOCALDIR}/archive -C ${BUILDPERF_LOCALDIR}/archive-repo -E yocto-perf@yoctoproject.org"
|
||||
]
|
||||
},
|
||||
"selftest" : {
|
||||
"MACHINE" : "qemux86-64",
|
||||
"SDKMACHINE" : "x86_64",
|
||||
|
@ -779,6 +787,12 @@
|
|||
"cd scripts; ./setup.sh; ECLIPSE_HOME=`pwd`/eclipse/ ./build.sh oxygen-master master development"
|
||||
]
|
||||
},
|
||||
"buildperf-ubuntu1604" : {
|
||||
"TEMPLATE" : "buildperf"
|
||||
},
|
||||
"buildperf-centos7" : {
|
||||
"TEMPLATE" : "buildperf"
|
||||
},
|
||||
"a-quick" : {
|
||||
"TEMPLATE" : "trigger-build"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user