Skip to content

Commit

Permalink
final build prep for v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 committed May 30, 2022
1 parent fe05388 commit 85c33ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
source "$HOME/miniconda3/etc/profile.d/conda.sh"
conda activate caldp_${{ matrix.HSTCAL }}
export CRDS_CONTEXT=hst_1013.pmap
export CRDS_CONTEXT=hst_1015.pmap
pytest caldp --cov=caldp --cov-fail-under 70 --capture=tee-sys
- name: compute test coverage
Expand Down
2 changes: 1 addition & 1 deletion caldp/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Set default CRDS Context
CRDS_CONTEXT = os.environ.get("CRDS_CONTEXT")
if CRDS_CONTEXT == "":
os.environ["CRDS_CONTEXT"] = "hst_1013.pmap"
os.environ["CRDS_CONTEXT"] = "hst_1015.pmap"

# For applicable tests, the product files associated with each ipppssoot below
# must be present in the CWD after processing and be within 10% of the listed sizes.
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- default base docker image set to CALDP_20220406_CAL_final
- default crds update to hst_1002.pmap
- default base docker image set to CALDP_20220527_CAL_final
- default crds update to hst_1015.pmap
2 changes: 1 addition & 1 deletion scripts/caldp-image-config
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export CALDP_IMAGE_TAG=latest
export CALDP_DOCKER_IMAGE=${CALDP_IMAGE_REPO}:${CALDP_IMAGE_TAG}

# Fundamental calibration s/w image CALDP image inherits from
export BASE_IMAGE_TAG=CALDP_cosandhap_CAL_rc3
export BASE_IMAGE_TAG=CALDP_20220527_CAL_final
export CAL_BASE_IMAGE=stsci/hst-pipeline:${BASE_IMAGE_TAG}

0 comments on commit 85c33ec

Please sign in to comment.