Skip to content

Commit

Permalink
jenkins: use --dist=loadscope --numprocesses=0 for all nb since it do…
Browse files Browse the repository at this point in the history
…es not break anything and RavenPy needs it
  • Loading branch information
tlvu committed Jun 1, 2023
1 parent 6acaace commit 9f372ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Requires 'weaver' component to be active on the target 'PAVICS_HOST' server
description: 'ESGF_COMPUTE_API_REPO branch to test against.', trim: true)
string(name: 'ESGF_COMPUTE_API_REPO', defaultValue: 'ESGF/esgf-compute-api',
description: 'https://github.com/ESGF/esgf-compute-api repo or fork to test against.', trim: true)
string(name: 'PYTEST_EXTRA_OPTS', defaultValue: '',
string(name: 'PYTEST_EXTRA_OPTS', defaultValue: '--dist=loadscope --numprocesses=0',
description: 'Extra options to pass to pytest, ex: --nbval-lax --dist=loadscope --numprocesses=0', trim: true)
string(name: 'EXTRA_TEST_ENV_VAR', defaultValue: '',
description: 'Extra environment variables for the various tests, ex: "TEST_RUNS=50 TEST_WPS_BIRDS=finch,raven,flyingpigeon TEST_NO_USE_PROD_DATA=1"', trim: true)
Expand Down

0 comments on commit 9f372ec

Please sign in to comment.