ci(#1499): add smoke-test end-to-end workflow#339
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions end-to-end smoke-test workflow that builds a minimal Unreal Engine Linux project with the plugin injected, runs it against the production LootLocker backend, and reports pass/fail based on a generated output file.
Changes:
- Introduces a new
Smoke Testworkflow triggered on PRs/pushes/manual dispatch. - Builds & packages the external smoketest project in an Epic UE Docker image (matrix over UE images).
- Executes the packaged binary with repo secrets and uploads logs/artifacts on failure.
110caf5 to
aa635a6
Compare
a0401bc to
84c9057
Compare
aa635a6 to
037f86c
Compare
84c9057 to
b4b8b33
Compare
b4b8b33 to
d4bffe8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1499 (tracked in lootlocker/index#1499)
Stacks on top of #335 (HTTP Execution Queue).
Summary
Adds a GitHub Actions smoke-test workflow that packages the SDK into a minimal UE Linux game, runs it against the real LootLocker production backend, and checks that all API calls succeed.
What it looks like
What changed
.github/workflows/smoke-test.yml— end-to-end CI workflow:¨main/dev*, pushes tomain/ci/*, andworkflow_dispatchLLSmokeOutput.txt(120 s timeout) and fails the job ifRun Failedis presentvars.CI_SMOKE_TEST_IMAGESso multiple UE versions can be tested in parallelDependencies
This PR depends on changes from #335 (the
LootLockerNotificationsStaticStringsLinux export fix needed for the smoke test to link). Merge #335 first, then this one — or merge both together once #335 is approved."