From 28edda63f2d0b5bf5babfb6e8d21e06c5bb3584e Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Thu, 7 Mar 2019 17:46:11 +0000 Subject: [PATCH] Move tempest-tox-plugin-sanity-check to Bionic This commit makes tempest-tox-plugin-sanity-check job to run on Bionic. This job only run on master Tempest gate so no need to worry about its xenial version. Change-Id: I6d8c63a62416b35e9d203cbeabc9868aa6a95f44 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index edaa9593c6..cf1c7c47ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -346,7 +346,7 @@ parent: tox description: | Run tempest plugin sanity check script using tox. - nodeset: ubuntu-xenial + nodeset: ubuntu-bionic vars: tox_envlist: plugin-sanity-check voting: false