Skip to content

Commit

Permalink
Removed the 'not bigdata' option for the bc1 in JenkinsfileRT
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Jul 21, 2023
1 parent 1b49746 commit dc76897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ bc1.conda_packages = ['python=3.9']
bc1.build_cmds = ["pip install numpy astropy codecov pytest-cov ci-watson==0.5",
"pip install --upgrade -e '.[test]'",
"pip freeze"]
//bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --bigdata",
bc1.test_cmds = ["pytest --basetemp=/tests_output -s -v -m "not bigdata",
bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --bigdata",
"codecov"]
bc1.test_configs = [data_config]

Expand Down

0 comments on commit dc76897

Please sign in to comment.