From 865451392f554ff6b77c4b63e2df8142350421a0 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Mon, 15 Jul 2024 13:41:57 +0200 Subject: [PATCH] Add irrelevant-files for openstack-tox-py312 We want the same parameters here as for the other tox jobs. Note that the job is currently still non-voting, will need to add the same params in the gate pipeline once that changes. Change-Id: I063d9c82755f805510c28fb168f582775fcb1ff7 --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 53964a0aec..bdb4a218e2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -45,6 +45,11 @@ - ^data/.*$ - ^deliverables/.*$ - ^doc/.*$ + - openstack-tox-py312: + irrelevant-files: + - ^data/.*$ + - ^deliverables/.*$ + - ^doc/.*$ - openstack-tox-pep8: irrelevant-files: - ^data/.*$