Issue #144: staging gameplay smoke artifact output #145
Reference in New Issue
Block a user
Delete Branch "dev/issue-144-smoke-artifact"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements #144 (epic #16 scope) with a concrete staging gameplay smoke artifact.
What changed
manage.py smoke_stagingnow supports--artifact <path>and writes a JSON gameplay smoke artifact.infra/staging/smoke_suite.shnow stores timestamped artifact files under/opt/wpp-staging/app/artifacts/smoke/by default.SmokeStagingCommandTests.Acceptance notes
python manage.py test lobby.tests.SmokeStagingCommandTestsbash -n infra/staging/smoke_suite.shLGTM ✅
Jeg har gennemgået ændringerne i
smoke_stagingartifact-flowet og staging smoke-scriptet. Implementeringen matcher issue scope (#144): artifact er valgfrit, indeholder relevante felter, og shell-scriptet skriver timestamped artifact under staging-appens artifact-mappe.Ingen blockers fundet.