Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bedrock/utils/config/usa_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ def _validate_ghg_flag_compatibility(self) -> USAConfig:
'1bda811e0169436ae90fd356fbef512ce7518ccb', # v0.1
'2ebb51f7190c3a62b5d8b2420bff9b20f57282fc', # test
'9fe22d9afdfdb6806397b2356eb3cf4c4c346744', # test: snapshot from 2025_usa_cornerstone_fbs_schema
'7372464249c434c9bebb172c065a4d0e3702176e', # v0.2 (current .SNAPSHOT_KEY)
'7372464249c434c9bebb172c065a4d0e3702176e', # v0.2
'4d67c8f0f5721a30ce03f4d3eef85a82e7199032', # v0.3.0-alpha (current .SNAPSHOT_KEY)
] = 'v0'

@property
Expand Down
2 changes: 1 addition & 1 deletion bedrock/utils/snapshots/.SNAPSHOT_KEY
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7372464249c434c9bebb172c065a4d0e3702176e
4d67c8f0f5721a30ce03f4d3eef85a82e7199032
3 changes: 2 additions & 1 deletion bedrock/utils/snapshots/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# Release snapshots (GCS prefix or git SHA)
v0 = "v0" # config: legacy GCS prefix (pre git-SHA snapshots)
v0_1 = "1bda811e0169436ae90fd356fbef512ce7518ccb" # config: 2025_usa_cornerstone_full_model
v0_2 = "7372464249c434c9bebb172c065a4d0e3702176e" # config: 2025_usa_cornerstone_full_model; matches .SNAPSHOT_KEY
v0_2 = "7372464249c434c9bebb172c065a4d0e3702176e" # config: 2025_usa_cornerstone_full_model
v0_3_0_alpha = "4d67c8f0f5721a30ce03f4d3eef85a82e7199032" # config: 2025_usa_cornerstone_full_model; matches .SNAPSHOT_KEY

# Intermediate snapshot SHAs (atomic configs, test fixtures — not release labels)
TEST_config_default = "2ebb51f7190c3a62b5d8b2420bff9b20f57282fc" # config: 2025_usa_cornerstone_full_model
Expand Down
Loading