Skip to content

Commit

Permalink
unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Sep 23, 2024
1 parent 106468d commit dd96cc0
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test_datastream_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,30 +89,21 @@ jobs:
run: |
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 -S ngen-datastream -o git_actions_test/
sudo rm -rf $(pwd)/data/datastream_test/mount
sudo rm -rf $(pwd)/data/datastream_test
umount $(pwd)/data/datastream_test/mount
aws s3api wait object-exists --bucket ngen-datastream --key git_actions_test/ngen-run.tar.gz
aws s3api delete-object --bucket ngen-datastream --key git_actions_test/ngen-run.tar.gz
- name: DAILY today test
if: always()
run: |
sudo rm -rf $(pwd)/data/datastream_test
./scripts/stream.sh -s DAILY -C NWM_RETRO_V3 -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json -S ngen-datastream -o DAILY_today_test/
sudo rm -rf $(pwd)/data/datastream_test/mount
sudo rm -rf $(pwd)/data/datastream_test
aws s3api wait object-exists --bucket ngen-datastream --key DAILY_today_test/ngen-run.tar.gz
aws s3api delete-object --bucket ngen-datastream --key DAILY_today_test/ngen-run.tar.gz
./scripts/stream.sh -s DAILY -C NWM_RETRO_V3 -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json
- name: DAILY pick day test
if: always()
run: |
sudo rm -rf $(pwd)/data/datastream_test
./scripts/stream.sh -s DAILY -e 20200620 -C NWM_RETRO_V3 -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json -S ngen-datastream -o DAILY_pick_test/
sudo rm -rf $(pwd)/data/datastream_test/mount
sudo rm -rf $(pwd)/data/datastream_test
aws s3api wait object-exists --bucket ngen-datastream --key DAILY_pick_test/ngen-run.tar.gz
aws s3api delete-object --bucket ngen-datastream --key DAILY_pick_test/ngen-run.tar.gz
./scripts/stream.sh -s DAILY -e 20200620 -C NWM_RETRO_V3 -d $(pwd)/data/datastream_test -g $(pwd)/palisade.gpkg -R $(pwd)/configs/ngen/realization_sloth_nom_cfe_pet.json

0 comments on commit dd96cc0

Please sign in to comment.