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

Apply 2 suggestion(s) to 1 file(s)

parent 8b153ad4
No related branches found
No related tags found
No related merge requests found
Pipeline #90731 failed
...@@ -64,9 +64,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator: ...@@ -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: def run_pre_checks(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> LSOState:
"""Run pre-deployment checks.""" """Run pre-deployment checks."""
extra_vars = { extra_vars = {
"dry_run": False,
"subscription": subscription, "subscription": subscription,
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - pre-deployment checks",
"verb": "pre_checks", "verb": "pre_checks",
} }
...@@ -203,9 +201,7 @@ def deploy_routing_instances_real(subscription: dict[str, Any], tt_number: str, ...@@ -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: def run_post_checks(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> LSOState:
"""Run post-deployment checks.""" """Run post-deployment checks."""
extra_vars = { extra_vars = {
"dry_run": False,
"subscription": subscription, "subscription": subscription,
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Run post-deployment checks",
"verb": "post_checks", "verb": "post_checks",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment