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
35b6e15d
Commit
35b6e15d
authored
Feb 19, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add --with-flaky in jenkins script
parent
ac03f874
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
scripts/all-tests.sh
+8
-8
No files found.
scripts/all-tests.sh
View file @
35b6e15d
...
...
@@ -95,17 +95,17 @@ END
"unit"
)
case
"
$SHARD
"
in
"lms"
)
paver test_system
-s
lms
paver test_system
-s
lms
--extra_args
=
"--with-flaky"
paver coverage
;;
"cms-js-commonlib"
)
paver test_system
-s
cms
paver test_system
-s
cms
--extra_args
=
"--with-flaky"
paver test_js
--coverage
--skip_clean
paver test_lib
--skip_clean
paver test_lib
--skip_clean
--extra_args
=
"--with-flaky"
paver coverage
;;
*
)
paver
test
paver
test
--extra_args
=
"--with-flaky"
paver coverage
;;
esac
...
...
@@ -162,19 +162,19 @@ END
;;
"1"
)
paver test_bokchoy
--extra_args
=
"-a shard_1"
paver test_bokchoy
--extra_args
=
"-a shard_1
--with-flaky
"
;;
"2"
)
paver test_bokchoy
--extra_args
=
"-a 'shard_2'"
paver test_bokchoy
--extra_args
=
"-a 'shard_2'
--with-flaky
"
;;
"3"
)
paver test_bokchoy
--extra_args
=
"-a 'shard_3'"
paver test_bokchoy
--extra_args
=
"-a 'shard_3'
--with-flaky
"
;;
"4"
)
paver test_bokchoy
--extra_args
=
"-a shard_1=False,shard_2=False,shard_3=False"
paver test_bokchoy
--extra_args
=
"-a shard_1=False,shard_2=False,shard_3=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