From fab575d987170dd7544d4561b285e8a80d8e7774 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 28 Feb 2019 14:01:48 -0500 Subject: [PATCH] Update irrelevant-files for dsvm-functional tests Update the irrelevant files so the expensive dsvm-functional test jobs are not run for documentation, release note, or other minor non-code changes. Change-Id: Ifbac5e891131b3f66d9332a33d818437fa67c0cc --- .zuul.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 4bccd7c1..198c4438 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -36,6 +36,15 @@ s-proxy: true # Hardcode glanceclient path so the job can be run on glance patches zuul_work_dir: src/git.openstack.org/openstack/python-glanceclient + irrelevant-files: + - ^doc/.*$ + - ^releasenotes/.*$ + - ^.*\.rst$ + - ^(test-|)requirements.txt$ + - ^lower-constraints.txt$ + - ^setup.cfg$ + - ^tox.ini$ + - ^\.zuul\.yaml$ - job: name: glanceclient-dsvm-functional @@ -66,6 +75,15 @@ s-proxy: true # Hardcode glanceclient path so the job can be run on glance patches zuul_work_dir: src/git.openstack.org/openstack/python-glanceclient + irrelevant-files: + - ^doc/.*$ + - ^releasenotes/.*$ + - ^.*\.rst$ + - ^(test-|)requirements.txt$ + - ^lower-constraints.txt$ + - ^setup.cfg$ + - ^tox.ini$ + - ^\.zuul\.yaml$ - job: name: glanceclient-tox-keystone-tips-base