Skip to content

Commit

Permalink
Fix jenkins pytests (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored Apr 4, 2024
1 parent 132ffb1 commit a0e792f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ bc2.conda_packages = ['python=3.10']
bc2.build_cmds = ["pip install numpy astropy codecov pytest-cov ci-watson || true",
"pip install -r requirements-dev.txt --upgrade -e '.[test]' || true",
"pip freeze || true"]
bc2.test_cmds = ["pytest --cov=./ --basetemp=tests_output --junitxml=results.xml --bigdata || true",
bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --junitxml=results.xml --bigdata || true",
"codecov || true"]
bc2.test_configs = [data_config]
bc1.test_configs = [data_config]
// Apply a large failure threshold to prevent marking the pipeline job failed
// when xunit ingests any test results
bc2.failedFailureThresh = 1000
bc1.failedFailureThresh = 1000

bc3 = new BuildConfig()
bc3.runtime.add('CFLAGS=-std=gnu99')
Expand Down

0 comments on commit a0e792f

Please sign in to comment.