Skip to content

Commit 9f372ec

Browse files
committed
jenkins: use --dist=loadscope --numprocesses=0 for all nb since it does not break anything and RavenPy needs it
1 parent 6acaace commit 9f372ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Requires 'weaver' component to be active on the target 'PAVICS_HOST' server
7878
description: 'ESGF_COMPUTE_API_REPO branch to test against.', trim: true)
7979
string(name: 'ESGF_COMPUTE_API_REPO', defaultValue: 'ESGF/esgf-compute-api',
8080
description: 'https://github.com/ESGF/esgf-compute-api repo or fork to test against.', trim: true)
81-
string(name: 'PYTEST_EXTRA_OPTS', defaultValue: '',
81+
string(name: 'PYTEST_EXTRA_OPTS', defaultValue: '--dist=loadscope --numprocesses=0',
8282
description: 'Extra options to pass to pytest, ex: --nbval-lax --dist=loadscope --numprocesses=0', trim: true)
8383
string(name: 'EXTRA_TEST_ENV_VAR', defaultValue: '',
8484
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)

0 commit comments

Comments
 (0)