Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d0f6aee3
Commit
d0f6aee3
authored
Jan 19, 2016
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update script for 9 shards.
parent
ce716bbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
scripts/generic-ci-tests.sh
+9
-1
No files found.
scripts/generic-ci-tests.sh
View file @
d0f6aee3
...
...
@@ -173,7 +173,15 @@ END
;;
"7"
)
paver test_bokchoy
-n
$NUMBER_OF_BOKCHOY_THREADS
--extra_args
=
"-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False,a11y=False --with-flaky"
paver test_bokchoy
-n
$NUMBER_OF_BOKCHOY_THREADS
--extra_args
=
"-a 'shard_7' --with-flaky"
;;
"8"
)
paver test_bokchoy
-n
$NUMBER_OF_BOKCHOY_THREADS
--extra_args
=
"-a 'shard_8' --with-flaky"
;;
"9"
)
paver test_bokchoy
-n
$NUMBER_OF_BOKCHOY_THREADS
--extra_args
=
"-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False,shard_7=False,shard_8=False,a11y=False --with-flaky"
;;
# Default case because if we later define another bok-choy shard on Jenkins
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment