Skip to content

Commit

Permalink
Update pipeline references in response to RFC-775.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleighh committed Jan 30, 2024
1 parent 0502274 commit 7f47878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipelines/LSSTCam-imSim/ApVerify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- apPipe
- location: $AP_PIPE_DIR/pipelines/LsstCamImSim/ApPipe.yaml
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ApPipe.yaml
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam-imSim/ApVerifyCalibrateImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ imports:
# a metrics subset because it would require constant micromanagement.
exclude:
- apPipe
- location: $AP_PIPE_DIR/pipelines/LsstCamImSim/ApPipeCalibrateImage.yaml
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ApPipeCalibrateImage.yaml
tasks:
# ApVerify override removed by excluding apPipe.
diaPipe:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/LSSTCam-imSim/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imports:
- location: $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml
exclude:
- processCcd
- location: $AP_PIPE_DIR/pipelines/LsstCamImSim/ProcessCcd.yaml
# Can't use $AP_PIPE_DIR/pipelines/LsstCamImSim/ApPipeWithFakes.yaml here
- location: $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ProcessCcd.yaml
# Can't use $AP_PIPE_DIR/pipelines/LSSTCam-imSim/ApPipeWithFakes.yaml here
# because the changes made by that file and _ingredients/ApVerifyWithFakes.yaml
# are hard to separate.

0 comments on commit 7f47878

Please sign in to comment.