From 96c14284165b18c0a963ac2297c374aa52f97972 Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Tue, 28 Feb 2023 10:22:27 -0800 Subject: [PATCH] Updated DSWx-HLS CI scripts to utilize v0.5.3 calval SAS release --- .ci/scripts/build_dswx_hls.sh | 2 +- .ci/scripts/test_int_dswx_hls.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/scripts/build_dswx_hls.sh b/.ci/scripts/build_dswx_hls.sh index 23cca9f8..1ae7b59f 100755 --- a/.ci/scripts/build_dswx_hls.sh +++ b/.ci/scripts/build_dswx_hls.sh @@ -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" diff --git a/.ci/scripts/test_int_dswx_hls.sh b/.ci/scripts/test_int_dswx_hls.sh index 687757ce..a05ed1ae 100755 --- a/.ci/scripts/test_int_dswx_hls.sh +++ b/.ci/scripts/test_int_dswx_hls.sh @@ -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"