test(multiplayer): add release promotion gate

This commit is contained in:
Josh Creek
2026-09-01 18:26:56 +01:00
parent 181a928c87
commit 4b243f1a47
4 changed files with 119 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain verify-kind-agones verify-allocated-compose verify-multiplayer-local verify-multiplayer-load
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain verify-kind-agones verify-allocated-compose verify-multiplayer-local verify-multiplayer-load verify-release-gate
verify-multiplayer-local:
bash scripts/verify_multiplayer_local.sh
@@ -6,6 +6,10 @@ verify-multiplayer-local:
verify-multiplayer-load:
(cd server && go test -tags load ./api -run TestQueueCreateHTTPLoad -count=1)
verify-release-gate:
@test -n "$(RELEASE_REPORT)" || (echo "RELEASE_REPORT=/path/to/report.json is required" >&2; exit 2)
python3 scripts/verify_release_gate.py "$(RELEASE_REPORT)"
verify-phase6:
bash scripts/verify_phase6.sh