From 7da011d89e4ce04b72905662bf62a50d52a8ef39 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 15 Mar 2025 22:15:16 +0900 Subject: [PATCH] Skip integration tests for irrelevant files Change-Id: I8b864d0588579b352f6df23cd2c4e299f1736404 --- .zuul.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 888b74c0a..8ef7d469c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -70,6 +70,14 @@ parent: openstack-tox description: | Run Zaqar integration tests using tox with environment ``integration``. + irrelevant-files: + - ^\.gitreview$ + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^zaqar/hacking/.*$ + - ^zaqar/tests/unit/.*$ + - ^releasenotes/.*$ vars: tox_envlist: integration