From dc7689776a487cab7126866a497b75db3f477684 Mon Sep 17 00:00:00 2001 From: Michele De La Pena Date: Fri, 7 Jul 2023 16:02:57 -0400 Subject: [PATCH] Removed the 'not bigdata' option for the bc1 in JenkinsfileRT --- JenkinsfileRT | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JenkinsfileRT b/JenkinsfileRT index 4e6522841..7e5d82bac 100644 --- a/JenkinsfileRT +++ b/JenkinsfileRT @@ -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]