Skip to content

Commit

Permalink
Updated DSWx-HLS CI scripts to utilize v0.5.3 calval SAS release
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed Feb 28, 2023
1 parent 82a964c commit 96c1428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/build_dswx_hls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BUILD_DATE_TIME=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
# defaults, SAS image should be updated as necessary for new image releases from ADT
[ -z "${WORKSPACE}" ] && WORKSPACE=$(realpath $(dirname $(realpath $0))/../..)
[ -z "${TAG}" ] && TAG="${USER}-dev"
[ -z "${SAS_IMAGE}" ] && SAS_IMAGE="artifactory-fn.jpl.nasa.gov:16001/gov/nasa/jpl/opera/adt/opera/proteus:cal_val_3.3"
[ -z "${SAS_IMAGE}" ] && SAS_IMAGE="artifactory-fn.jpl.nasa.gov:16001/gov/nasa/jpl/opera/adt/opera/proteus:cal_val_3.4"

echo "WORKSPACE: $WORKSPACE"
echo "IMAGE: $IMAGE"
Expand Down
2 changes: 1 addition & 1 deletion .ci/scripts/test_int_dswx_hls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ do
-v "${output_dir}":/out:ro \
-v "${expected_data_dir}":/exp:ro \
--entrypoint python3 ${PGE_IMAGE}:"${PGE_TAG}" \
proteus-0.5.2/bin/dswx_compare.py \
proteus-0.5.3/bin/dswx_compare.py \
/out/"${output_file}" /exp/"${expected_file}")
echo "$docker_out"

Expand Down

0 comments on commit 96c1428

Please sign in to comment.