Skip to content

Commit

Permalink
Start test workflow for without_datastore option
Browse files Browse the repository at this point in the history
  • Loading branch information
eigerx committed Jan 9, 2024
1 parent d48562b commit 44f2a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hsc_rc2_subset_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ source $EXAMPLES/common_setup.sh
config="hsc_rc2_subset.yaml"
config_name="hsc_rc2_subset"
p_name="HSC_rc2_subset"
lsst_version="w_2023_08"
c_name="${lsst_version}_test0"
lsst_version="w_2023_50"
c_name="${lsst_version}_sasquatch_test"
fullname="${p_name}/${c_name}"
db_path="output/cm_${p_name}.db"

Expand Down
2 changes: 1 addition & 1 deletion examples/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ while [ $valid_config = false ]; do
daemon_options="--max-running 10 --sleep-time 300"
elif [ $CONFIG = 'rc2_subset' ]
then
butler_repo='/sdf/group/rubin/repo/main'
butler_repo='/repo/main+sasquatch_dev'
source $EXAMPLES/hsc_rc2_subset_setup.sh
valid_config=true
elif [ $CONFIG = 'DC2_test-med-1' ]
Expand Down

0 comments on commit 44f2a57

Please sign in to comment.