Skip to content

Commit

Permalink
Split provision/virtual plans to subgroups per step
Browse files Browse the repository at this point in the history
Similar approach to `/plans/features/steps`, to get more resources and
speed up this quite a long plan.
  • Loading branch information
happz committed May 16, 2024
1 parent e46bc7f commit 26a7d31
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions plans/provision/virtual.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 26a7d31

Please sign in to comment.