From 65bc5cd01d882767a7a5440e212fec4e8641f4f6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 7 Mar 2019 23:19:36 +0000 Subject: [PATCH] Switch default nodeset to ubuntu-bionic Following the plan described in http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003584.html the default node type is changed to ubuntu-bionic. Projects which need to use other nodesets on different branches for certain jobs must add matchers for those branches to override them accordingly. Depends-on: https://review.openstack.org/641895 Change-Id: Ib599e17e97abab5dc1f122860126c1b1061b47e1 --- zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 19a2539..dfb512c 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -112,8 +112,8 @@ post-timeout: 1800 nodeset: nodes: - - name: ubuntu-xenial - label: ubuntu-xenial + - name: ubuntu-bionic + label: ubuntu-bionic secrets: - site_logs