The smoke flight contains test-arm64-arm64-xl-xsm so it should contain build-arm64-xsm (and not contain build-arm64).
I have checked the results with OSSTEST_CONFIG=standalone-config-example eatmydata ./standalone-generate-dump-flight-runvars and looking at the diff shows precisely the expected change. CC: Julien Grall <[email protected]> CC: Stefano Stabellini <[email protected]> Signed-off-by: Ian Jackson <[email protected]> --- make-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-flight b/make-flight index 48fbc01..7d807f9 100755 --- a/make-flight +++ b/make-flight @@ -72,7 +72,7 @@ job_create_build_filter_callback () { build-amd64-libvirt) ;; build-armhf) ;; build-armhf-pvops) ;; - build-arm64) ;; + build-arm64-xsm) ;; build-arm64-pvops) ;; *) return 1 ;; esac -- 2.1.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
