Server 1.206.0 simplifies runner enablement, fixes two test-data issues, and refreshes the self-hosting template.
Docker image: ghcr.io/tuist/tuist:1.206.0
Managed runners
This release removes the per-account concurrency cap and enables runners at the account level through a single feature flag. You can run as many concurrent runners as your plan supports without a separate database limit.
Test results
- Test case runs with the same timestamp now use an
idtiebreaker, so paged lists no longer miss or duplicate rows. - The xcresult parser now reads module names from UI test bundles as well as unit test bundles. Quarantined UI tests that were still running because their module was stored as Unknown are now skipped correctly. Existing UI tests previously stored as Unknown will reappear as new cases and need to be re-quarantined.
Self-hosting
The Docker Compose self-hosting setup now uses Kura instead of the legacy cache-node, and a new downloadable bundle wires together Postgres, ClickHouse, MinIO, Kura, and the Tuist server.