Skip to content

Commit

Permalink
remove hard-coded config for number of test jobs (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Neuheisel <[email protected]>
  • Loading branch information
jneu and Joshua Neuheisel committed Dec 13, 2021
1 parent a56f057 commit e7c72d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bc0.build_cmds = [
]
bc0.build_cmds = PipInject(env.OVERRIDE_REQUIREMENTS) + bc0.build_cmds
bc0.test_cmds = [
"pytest --cov-report=xml --cov=./ -r sxf -n 30 --bigdata --slow \
"pytest --cov-report=xml --cov=./ -r sxf -n auto --bigdata --slow \
--basetemp=${pytest_basetemp} --junit-xml=results.xml --dist=loadscope \
--env=${artifactoryenv} ${pytest_args}",
"codecov --token=${codecov_token} -F nightly",
Expand Down

0 comments on commit e7c72d3

Please sign in to comment.