ci: ECHO-413: Remove LSO Server Dependency from E2E Workflow #8485
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.
π― Purpose
Remove unnecessary LSO server dependency from the yarn e2e workflow to simplify CI pipeline and reduce potential failure points.
π Changes
β Removed "Run LSO server" step that starts Docker container
β Removed corresponding "Kill LSO server" cleanup step
β Maintained all frontend e2e testing capabilities
β Reduced workflow complexity and execution time
π Background
The e2e workflow was starting a full Label Studio backend server via Docker, but the frontend e2e tests don't actually require backend connectivity. This was adding unnecessary complexity, Docker dependencies, and potential failure points to our CI pipeline.
β Testing
[x] Verified workflow runs successfully with act - current pr too
[x] Confirmed frontend e2e tests pass without backend server
[x] Validated no tests depend on LSO server endpoints
[x] Checked workflow execution time improvement