Skip to content

Feature/test auto fail

Landen William Ross requested to merge feature/test_auto_fail into main

This feature causes a failed job to automatically cancel the remaining jobs. Previously if a job failed during the pipeline, the pipeline would continue to run and the other jobs would "succeed". By using the workflow keyword with auto_cancel and on_job_failure: all we can properly "kill" the pipeline if any of the build jobs fail.

Related issue: #59 (moved)


Seems to work for now. I want to run some more tests to see if it does exactly what we want before I remove the draft mark.

  • Remove artdaq "bug" and try pipeline again
  • Resolve merge conflicts with yaml
Edited by Landen William Ross

Merge request reports