Exercise the Linux desktop release launch in CI - #1729
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 13, 2026
timohueser
force-pushed
the
codex/linux-desktop-launch
branch
from
September 13, 2026 22:52
8134907 to
69b4f55
Compare
5 tasks
timohueser
force-pushed
the
codex/linux-desktop-launch
branch
from
September 13, 2026 23:11
69b4f55 to
01c6088
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.
Desktop CI now launches the existing Linux release binary and its embedded custom-protocol frontend under Xvfb with an isolated D-Bus session. The real region picker searches for and adds Switzerland from a loopback catalog through Rust IPC, checks the resolved 994 B part, and closes the application. The dedicated affected end-to-end job is part of the aggregate gate.
The harness uses tauri-driver 2.0.6, Selenium 4.35.0 and a native WebKit driver matched exactly to its runtime. It keeps bounded state waits, driver/application logs, catalog requests, HTML, a ready screenshot, and failure screenshots. No production test hook or development server is used.
Independent adversarial review cleared the implementation and each later delta through
909861bfc9a278c207cb2034004f0354b0ff5550. CI run 34789369813 passed every required job and the aggregate on this exact head. Root and implementer inspecteddesktop-launch-linux-1:tauri://localhost, Switzerland selected, 994 B resolved, all six native catalog requests returned 200, andapplication_exited: true. The screenshot shows the real UI; the application log has no panic. Merged as941596a802df4fe65e5e65538e3d2868d0f62e75.Validation:
./tools/obc suites check,./tools/obc suites validate-filters, and./tools/obc test affected --base origin/develop --dry-runpassed.No local desktop release build, Linux emulation, physical test, resource build, UI snapshot sweep or full CI mirror was run. No public documentation changed; the desktop README documents reproduction and evidence. Initial CI startup failures established the need for an isolated D-Bus session; their artifacts remain linked in #1727.
Closes #1727. #994 and #1448 remain open. Physical USB detection/upload, Windows launch, macOS automation, installers, signing and distribution remain outside this change.