diff mbox

[OSSTEST,3/3] make-flight: Shed some ARM64 load

Message ID 1495467922-30085-3-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson May 22, 2017, 3:45 p.m. UTC
Currently we have only two ARM64 boxes and now that the builds are
passing, the tests have become a bottleneck.  Cut them down for now.

This patch should be reverted when we have more ARM64 capacity, which
is being looked into.

We drop these tests:

        test-arm64-arm64-xl-multivcpu
        test-arm64-arm64-xl-rtds
        test-arm64-arm64-libvirt
        test-arm64-arm64-libvirt-qcow2

We drop all these on all branches, except:

        linux-arm-xen
	libvirt

(Verified with
   OSSTEST_CONFIG=standalone-config-example eatmydata ./standalone-generate-dump-flight-runvars
Of course the libvirt branches lack the xl tests already.)

CC: Julien Grall <julien.grall@arm.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Julien Grall May 22, 2017, 3:49 p.m. UTC | #1
Hi Ian,

On 22/05/17 16:45, Ian Jackson wrote:
> Currently we have only two ARM64 boxes and now that the builds are
> passing, the tests have become a bottleneck.  Cut them down for now.
>
> This patch should be reverted when we have more ARM64 capacity, which
> is being looked into.
>
> We drop these tests:
>
>         test-arm64-arm64-xl-multivcpu
>         test-arm64-arm64-xl-rtds
>         test-arm64-arm64-libvirt
>         test-arm64-arm64-libvirt-qcow2
>
> We drop all these on all branches, except:
>
>         linux-arm-xen
> 	libvirt

NIT: The indentation look different here :).

>
> (Verified with
>    OSSTEST_CONFIG=standalone-config-example eatmydata ./standalone-generate-dump-flight-runvars
> Of course the libvirt branches lack the xl tests already.)
>
> CC: Julien Grall <julien.grall@arm.com>
> CC: Stefano Stabellini <sstabellini@kernel.org>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

FWIW:

Acked-by: Julien Grall <julien.grall@arm.com>

Cheers,

> ---
>  make-flight | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/make-flight b/make-flight
> index 39ef6de..7833605 100755
> --- a/make-flight
> +++ b/make-flight
> @@ -104,6 +104,19 @@ job_create_test_filter_callback () {
>    local xenarch=$1; shift
>    local dom0arch=$1; shift
>
> +  # cut down the arm64 tests temporarily, due to lack of capacity
> +  case "$branch" in
> +    *arm*|*libvirt*) ;;
> +    *)
> +      case "$job" in
> +        test-arm64-arm64-xl-multivcpu)		return 1 ;;
> +        test-arm64-arm64-xl-rtds)		return 1 ;;
> +        test-arm64-arm64-libvirt)		return 1 ;;
> +        test-arm64-arm64-libvirt-qcow2)		return 1 ;;
> +      esac
> +      ;;
> +  esac
> +
>    case "$branch" in
>      xen-unstable-smoke)
>        case "$job" in
>
diff mbox

Patch

diff --git a/make-flight b/make-flight
index 39ef6de..7833605 100755
--- a/make-flight
+++ b/make-flight
@@ -104,6 +104,19 @@  job_create_test_filter_callback () {
   local xenarch=$1; shift
   local dom0arch=$1; shift
 
+  # cut down the arm64 tests temporarily, due to lack of capacity
+  case "$branch" in
+    *arm*|*libvirt*) ;;
+    *)
+      case "$job" in
+        test-arm64-arm64-xl-multivcpu)		return 1 ;;
+        test-arm64-arm64-xl-rtds)		return 1 ;;
+        test-arm64-arm64-libvirt)		return 1 ;;
+        test-arm64-arm64-libvirt-qcow2)		return 1 ;;
+      esac
+      ;;
+  esac
+
   case "$branch" in
     xen-unstable-smoke)
       case "$job" in