From 3e6e81bd4a78f131253764e74e137f2d3e751fe0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 7 Aug 2023 23:27:04 +0900 Subject: [PATCH] Skip most of jobs for update in .pdkignore We are adding .pkdignore to our modules but this does not affect functionality. Let's skip most of jobs, similarly to .gitignore, to avoid executing unnecessary jobs. Change-Id: I544fa835ee86a41bb4ba4bf391857b8a64750af2 (cherry picked from commit 9060967802f6e0ecae0e9b9a744b1c705cb41e7f) (cherry picked from commit cd340ce135c980012a3cc1d5dc170f51df10c221) (cherry picked from commit a4d747847b7c604932fad2768a89acebeafa1ee8) --- zuul.d/base.yaml | 4 ++++ zuul.d/linters.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 4a334111d..e40cb5fbf 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -107,6 +107,7 @@ - ^LICENSE$ - ^.gitreview$ - ^.gitignore$ + - ^.pdkignore$ - ^setup.cfg$ - ^setup.py$ - ^tox.ini$ @@ -146,6 +147,7 @@ - ^LICENSE$ - ^.gitreview$ - ^.gitignore$ + - ^.pdkignore$ - ^setup.cfg$ - ^setup.py$ - ^tox.ini$ @@ -170,6 +172,7 @@ - ^LICENSE$ - ^.gitreview$ - ^.gitignore$ + - ^.pdkignore$ - ^setup.cfg$ - ^setup.py$ - ^tox.ini$ @@ -196,6 +199,7 @@ - ^LICENSE$ - ^.gitreview$ - ^.gitignore$ + - ^.pdkignore$ - ^setup.cfg$ - ^setup.py$ - ^tox.ini$ diff --git a/zuul.d/linters.yaml b/zuul.d/linters.yaml index 0c91eb34f..6ae572bbc 100644 --- a/zuul.d/linters.yaml +++ b/zuul.d/linters.yaml @@ -46,6 +46,7 @@ - ^LICENSE$ - ^.gitignore$ - ^.gitreview$ + - ^.pdkignore$ - ^setup.cfg$ - ^setup.py$ - ^tox.ini$