Skip to content

Commit 43e695d

Browse files
authored
Speed up the /plans/provision/container plan (#3418)
While the rest of the full tmt plans take about 20 minutes, `/plans/provision/container` takes over an hour to complete. Let's speed up the testing by running the install and ansible tests separately as they take the most time.
1 parent 5dc0a1f commit 43e695d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

plans/provision/container.fmf

+12
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,15 @@ environment:
2525
PROVISION_HOW: container
2626

2727
enabled: true
28+
29+
/install:
30+
discover+:
31+
test: install
32+
33+
/ansible:
34+
discover+:
35+
test: ansible
36+
37+
/the-rest:
38+
discover+:
39+
exclude: (install|ansible)

0 commit comments

Comments
 (0)