From 98fcf69d77d31b6842d75aad326df3b022b7eb1b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Dec 2017 16:03:44 +0000 Subject: [PATCH] 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 --- make-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5