Skip to content

Commit

Permalink
Update test_datastream_options.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
JordanLaserGit authored Oct 30, 2024
1 parent 5141c5f commit e143b90
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_datastream_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Base test and NWM_RETRO_V3
run: |
sudo rm -rf $(pwd)/data/datastream_test
sudo rm -rf $(pwd)/data/datastream_test
./scripts/stream.sh -s 202006200100 -e 202006200200 -C NWM_RETRO_V3 -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json
- name: Cache resource directory
Expand All @@ -62,6 +62,9 @@ jobs:
if: always()
run: |
sudo rm -rf $(pwd)/data/datastream_test
ls $(pwd)/data/cache/
ls $(pwd)/data/cache/datastream-resources/
ls $(pwd)/data/cache/datastream-resources/config/
./scripts/stream.sh -g $(pwd)/palisade.gpkg -R $(pwd)/data/cache/datastream-resources/config/realization.json -F $(pwd)/data/cache/datastream-resources/ngen-forcings/1_forcings.nc -s 202006200100 -e 202006200200 -C NWM_RETRO_V3 -d $(pwd)/data/datastream_test
- name: Resource directory test missing all
Expand Down Expand Up @@ -150,4 +153,4 @@ jobs:
sudo rm -rf $(pwd)/data/datastream_test
./scripts/stream.sh -s DAILY -C NWM_ANALYSIS_ASSIM_EXTEND -e $(date -d '-2 day' '+%Y%m%d0000') -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json

0 comments on commit e143b90

Please sign in to comment.