From 7670da1f029d484efc2f35d2df2c25e0b9f1e9b9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 26 Apr 2018 09:51:43 -0400 Subject: [PATCH] Start gating on ubuntu-bionic Now that ubuntu-bionic has been released, we can start gating on it. Change-Id: I6c618eb444d3ac2d9b2150b1fb215466d35aad75 Depends-On: https://review.openstack.org/564520 Signed-off-by: Paul Belanger --- .zuul.d/project-templates.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zuul.d/project-templates.yaml b/.zuul.d/project-templates.yaml index d38483b..23db05d 100644 --- a/.zuul.d/project-templates.yaml +++ b/.zuul.d/project-templates.yaml @@ -27,6 +27,10 @@ check: jobs: - windmill-ubuntu-bionic + gate: + queue: windmill + jobs: + - windmill-ubuntu-bionic - project-template: name: windmill-jobs-xenial @@ -60,6 +64,10 @@ check: jobs: - windmill-src-ubuntu-bionic + gate: + queue: windmill + jobs: + - windmill-src-ubuntu-bionic - project-template: name: windmill-jobs-src-xenial