From 8890981491cca87fbbd89f1fb32c428828a56976 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 12 Nov 2024 14:10:47 +0000 Subject: [PATCH] Skip tips jobs on pre-commit config update We only need to care about the unversioned tips jobs since [1] will take care of the others. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/933197 Change-Id: I3d569dc496a995eee58fdbcf4a42a187143d1b24 Signed-off-by: Stephen Finucane --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ac4d63a04c..5352e894fe 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,6 +6,11 @@ Run unit tests for OpenStackClient with master branch of important libs. Takes advantage of the base tox job's install-siblings feature. + irrelevant-files: &common-irrelevant-files + - ^.*\.rst$ + - ^doc/.*$ + - ^releasenotes/.*$ + - ^\.pre-commit-config\.yaml$ required-projects: - openstack/cliff - openstack/keystoneauth