diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 4d45fd26..e6df5993 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -130,7 +130,12 @@ jobs: # Inert while the policy above is byok-required, because a snapshot # cannot cross into an org's own project. It goes live for subscribed # orgs under plans/SUBSCRIPTION-COMPUTE.md. - BLITZ_DEPLOY_VAR_HETZNER_SERVER_IMAGES: '*=425047509' + # + # Snapshot 425198627, baked 2026-08-28 by the repaired bake (#101). + # The timings above were measured on 425047509, which was a partial + # build: it carried the box image but not lever 2, so those numbers + # are a floor for this image rather than a measurement of it. + BLITZ_DEPLOY_VAR_HETZNER_SERVER_IMAGES: '*=425198627' # The billing service's origin, once it has one. Empty is skipped, so # this line changes nothing until the value is set, and setting it # then needs no commit. It is an environment secret rather than an diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 972437cb..32d370ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,12 @@ jobs: # Rebake with `npm run golden:bake -- --location hel1` and update # BOTH workflows. An id that no longer resolves is not an outage: the # adapter warns and falls back to stock Ubuntu. - BLITZ_DEPLOY_VAR_HETZNER_SERVER_IMAGES: '*=425047509' + # + # Snapshot 425198627, baked 2026-08-28 by the repaired bake (#101). + # The timings above were measured on 425047509, which was a partial + # build: it carried the box image but not lever 2, so those numbers + # are a floor for this image rather than a measurement of it. + BLITZ_DEPLOY_VAR_HETZNER_SERVER_IMAGES: '*=425198627' # The billing service's origin, once it has one. Empty is skipped, so # this line changes nothing until the value is set, and setting it # then needs no commit. It is an environment secret rather than an