fix(delivery): mark deploy source sha as observed readback
This commit is contained in:
@@ -118,8 +118,10 @@ def build_delivery_closure_workbench(
|
||||
"blocker_count": _int(production_deploy_rollups.get("hard_blocker_count")),
|
||||
"metric": {
|
||||
"kind": "deploy_readback",
|
||||
"source_control_main_short_sha": str(
|
||||
production_deploy_readback.get("source_control_main_short_sha")
|
||||
"observed_source_control_main_short_sha": str(
|
||||
production_deploy_readback.get(
|
||||
"observed_source_control_main_short_sha"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"production_image_tag_short_sha": str(
|
||||
|
||||
Reference in New Issue
Block a user