From 33ed5adb6dc1774cc6c11beb3adc6dcd674dccc2 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Fri, 24 Aug 2018 11:03:53 +0000 Subject: [PATCH] Add gate job for stable/rocky Now we have stable/rocky branch ready for devstack and so does for all service projects. This commit adds the stable/rocky job running for d-g gate. Depends-On: https://review.openstack.org/#/c/596279/ Change-Id: I7ab1b7042808cce0d89cb2bcfc87c718543718b4 --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index bf1dbba8..4069c4fd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -19,5 +19,11 @@ - tempest-full-queens-py3: branches: ^(?!driverfixes/).*$ voting: false + - tempest-full-rocky: + branches: ^(?!driverfixes/).*$ + voting: false + - tempest-full-rocky-py3: + branches: ^(?!driverfixes/).*$ + voting: false - neutron-tempest-plugin-api: voting: false