diff --git a/plans/provision/virtual.fmf b/plans/provision/virtual.fmf index 3ff387bac3..b167623ff5 100644 --- a/plans/provision/virtual.fmf +++ b/plans/provision/virtual.fmf @@ -54,3 +54,19 @@ adjust+: - sysctl -w net.ipv6.conf.default.disable_ipv6=1 because: Disable IPv6 in CI to avoid IPv6 connections that are disabled in CI when: trigger == commit + +/provision: + discover+: + test: "^/tests/provision" + +/prepare: + discover+: + test: "^/tests/prepare" + +/execute: + discover+: + test: "^/tests/execute" + +/the-rest: + discover+: + test: "^/tests/(?!provision|prepare|execute)"