[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 2/2] smoke tests: Fix job reuse globs in cr-daily-branch
A symptom that the old patterns lack !build-arm64-xsm, so the xsm job might be reused. The overall cause is that it contained a (partial) list of architectures. Instead, we observe that: * The things we want to avoid reusing are Xen and libvirt (which builds against Xen. * Non-Xen builds are invariably build-<arch>-<thing> (or even longer) so we can match them all with build-*-*. * We need to exclude the Xen builds and the libvirt builds. The libvirt builds are obvious. The Xen builds are either build-<arch> which does not match build-*-*, or build-<arch>-xsm. CC: Julien Grall <julien.grall@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- cr-daily-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-daily-branch b/cr-daily-branch index d05d953..14e8595 100755 --- a/cr-daily-branch +++ b/cr-daily-branch @@ -343,7 +343,7 @@ xen-unstable-smoke) : ${SMOKE_HARNESS_REV:=$harness_rev} ./mg-adjust-flight-makexrefs -v $flight \ - '!build-amd64 !build-amd64-libvirt !build-armhf build-*' \ + '!build-*-xsm !build-*-libvirt build-*-*' \ --debug --blessings=real \ --branch=xen-unstable,xen-unstable-smoke,osstest \ --revision-osstest=$SMOKE_HARNESS_REV -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |