Skip to content

Commit

Permalink
Remove extraneous content from bps yaml templates and enable clusteri…
Browse files Browse the repository at this point in the history
…ng for DC2 test-med-1 by default
  • Loading branch information
eigerx committed Jan 24, 2024
1 parent 8fc11ac commit 491d6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
13 changes: 2 additions & 11 deletions src/lsst/cm/prod/configs/DC2/test/dc2_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ imports:

includeConfigs:
- ${CTRL_BPS_PANDA_DIR}/config/bps_usdf.yaml
# To use clustering, leave the following line uncommented:
- ${DRP_PIPE_DIR}/bps/clustering/LSSTCam-imSim/DRP-DC2-clustering.yaml
- ${DRP_PIPE_DIR}/bps/resources/LSSTCam-imSim/DRP-test-med-1.yaml
# The above is all that's needed to request only the memory specified in the
# drp_pipe defaults which should be updated regularly. To use custom memory
Expand All @@ -11,17 +13,6 @@ includeConfigs:

custom_lsst_setup: ""

# turn off the -o option in pipetask commands
pipetaskOutput: ""

executionButler:
requestMemory: 64000
queue: "SLAC_Rubin_Merge"
# turn off chaining in the execution butler because
# no output collection
command2: ""
command3: ""

numberOfRetries: 3

priority: 1000
13 changes: 0 additions & 13 deletions src/lsst/cm/prod/configs/HSC/test/hsc_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,4 @@ numberOfRetries: 3

custom_lsst_setup: ""

# turn off the -o option in pipetask commands
pipetaskOutput: ""

executionButler:
requestMemory: 64000
queue: "SLAC_Rubin_Merge"
# turn off chaining in the execution butler because
# no output collection
command2: ""
command3: ""

priority: 1000

fileDistributionEndPoint: "file:///sdf/data/rubin/panda_jobs/panda_cache/{operator}/panda_cache_box/{payloadFolder}/{uniqProcName}/"

0 comments on commit 491d6d3

Please sign in to comment.