From d09a2ff4b5d9b8e3ce7e0a706bb2e07a5c6a451d Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 25 Nov 2015 14:30:37 -0600 Subject: [PATCH] teuthology-pull-requests: change node to trusty&&amd64&&small This fixes a bug where the job incorrectly picks an arm64 node, which does not compile gevent correctly causing the job to fail. Signed-off-by: Andrew Schoen --- .../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 7578b5fd..2753a202 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: trusty + node: trusty && amd64 && small project-type: freestyle defaults: global display-name: 'Teuthology: Pull Requests' -- 2.39.5