aodh: Don't run tempest on liberty

A recent change a43944cc83 have
make tempest run on liberty when liberty doesn't have tempest tests.

For example, we can see that gate-aodh-dsvm-tempest-plugin-mongodb run
https://review.openstack.org/#/c/373363/ when it should not.

This change fixes that

Change-Id: Ife55effbcc7741ef2c42c3a82e9c97be74718b53
This commit is contained in:
Mehdi Abaakouk
2016-09-22 10:50:52 +02:00
parent 1a45a74afc
commit 2d884bfe11
+1 -1
View File
@@ -2910,7 +2910,7 @@ jobs:
branch: ^stable/(mitaka|newton)
- name: gate-aodh-dsvm-tempest-plugin-mongodb
branch: ^stable/(liberty|mitaka|newton)
branch: ^stable/(mitaka|newton)
- name: ^gate-aodh-dsvm-tempest-plugin-.*
branch: ^(?!stable/liberty).*$