From c3a23d61f988066b3e710902641fdc3713f47778 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Tue, 7 Apr 2020 15:26:17 +0200 Subject: [PATCH] teuthology: always test pull requests in sepia Because teuthology has functional and integration tests which needs a connection to some services running in sepia and some of the jenkins workers are running far away from the lab, it takes significantly more time to run tests when using those nodes. Like 6-7 minutes for running test on nodes in sepia, and about 55-60 minutes outside. Signed-off-by: Kyr Shatskyy --- .../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 bc6788f9..d3ce8b73 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: bionic && huge && !xenial + node: sepia && bionic && huge && !xenial project-type: freestyle defaults: global concurrent: true -- 2.39.5