Skip to content

Commit

Permalink
parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Sep 5, 2019
1 parent 2704a94 commit 7371dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/acceptance-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

host_acceptance="br_multi br_child br_parent br_peer br_core_multi br_core_childIf br_core_coreIf"

for test in ./acceptance/*_acceptance; do
for test in ./acceptance/discovery*_acceptance; do
name="$(basename ${test%_acceptance})"
if [[ ! "$name" =~ "$ACCEPTANCE_TEST" ]]; then
continue
Expand All @@ -43,6 +43,7 @@ for test in ./acceptance/*_acceptance; do
echo " - $BASE/run_step run_acceptance $name"
fi
echo " timeout_in_minutes: 10"
echo " parallelism: 10"
echo " retry:"
echo " automatic:"
echo " - exit_status: 5" # Pull failed
Expand Down

0 comments on commit 7371dc9

Please sign in to comment.