Skip to content
Merged
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
13 changes: 13 additions & 0 deletions deploy/check-env-parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@
# three overlays join retina-edge identically and any difference is a
# server silently off the network — which 502s /api/towers, and is exactly
# what this check exists to catch.
# The dark-solver configuration the test droplet is measured under (PR
# #306): free-altitude solve, the per-node frame interval the synthetic
# fleet's ~1 Hz cadence needs, the stale-track cutoff tuned to its miss
# rate, and the dark track-following lane in binding mode after two
# solves. Test only, on purpose: the code defaults (sweep / 1.0 / 3 s /
# shadow / 3) are what staging and production run until the numbers from
# the test droplet say the defaults should move, which is a code change
# in backend/core/state.py and config/constants.py, not an overlay one.
(
"test",
r"^services\.server\.environment\.(SOLVER_ALT_MODE|NODE_FRAME_MIN_INTERVAL_S"
r"|TRACK_MAX_STALE_S|DARK_FOLLOW_MODE|DARK_FOLLOW_MIN_SOLVES)$",
),
# Compose records the file list it was assembled from.
r"^name$",
r"^services\.[^.]+\.(build|image)\.?.*labels.*$",
Expand Down
Loading