You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(audience): add manual self-hosted Linux PlayMode job (SDK-255)
- Adds a playmode-linux-selfhosted job to test-audience-sample-app.yml,
gated `if: github.event_name == 'workflow_dispatch'` so the self-hosted
Linux runner is not consumed on every PR.
- Targets the [self-hosted, X64, Linux] runner with the same matrix shape
as the GameCI Linux job (IL2CPP and Mono2x for Unity 2021.3.45f2).
- Activates Unity at job start and returns the license at job end so
manual reruns do not leak seats against the serial's activation pool.
- Used to cross-check that the SDK behaves the same on a real self-hosted
Linux machine as it does inside the GameCI Docker image.
- Lives in the existing workflow file (not a new file) because GitHub's
workflow_dispatch API only accepts workflow files that exist on the
default branch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments