Skip to content

Commit

Permalink
Revert "aws/stages: specify actions as background_job_run"
Browse files Browse the repository at this point in the history
This reverts commit e17b165.

Reason for revert: broken e2e test

Change-Id: I30253df70187384b7ccc09a2b0a599f5de4495f6
  • Loading branch information
anthonyh209 committed Jan 7, 2025
1 parent 107fc58 commit 8ccf126
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmk/gui/quick_setup/config_setups/aws/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def prepare_aws() -> QuickSetupStage:
],
recap=[recaps.recaps_form_spec],
next_button_label=_("Configure host and regions"),
run_in_background=True,
)
],
)
Expand Down Expand Up @@ -258,7 +257,6 @@ 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 @@ -377,7 +375,6 @@ 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 8ccf126

Please sign in to comment.