From 76866196141b0b17d828d720f8b15ab86753551f Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 25 Sep 2023 17:47:15 +0200 Subject: [PATCH] [zuul]Ignore envtest changes --- .zuul.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3ae345a8e..a1a56e226 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,7 +13,8 @@ - name: "openstack-operator" src: "~/src/github.com/{{ cifmw_operator_build_org }}/openstack-operator" image_base: nova - + irrelevant-files: + - ^test/functional/.*$ - job: name: nova-operator-base @@ -41,6 +42,8 @@ - ci/nova-operator-base/playbooks/pre-wrapper.yaml post-run: - ci/nova-operator-base/playbooks/collect-logs.yaml + irrelevant-files: + - ^test/functional/.*$ - job: name: nova-operator-compute-kit @@ -80,6 +83,8 @@ label: cloud-centos-9-stream-tripleo-vexxhost - name: crc label: coreos-crc-extracted-xxl + irrelevant-files: + - ^test/functional/.*$ vars: collection_namespace_override: "nova-kuttl-default" zuul_log_collection: true