From 3c9ac3ca0e9e17f63723b0cfb5e35ff1774ad5f3 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 2 Aug 2018 14:07:54 +0200 Subject: [PATCH] Don't run ironic-tempest job for irrelevant changes There is no need to run this job if only docs or release notes are changed. Change-Id: I503f14afdc7ecbe18784138be11387d862b244ed --- .zuul.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 789f16d0146..3ea6f0b7326 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,6 +16,19 @@ - neutron-grenade - openstack-tox-lower-constraints - neutron-fullstack-python35 + # We don't run the job on things like neutron docs-only changes + - ironic-tempest-dsvm-ipa-wholedisk-bios-agent_ipmitool-tinyipa: + voting: false + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^doc/.*$ + - ^neutron/locale/.*$ + - ^neutron/tests/unit/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - ^tools/.*$ + - ^tox.ini$ gate: jobs: - neutron-functional