Skip to content

Commit

Permalink
aws/stages: specify actions as background_job_run
Browse files Browse the repository at this point in the history
Change-Id: I01db9bb19f61a00982fc16f574ec7a56ea85255d
  • Loading branch information
anthonyh209 committed Jan 7, 2025
1 parent cbdf102 commit e17b165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmk/gui/quick_setup/config_setups/aws/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def prepare_aws() -> QuickSetupStage:
],
recap=[recaps.recaps_form_spec],
next_button_label=_("Configure host and regions"),
run_in_background=True,
)
],
)
Expand Down Expand Up @@ -257,6 +258,7 @@ def review_and_run_preview_service_discovery() -> QuickSetupStage:
],
load_wait_label=_("This process may take several minutes, please wait..."),
next_button_label=_("Test configuration"),
run_in_background=True,
),
QuickSetupStageAction(
id=ActionId("skip_configuration_test"),
Expand Down Expand Up @@ -375,6 +377,7 @@ def aws_transform_to_disk(params: Mapping[str, object]) -> Mapping[str, object]:
id=ActionId("activate_changes"),
label=_("Save & go to Activate changes"),
action=action,
run_in_background=True,
),
],
)

0 comments on commit e17b165

Please sign in to comment.