From a90ba504f794ada87d09321fa9083dbdc0adbbcd Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 10 Sep 2014 14:29:19 -0400 Subject: [PATCH] re-shard lms to fix a failing test. --- tddium.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tddium.yml b/tddium.yml index c148a9ebc0..68d01a761b 100644 --- a/tddium.yml +++ b/tddium.yml @@ -52,7 +52,14 @@ tddium: - "reports/javascript/javascript_xunit.xml" - :type: junit :mode: basic - :command: paver test_acceptance -s lms + :command: paver test_acceptance -s lms --extra_args="-v 3 --tag shard_1" + :invocation: single + :output: exit-status + :report_files: + - "reports/acceptance/lms.xml" + - :type: junit + :mode: basic + :command: paver test_acceptance -s lms --extra_args="-v 3 --tag shard_2" :invocation: single :output: exit-status :report_files: @@ -66,14 +73,7 @@ tddium: - "reports/acceptance/cms.xml" - :type: junit :mode: basic - :command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_2" - :invocation: single - :output: exit-status - :report_files: - - "reports/acceptance/cms.xml" - - :type: junit - :mode: basic - :command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_3" + :command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_2 --tag shard_3" :invocation: single :output: exit-status :report_files: