Skip to content
Snippets Groups Projects
Commit 8ef022c6 authored by Yan Sushchynski (EPAM)'s avatar Yan Sushchynski (EPAM) Committed by Siarhei Khaletski (EPAM)
Browse files

Add trigger rule to skip batch tasks

(cherry picked from commit 8af8301d)
parent 79ef5ed0
No related branches found
No related tags found
No related merge requests found
Pipeline #27845 failed
......@@ -118,7 +118,8 @@ with DAG(
provide_context=True,
dag=dag,
previous_task_id=f"provide_manifest_integrity_task_{batch + 1}",
batch_number=batch + 1
batch_number=batch + 1,
trigger_rule="none_failed_or_skipped",
) >> update_status_finished_op
update_status_running_op >> branch_is_batch_op # pylint: disable=pointless-statement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment