From dc3ff6c8be213b6d87a989e199c9b4df36aa2d66 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 14 Oct 2017 16:51:55 +0200 Subject: [PATCH] Mention files and irrelevant-files Let's not use both together, this is very tricky - let's document this. Change-Id: If30ddf3f32bc49e8c764b123ac760a34bcae9cec --- doc/source/zuulv3.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/zuulv3.rst b/doc/source/zuulv3.rst index 97b1d1d..79aefa0 100644 --- a/doc/source/zuulv3.rst +++ b/doc/source/zuulv3.rst @@ -870,6 +870,17 @@ them. Some recommendations and examples: ``openstack/openstack-manuals`` projects and other projects like ``openstack/security-guide`` reuse these easily. +Options for Restricting When Jobs are Triggered +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Zuul v3 allows to specify when jobs are triggered to run based on +changed files. You can define for a job either a list of +``irrelevant-files`` or a list of ``files``. Do not use both together. + +See the `Zuul User Guide +`_ +for more information on how jobs are configured. + .. _Project Testing Interface: https://governance.openstack.org/tc/reference/project-testing-interface.html .. _Zuul v3 documentation: https://docs.openstack.org/infra/zuul/feature/zuulv3 .. _openstack-zuul-jobs documentation: https://docs.openstack.org/infra/openstack-zuul-jobs/