From eacc5c84df8bd41f91e94b26ba84f0bbac4806f4 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 16 Sep 2020 11:47:43 +0200 Subject: [PATCH] ceph-volume-pr: change nodes for tox testing We are currently running this job on a ubuntu xenial slave which run python 3.5 where we need python 3.6. Switching to these centos7 nodes which use python 3.6 should fix this issue. Signed-off-by: Guillaume Abrioux --- ceph-volume-pr/config/definitions/ceph-volume-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-volume-pr/config/definitions/ceph-volume-pr.yml b/ceph-volume-pr/config/definitions/ceph-volume-pr.yml index f1550cbe..5f6eddc9 100644 --- a/ceph-volume-pr/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-pr/config/definitions/ceph-volume-pr.yml @@ -1,7 +1,7 @@ - job: name: ceph-volume-pr display-name: 'ceph-volume: Pull Request tox tests' - node: python3 + node: small && centos7 project-type: freestyle defaults: global quiet-period: 5 -- 2.47.3