[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v3 18/25] sg-run-job: create xtf build recipe
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- sg-run-job | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sg-run-job b/sg-run-job index 314019c..95ee89e 100755 --- a/sg-run-job +++ b/sg-run-job @@ -476,6 +476,7 @@ proc need-hosts/build {} { return BUILD } proc need-hosts/build-kern {} { return BUILD } proc need-hosts/build-libvirt {} { return BUILD } proc need-hosts/build-rumprun {} { return BUILD } +proc need-hosts/build-xtf {} { return BUILD } proc run-job/build {} { run-ts . = ts-xen-build @@ -496,6 +497,10 @@ proc run-job/build-rumprun {} { xenstorels ::/usr/local/bin/xenstore-ls } +proc run-job/build-xtf {} { + run-ts . = ts-xtf-build +} + proc prepare-build-host {} { global jobinfo run-ts broken = ts-hosts-allocate + host -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |