Skip to content
Snippets Groups Projects

Create "Future of CI Pipeline Processing" design doc

Merged Furkan Ayhan requested to merge fa/ci-pipeline-processing-blueprint into master
All threads resolved!
@@ -197,7 +197,7 @@ rollback_job:
- `build_job` runs and fails.
- `test_job` is skipped.
- `rollback_job` is skipped because "skipped" is not a successful state in the DAG processing.
- Even though `rollback_job` is `when: on_failure` and there is a failed job, it is skipped because the `needs` list has a "skipped" job.
### Problem 4: Canceled jobs
Loading