]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
make-flight etc.: drop arm64
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 6 Sep 2017 14:06:09 +0000 (15:06 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 6 Sep 2017 14:06:09 +0000 (15:06 +0100)
These are causing unjustified push blocks.

Verified with
  OSSTEST_CONFIG=standalone-config-example eatmydata ./standalone-generate-dump-flight-runvars
that no arm64 jobs remain.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
make-flight
make-hosts-flight
mfi-common

index db124fe73e72bd2168f955b2525a6c5a0a696229..03ff343b06af872734ed34d8cac746f016f1eae2 100755 (executable)
@@ -634,7 +634,7 @@ do_pv_debian_tests () {
   # Within each fmt we rotate through the list of arches
   # The starting list rotates once per ts, so that we try to
   # exercise each fmt on each arch family.
-  local fmtarches_outer="i386 armhf amd64 arm64"
+  local fmtarches_outer="i386 armhf amd64"
   local endfmt="do_pv_debian_tests-missing-ts-fmt-for-dom0arch="
 
   for ts in xl libvirt ; do
index 0152dfe11b3e8ab8ae15c44bc768da9c3d196a32..884247616fff5cd047d37e17d26a7c158ad255d0 100755 (executable)
@@ -25,7 +25,7 @@ hostflags=$3
 blessing=$4
 buildflight=$5
 
-: ${ALL_ARCHES:=amd64 i386 arm64 armhf}
+: ${ALL_ARCHES:=amd64 i386 armhf}
 : ${ALL_SUITES:=jessie stretch}
 
 : ${PERHOST_MAXWAIT:=20000} # seconds
index 4827c827017937aa6ba6c46c8b135feeac57484b..15a6533120e8d9e8b02adfe4b738f39a0b68ac9d 100644 (file)
@@ -127,7 +127,7 @@ create_build_jobs () {
      BUILD_RUNVARS+=" build_lvextend_max=$BUILD_LVEXTEND_MAX "
   fi
 
-  for arch in ${BUILD_ARCHES- i386 amd64 armhf arm64 }; do
+  for arch in ${BUILD_ARCHES- i386 amd64 armhf }; do
 
     if [ "x$arch" = xdisable ]; then continue; fi
 
@@ -428,7 +428,7 @@ test_matrix_iterate () {
       ;;
   esac
 
-  for xenarch in ${TEST_ARCHES- i386 amd64 armhf arm64 } ; do
+  for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do
 
     if [ "x$xenarch" = xdisable ]; then continue; fi
 
@@ -486,7 +486,7 @@ test_matrix_iterate () {
       *)          echo >&2 "kernkind ?  $kern"; exit 1 ;;
       esac
 
-      for dom0arch in i386 amd64 armhf arm64; do
+      for dom0arch in i386 amd64 armhf; do
 
         case ${xenarch}_${dom0arch} in
             amd64_amd64) ;;