Skip to content

Commit 17d8ada

Browse files
committed
Update publication candidate
1 parent d57d64d commit 17d8ada

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

changelog.d/1111.fixed.md renamed to .github/publication_candidates/usdata-gha26292806501-a1/changelog.d/1111.fixed.md

File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"base_release_version": "1.115.5",
3+
"candidate_scope": "1.115.5-patch",
4+
"release_bump": "patch",
5+
"run_id": "usdata-gha26292806501-a1",
6+
"would_release_as_at_build_time": "1.115.6"
7+
}

.github/publication_scope.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_release_version": "1.115.5",
3-
"candidate_scope": "1.115.5-minor",
4-
"release_bump": "minor",
5-
"run_id": "usdata-gha26290378259-a1",
6-
"would_release_as_at_build_time": "1.116.0"
3+
"candidate_scope": "1.115.5-patch",
4+
"release_bump": "patch",
5+
"run_id": "usdata-gha26292806501-a1",
6+
"would_release_as_at_build_time": "1.115.6"
77
}

docs/generated/pipeline_api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@
30863086
"docstring": "Promote a completed pipeline run to production.\n\n1. Verify run status is \"completed\"\n2. Promote every staged artifact in one Hugging Face commit\n3. Upload/copy every artifact to GCS\n4. Finalize release_manifest.json, tag the release, and update\n version_manifest.json\n5. Update run status to \"promoted\"\n\nArgs:\n run_id: The run ID to promote.\n candidate_version: Candidate staging scope used for staged source files.\n release_version: Stable version used for final release metadata.\n\nReturns:\n Summary message.",
30873087
"id": "promote_pipeline_run",
30883088
"kind": "function",
3089-
"line": 1884,
3089+
"line": 1898,
30903090
"metadata": {
30913091
"api_refs": [
30923092
"modal_app.pipeline.promote_run"
@@ -3507,7 +3507,7 @@
35073507
"docstring": "Run the full pipeline end-to-end.\n\nArgs:\n branch: Git branch to build from.\n gpu: GPU type for regional calibration.\n epochs: Training epochs for regional calibration.\n national_gpu: GPU type for national calibration.\n national_epochs: Training epochs for national.\n num_workers: Number of parallel H5 workers.\n n_clones: Number of clones for H5 building.\n skip_national: Skip national calibration/H5.\n resume_run_id: Resume a previously failed run.\n clear_checkpoints: Wipe ALL checkpoints before building\n (default False). Normally not needed \u2014 checkpoints are\n scoped by commit SHA, so stale ones from other commits\n are cleaned automatically. Use True only to force a\n full rebuild of the current commit.\n candidate_version: Candidate staging scope used for HF staging.\n release_version: Final stable release version. Usually empty until\n promotion.\n base_release_version: Stable release current when this candidate was\n built.\n release_bump: Intended SemVer bump for this candidate.\n sha_override: Exact source SHA deployed by GitHub Actions. When\n provided, this is recorded instead of reading the current\n branch tip.\n run_id: Cross-system run ID created by GitHub.\n run_context: Serialized run context from the launcher workflow.\n modal_app_name: Deployed Modal app name for this run.\n modal_environment: Modal environment used for this run.\n chunked_matrix: Build the calibration matrix in clone-household\n chunks instead of the non-chunked path. Opt-in; default off.\n chunk_size: Clone-household columns per chunk when\n ``chunked_matrix`` is True.\n parallel_matrix: Fan chunked matrix building across Modal\n workers via ``build_matrix_chunk_worker``. Only meaningful\n when ``chunked_matrix`` is True; ignored otherwise.\n num_matrix_workers: Number of Modal workers when\n ``parallel_matrix`` is True.\n\nReturns:\n The run ID for use with promote.",
35083508
"id": "run_modal_pipeline",
35093509
"kind": "function",
3510-
"line": 917,
3510+
"line": 931,
35113511
"metadata": {
35123512
"api_refs": [
35133513
"modal_app.pipeline.run_pipeline"
@@ -4187,7 +4187,7 @@
41874187
"docstring": "Verify deployed-image imports and subprocess seams.",
41884188
"id": "verify_runtime_seams",
41894189
"kind": "function",
4190-
"line": 544,
4190+
"line": 558,
41914191
"metadata": {
41924192
"api_refs": [
41934193
"modal_app.pipeline.verify_runtime_seams"

0 commit comments

Comments
 (0)