From 14c2a600e953ec49bec723ce12fe70172159977c Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Tue, 3 Dec 2024 09:46:34 +0000 Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s) Co-authored-by: Simone Spinelli <simone.spinelli@geant.org> --- gso/workflows/router/promote_p_to_pe.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gso/workflows/router/promote_p_to_pe.py b/gso/workflows/router/promote_p_to_pe.py index 8db471f76..9f07f76eb 100644 --- a/gso/workflows/router/promote_p_to_pe.py +++ b/gso/workflows/router/promote_p_to_pe.py @@ -64,9 +64,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator: def run_pre_checks(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> LSOState: """Run pre-deployment checks.""" extra_vars = { - "dry_run": False, "subscription": subscription, - "commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - pre-deployment checks", "verb": "pre_checks", } @@ -203,9 +201,7 @@ def deploy_routing_instances_real(subscription: dict[str, Any], tt_number: str, def run_post_checks(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> LSOState: """Run post-deployment checks.""" extra_vars = { - "dry_run": False, "subscription": subscription, - "commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Run post-deployment checks", "verb": "post_checks", } -- GitLab