|
23 | 23 | ) |
24 | 24 | from .context import ReleasePromotionContext |
25 | 25 | from .validation import build_release_candidate_shape_report |
| 26 | +from .validation import ( |
| 27 | + DEFAULT_REQUIRED_RELEASE_ARTIFACT_FAMILIES, |
| 28 | + RELEASE_VALIDATION_SUBSTAGE_ID, |
| 29 | + ReleaseCandidateValidationDependencies, |
| 30 | + ReleaseCandidateValidator, |
| 31 | + default_release_candidate_validation_dependencies, |
| 32 | +) |
26 | 33 |
|
27 | 34 | __all__ = [ |
28 | 35 | "BASE_RELEASE_ARTIFACT_PATHS", |
| 36 | + "DEFAULT_REQUIRED_RELEASE_ARTIFACT_FAMILIES", |
| 37 | + "RELEASE_VALIDATION_SUBSTAGE_ID", |
29 | 38 | "ReleaseArtifactSpec", |
30 | 39 | "ReleaseCandidateInputBundle", |
31 | 40 | "ReleasePromotionContext", |
| 41 | + "ReleaseCandidateValidationDependencies", |
| 42 | + "ReleaseCandidateValidator", |
32 | 43 | "build_legacy_release_candidate_bundle", |
33 | 44 | "build_release_candidate_bundle_from_stage4_contract", |
34 | 45 | "build_release_candidate_shape_report", |
| 46 | + "default_release_candidate_validation_dependencies", |
35 | 47 | "dedupe_normalized_release_paths", |
36 | 48 | "infer_artifact_identity", |
37 | 49 | "infer_release_artifact_spec", |
|
0 commit comments