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
OpenEdx
edx-platform
Commits
d5ac523b
Commit
d5ac523b
authored
Nov 16, 2017
by
Stuart Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
empty xunit
parent
f097b714
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
32 deletions
+2
-32
scripts/generic-ci-tests.sh
+2
-32
No files found.
scripts/generic-ci-tests.sh
View file @
d5ac523b
...
...
@@ -170,37 +170,7 @@ case "$TEST_SUITE" in
;;
"bok-choy"
)
PAVER_ARGS
=
"-n
$NUMBER_OF_BOKCHOY_THREADS
"
case
"
$SHARD
"
in
"all"
)
paver test_bokchoy
$PAVER_ARGS
;;
[
1-9]|10
)
paver test_bokchoy
--eval-attr
=
"shard==
$SHARD
"
$PAVER_ARGS
;;
11|
"noshard"
)
paver test_bokchoy
--eval-attr
=
'not shard and not a11y'
$PAVER_ARGS
;;
# Default case because if we later define another bok-choy shard on Jenkins
# (e.g. Shard 10) in the multi-config project and expand this file
# with an additional case condition, old branches without that commit
# would not execute any tests on the worker assigned to that shard
# and thus their build would fail.
# This way they will just report 1 test executed and passed.
*
)
# Need to create an empty test result so the post-build
# action doesn't fail the build.
# May be unnecessary if we changed the "Skip if there are no test files"
# option to True in the jenkins job definitions.
mkdir
-p
reports/bok_choy
emptyxunit
"bok_choy/xunit"
;;
esac
mkdir
-p
reports/bok_choy
emptyxunit
"bok_choy/xunit"
;;
esac
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