From nobody Mon May 6 13:38:28 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1556705810; cv=none; d=zoho.com; s=zohoarc; b=OIvqdJKqb4brNzE2nSdTfcUoF6zCkqUHn3miHlCU8j+o8aB/7Zu+wVkZcH7ADqHWfnOc+9Y/611TK7FeSeji3Mfp93F4vA8Bd/gC7xJfmFbzQBkFLEXhuOw+U5NZXBsnPHAKXQRFZj0EO9/uucQ6ljzEIGa664gCFHjGimfPgSw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556705810; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=RPT6YM5e9K6EjuSWV5gdFkoSdPoIfhmEueASZrCB2PA=; b=lyHwIpORZy9jXLSyRFu0UOyKkoLGG+WAeAt2Km2OT8YS53dcha+vW0tV+fpgRd4A0Sf/34zQKaZtMIOqZAmumXhe3mMwUC+xpxE7GFYSpaXGD4/fUI2FyyfDkXUCusKteVohOcgKQ2xeqjKgzoH+FXwx+F3xK+O53jOHAg01ljk= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 155670581037323.88773166635997; Wed, 1 May 2019 03:16:50 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hLmGz-000220-3k; Wed, 01 May 2019 10:15:33 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hLmGx-00021v-Rw for xen-devel@lists.xenproject.org; Wed, 01 May 2019 10:15:31 +0000 Received: from SMTP03.CITRIX.COM (unknown [162.221.156.55]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 09ba4aa0-6bfa-11e9-abe1-c7b3e26c1112; Wed, 01 May 2019 10:15:26 +0000 (UTC) X-Inumbo-ID: 09ba4aa0-6bfa-11e9-abe1-c7b3e26c1112 X-IronPort-AV: E=Sophos;i="5.60,417,1549929600"; d="scan'208";a="84836084" From: Ian Jackson To: Date: Wed, 1 May 2019 11:15:21 +0100 Message-ID: <20190501101521.20140-1-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Subject: [Xen-devel] [OSSTEST PATCH] Revert "arm64: tolerate host allocation failures" X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Julien Grall , Stefano Stabellini , Ian Jackson Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" We now have 4 working arm64 boxes and this is quite ample for our current test matrix. We have two kinds of box, too. So, great. This reverts commit 0705bed9e20ea4375e7ac9f8109ef955ebc6fe9c. CC: Julien Grall CC: Stefano Stabellini Signed-off-by: Ian Jackson Acked-by: Julien Grall --- allow.all | 2 -- 1 file changed, 2 deletions(-) diff --git a/allow.all b/allow.all index 894b69ea..7a34a809 100644 --- a/allow.all +++ b/allow.all @@ -3,5 +3,3 @@ build-@@ logs-capture@@ test-@@-pcipt@@ test-@@-qemuu-@@ guest-localmigrate test-@@-win7-@@ guest-stop -@@-arm64 hosts-allocate -@@-arm64-@@ hosts-allocate --=20 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel