Move cloud onboarding API to an onboarding platform (#141978)

* Move cloud onboarding API to an onboarding platform

* Address review comments

* Add tests

* Move cloud onboarding tests to the cloud integration

* Address review comments

* Don't wait for platforms

* Add test

* Remove useless check for CLOUD_DATA
This commit is contained in:
Erik Montnemery
2025-04-11 16:02:27 +02:00
committed by GitHub
parent a4234bf80e
commit 4aca9cd66b
6 changed files with 382 additions and 273 deletions

View File

@@ -173,11 +173,10 @@ IGNORE_VIOLATIONS = {
"logbook",
# Temporary needed for migration until 2024.10
("conversation", "assist_pipeline"),
# The onboarding integration provides limited backup and cloud APIs for use
# The onboarding integration provides limited backup for use
# during onboarding. The onboarding integration waits for the backup manager
# and cloud to be ready before calling any backup or cloud functionality.
# and to be ready before calling any backup functionality.
("onboarding", "backup"),
("onboarding", "cloud"),
}