From bcd581c5d0360ac74a864c38b4d4cfc161814d72 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 26 Jan 2025 18:54:37 +0900 Subject: [PATCH] Skip functional tests for documentation update Functional tests are not needed for non-functional update. Also skip functional tests for pre-commit config file change which is not used in functional tests either. Change-Id: Ife552e6796d97ad24bdeaad76512bf42596b980f --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 49d7347f..4dc45e6d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,6 +14,12 @@ pre-run: playbooks/tests/functional/pre.yml vars: tox_envlist: functional + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - LICENSE + - ^releasenotes/.*$ + - ^\.pre-commit-config\.yaml$ - job: name: oslo.cache-functional-etcd3gw