Skip to content

Commit

Permalink
Change jenkins to use only a single test runner by default to avoid C…
Browse files Browse the repository at this point in the history
…RDS issues. (spacetelescope#74)
  • Loading branch information
schlafly authored Aug 29, 2023
1 parent 61f07ab commit a635010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT_dev
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline {
conda activate romanisim
pytest romanisim \
--bigdata --slow --basetemp=test_outputs \
-n auto
-n 0 # -n 8 causes problems with CRDS runs?
"""
)
}
Expand Down

0 comments on commit a635010

Please sign in to comment.