Skip to content

Commit

Permalink
HLA-1266: Newcandidate Drizzlepac RC - 371rc2 (#1815)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Hunkeler <[email protected]>
  • Loading branch information
mdlpstsci and jhunkeler authored Jun 13, 2024
1 parent d70b386 commit c0b0fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ number of the code change for that issue. These PRs can be viewed at:
3.7.1 (unreleased)
==================
- Modify the dependencies portion of the project.toml file to specify
numpy<2.0 [#nnnn]
numpy<2.0 [#1813]

- Removed the use of a custom smoothing kernel based upon actual image
data as a poorly determined kernel can ultimately cause poor source
Expand Down
10 changes: 5 additions & 5 deletions JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ 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"]
bc1.test_cmds = ["pytest --env=${artifactory_env} --cov=./ --basetemp=tests_output --junitxml=results.xml --bigdata || true",
bc2.test_cmds = ["pytest --env=${artifactory_env} --cov=./ --basetemp=tests_output --junitxml=results.xml --bigdata || true",
"codecov || true"]
bc1.test_configs = [data_config]
bc2.test_configs = [data_config]
// Apply a large failure threshold to prevent marking the pipeline job failed
// when xunit ingests any test results
bc1.failedFailureThresh = 1000
bc2.failedFailureThresh = 1000

bc3 = new BuildConfig()
bc3.runtime.add('CFLAGS=-std=gnu99')
bc3.nodetype = 'linux'
bc3.env_vars = ['TEST_BIGDATA=https://bytesalad.stsci.edu/artifactory']
bc3.env_vars = ['TEST_BIGDATA=https://bytesalad.stsci.edu/artifactory',
'CFLAGS=-std=gnu99']
bc3.name = '3.11'
bc3.conda_packages = ['python=3.11']
bc3.build_cmds = ["pip install numpy astropy ci-watson",
Expand Down

0 comments on commit c0b0fc8

Please sign in to comment.