summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/throttle/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/throttle/runme.sh')
-rwxr-xr-xtest/integration/targets/throttle/runme.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/throttle/runme.sh b/test/integration/targets/throttle/runme.sh
new file mode 100755
index 0000000..0db5098
--- /dev/null
+++ b/test/integration/targets/throttle/runme.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+set -eux
+
+# https://github.com/ansible/ansible/pull/42528
+SELECTED_STRATEGY='linear' ansible-playbook test_throttle.yml -vv -i inventory --forks 12 "$@"
+SELECTED_STRATEGY='free' ansible-playbook test_throttle.yml -vv -i inventory --forks 12 "$@"