Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
John Parejko
John ParejkoReporter
John Parejko
John ParejkoLabels
Reviewers
Krzysztof Findeisen
Story Points
1
RubinTeam
Alert Production
Components
Sprint
None
Checklist
Checklist
Created April 27, 2022 at 11:51 PM
Updated August 29, 2022 at 10:33 PM
Resolved August 29, 2022 at 10:33 PM
I found the
--fail-fast
option topipetask
, which causes the pipeline execution to fail immediately on error, instead of trying to continue execution. I think this is what we want for ap_verify, as it's purpose is to test our pipeline, and any failures should halt.Adding `"--fail-fast",` to line 98 of ap_verify's
pipeline_driver.py
seems to have done the trick.Alternately, we could make this a commandline option to ap_verify, if we don't want to always fail immediately (but I think we do?).