From 62b9ca5c2739dc9865995de0b303abc4c9f9a08d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 24 Oct 2024 10:49:04 +0900 Subject: [PATCH] Skip unit/functional tests on pre-commit config update Number of repositories have introduced pre-commit for code style check. Skip unit tests and functional tests for its config file because the config file has no impact on functionality. Change-Id: I0c6a41ab36d69ed767e99eaa87a555a3a940a573 --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 549a4f93..c586a35c 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -74,6 +74,7 @@ - ^doc/.*$ - ^releasenotes/.*$ - ^deliverables/.*$ + - ^\.pre-commit-config\.yaml$ vars: tox_envlist: py27 bindep_profile: test py27