Skip to content

Commit 518f8f7

Browse files
committed
Parallelize setup of acceptance nodes
This commit updates the acceptance::setup plan to provision test nodes in parallel. This reduces the amount of time required to prepare multiple OS nodes for testing.
1 parent 9881a4b commit 518f8f7

File tree

1 file changed

+1
-1
lines changed
  • spec/fixtures/modules/acceptance/plans

1 file changed

+1
-1
lines changed

spec/fixtures/modules/acceptance/plans/setup.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
out::message('Installing PE...')
66

7-
$primary_servers.each |$server| {
7+
$primary_servers.parallelize |$server| {
88
$node_facts = run_task('facts', $server).first.value
99

1010
#debug::break()

0 commit comments

Comments
 (0)