From: Ian Jackson Date: Thu, 14 Dec 2017 16:03:44 +0000 (+0000) Subject: smoke tests: Build arm64 with XSM, instead of without X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=98fcf69d77d31b6842d75aad326df3b022b7eb1b;p=people%2Fiwj%2Fosstest.git smoke tests: Build arm64 with XSM, instead of without 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: Stefano Stabellini Acked-by: Julien Grall Signed-off-by: Ian Jackson --- diff --git a/make-flight b/make-flight index 48fbc01c..7d807f9b 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