Skip to content
Snippets Groups Projects
Verified Commit b5ef4ae8 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update workflow name of prefix list validation workflow in email notification gatherer

parent 78fb3b89
No related branches found
No related tags found
1 merge request!418Fix issues with validation workflow schedule
Pipeline #93971 passed
...@@ -18,7 +18,7 @@ from gso.settings import load_oss_params ...@@ -18,7 +18,7 @@ from gso.settings import load_oss_params
@step("Gather all tasks that have failed") @step("Gather all tasks that have failed")
def gather_failed_tasks() -> State: def gather_failed_tasks() -> State:
"""Gather all tasks that have failed.""" """Gather all tasks that have failed."""
failed_prefix_list_tasks = get_suspended_tasks_by_workflow_name("validate_prefix_list") failed_prefix_list_tasks = get_suspended_tasks_by_workflow_name("validate_geant_ip_prefix_list")
all_other_tasks = list(set(get_failed_tasks()) - set(failed_prefix_list_tasks)) all_other_tasks = list(set(get_failed_tasks()) - set(failed_prefix_list_tasks))
return { return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment