From 8c26eabd13c7ebc31b3778acd9d2cc5057602986 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 20 Jan 2021 11:48:17 -0500 Subject: [PATCH] teuthology-pull-requests: Do not run on arm64 Signed-off-by: David Galloway --- .../config/definitions/teuthology-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml b/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml index d3ce8b73..af511a3a 100644 --- a/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml +++ b/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml @@ -1,6 +1,6 @@ - job: name: teuthology-pull-requests - node: sepia && bionic && huge && !xenial + node: sepia && bionic && huge && !xenial && !arm64 project-type: freestyle defaults: global concurrent: true -- 2.39.5