Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-47299: Add the afterburner subset to all of the pipelines #240

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'd need to also exclude from _ingredients/ApVerify.yaml, else you have double definitions.

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
Loading