diff --git a/.zuul.yaml b/.zuul.yaml index 10788d71a0..f61544779f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -17,7 +17,10 @@ name: tempest-full parent: devstack-tempest # This currently only works on the master branch. - branches: master + # NOTE(andreaf) Only run on master for now. + # The negative lookup is redudant but it's a + # reminder that we don't want the job running there. + branches: ^(?!driverfixes/)master$ description: | Base integration test with Neutron networking and py27. Former names for this job where: