Skip to content

Commit

Permalink
Add the afterburner subset to all of the pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Nov 6, 2024
1 parent c0de518 commit beef219
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/DECam/ApVerify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- prompt
- afterburner
- location: $AP_PIPE_DIR/pipelines/DECam/ApPipe.yaml
include:
- prompt
- afterburner
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/DECam/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- prompt
- afterburner
- location: $AP_PIPE_DIR/pipelines/DECam/ApPipeWithFakes.yaml
include:
- prompt
- afterburner
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/HSC/ApVerify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- prompt
- afterburner
- location: $AP_PIPE_DIR/pipelines/HSC/ApPipe.yaml
include:
- prompt
- afterburner
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/HSC/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- prompt
- afterburner
- location: $AP_PIPE_DIR/pipelines/HSC/ApPipeWithFakes.yaml
include:
- prompt
- afterburner
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/LSSTCam-imSim/ApVerify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- prompt
- afterburner
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ApPipe.yaml
include:
- prompt
- afterburner
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/LSSTCam-imSim/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- prompt
- afterburner
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ApPipeWithFakes.yaml
include:
- prompt
- afterburner
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/ApVerify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
include:
- prompt
- afterburner
- location: $AP_VERIFY_DIR/pipelines/_ingredients/MetricsRuntime.yaml
exclude:
- timing_calibrate
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithFakes.yaml
include:
- prompt
- afterburner
# Most metrics should not be run with fakes, to avoid bias or contamination.
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ConversionsForFakes.yaml
tasks:
Expand Down

0 comments on commit beef219

Please sign in to comment.