|
5 | 5 | CALIBRATION_PACKAGE_FILENAME, |
6 | 6 | CALIBRATION_PACKAGE_METADATA_FILENAME, |
7 | 7 | CALIBRATION_PACKAGE_SUBSTAGE_ID, |
| 8 | + CALIBRATION_REPORTS_DIRNAME, |
| 9 | + DATASET_BUILD_OUTPUT_CONTRACT_FILENAME, |
8 | 10 | DEFAULT_TARGET_CONFIG_PATH, |
9 | 11 | MATRIX_BUILD_DIRNAME, |
| 12 | + SOURCE_DATASET_FILENAME, |
10 | 13 | TARGET_CONFIG_IDENTITY_MODES, |
| 14 | + TARGET_DATABASE_FILENAME, |
11 | 15 | CalibrationPackageArtifactPaths, |
| 16 | + CalibrationPackageOutputBundle, |
| 17 | + Stage2BuildContext, |
| 18 | + Stage2InputBundle, |
| 19 | + Stage2InputBundleError, |
| 20 | + Stage2InputSource, |
12 | 21 | TargetConfigIdentity, |
13 | 22 | calibration_package_artifact_paths, |
14 | 23 | resolve_target_config_identity, |
| 24 | + stage2_build_context_for_run, |
| 25 | + stage2_input_bundle_from_artifacts_dir, |
| 26 | + stage2_input_bundle_from_stage1_contract, |
| 27 | + stage2_input_bundle_from_stage1_contract_path, |
15 | 28 | ) |
16 | 29 |
|
17 | 30 | __all__ = [ |
18 | 31 | "CALIBRATION_PACKAGE_CONTRACT_FILENAME", |
19 | 32 | "CALIBRATION_PACKAGE_FILENAME", |
20 | 33 | "CALIBRATION_PACKAGE_METADATA_FILENAME", |
21 | 34 | "CALIBRATION_PACKAGE_SUBSTAGE_ID", |
| 35 | + "CALIBRATION_REPORTS_DIRNAME", |
| 36 | + "DATASET_BUILD_OUTPUT_CONTRACT_FILENAME", |
22 | 37 | "DEFAULT_TARGET_CONFIG_PATH", |
23 | 38 | "MATRIX_BUILD_DIRNAME", |
| 39 | + "SOURCE_DATASET_FILENAME", |
24 | 40 | "TARGET_CONFIG_IDENTITY_MODES", |
| 41 | + "TARGET_DATABASE_FILENAME", |
25 | 42 | "CalibrationPackageArtifactPaths", |
| 43 | + "CalibrationPackageOutputBundle", |
| 44 | + "Stage2BuildContext", |
| 45 | + "Stage2InputBundle", |
| 46 | + "Stage2InputBundleError", |
| 47 | + "Stage2InputSource", |
26 | 48 | "TargetConfigIdentity", |
27 | 49 | "calibration_package_artifact_paths", |
28 | 50 | "resolve_target_config_identity", |
| 51 | + "stage2_build_context_for_run", |
| 52 | + "stage2_input_bundle_from_artifacts_dir", |
| 53 | + "stage2_input_bundle_from_stage1_contract", |
| 54 | + "stage2_input_bundle_from_stage1_contract_path", |
29 | 55 | ] |
0 commit comments