test: add a hosted-runner e2e path alongside the self-hosted one - #687
Closed
mdozhdev wants to merge 1 commit into
Closed
test: add a hosted-runner e2e path alongside the self-hosted one#687mdozhdev wants to merge 1 commit into
mdozhdev wants to merge 1 commit into
Conversation
e2e-tests-local needs Docker and the iOS Simulator on one machine, which GitHub-hosted macOS runners cannot provide, so it runs on a self-hosted Mac as a single shard at ~2h per run. Add the same suite on macos-latest with the regtest stack on an ubuntu runner, reached over Tailscale. Both jobs reuse build-local, so the app is built once. e2e-tests-local is untouched and e2e-status still gates only on it, so the new job reports without blocking until it has earned replacing it. regtest-stack and e2e-tests-remote must not depend on each other: the stack job only finishes once the tests are done, so a dependency either way deadlocks. Requires secrets.TS_AUTHKEY and the suite fixes in synonymdev/bitkit-e2e-tests#207. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Collaborator
Author
|
Superseded by #689 — same commit, now on a branch in this repo rather than my fork, named |
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.
Description
e2e-tests-localneeds Docker and the iOS Simulator on one machine, which GitHub-hosted macOS runners cannot provide. It therefore runs on the self-hosted Mac as a single shard, ~2h per run — against ~20m for the same suite on Android's hosted Linux runners.Adds the same suite on
macos-latest, with the regtest stack on anubuntu-latestrunner reached over Tailscale:regtest-stacke2e-tests-remoteBoth reuse
build-local, so the app is still built once.Nothing existing changes.
e2e-tests-localis untouched, ande2e-statusstill gates only on it — the new job reports but does not block, until it has earned replacing it.The two new jobs must not depend on each other:
regtest-stackonly finishes once the tests are done, so a dependency either way deadlocks.Blocked on
secrets.TS_AUTHKEYon this repoVerified
Full
@lightningspec green on this arrangement, 39 min end to end. The remaining 17 tags have not yet been run against a remote stack.Linked Issues/Tasks