]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
smoke tests: Build arm64 with XSM, instead of without
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 14 Dec 2017 16:03:44 +0000 (16:03 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 14 Dec 2017 16:54:08 +0000 (16:54 +0000)
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 <sstabellini@kernel.org>
Acked-by: Julien Grall <julien.grall@linaro.org>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
make-flight

index 48fbc01c7dd91263451bd2661c30a604abfccb9e..7d807f9bc4236c3c25f54492808b0e70922b192f 100755 (executable)
@@ -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