From 3c7dad33b6841498c9eee4b05e3804d2e3887f09 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Tue, 19 Dec 2017 09:08:41 +0000 Subject: [PATCH] Add neutron-tempest-plugin-api job The old tempest tests have been removed from the neutron repo, so legacy-neutron-dsvm-api doesn't run anything at all anymore. Use the new api job from the neutron-tempest-plugin repo instead. Change-Id: I2d1854109474cee1923b9bffd75c3224a6f2b4bf --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5fc6bb49..b7788fd7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,3 +16,5 @@ - tempest-full-queens-py3: branches: ^(?!driverfixes/).*$ voting: false + - neutron-tempest-plugin-api: + voting: false