From a27b52bfa78be5af5084b269cbba14389d4cb44a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 20 Oct 2024 14:23:30 +0900 Subject: [PATCH] Skip litmus tests for unit tests update Ignore a few more paths used by unit tests to avoid executing unnecessary jobs. Change-Id: I6b20fdb5b586410d4af9f41727cd336e43139e10 --- zuul.d/litmus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/litmus.yaml b/zuul.d/litmus.yaml index 43f078a3a..46507e665 100644 --- a/zuul.d/litmus.yaml +++ b/zuul.d/litmus.yaml @@ -16,6 +16,7 @@ - ^spec/unit/.*$ - ^spec/classes/.*$ - ^spec/defines/.*$ + - ^spec/type_aliases/.*$ - ^requirements.txt$ - ^test-requirements.txt$ - ^metadata.json$