Skip to content

ci: V-model pipeline for native-ci and GitHub CI (Refs #254) - #18

Draft
AlexMikhalev wants to merge 3 commits into
mainfrom
task/254-ci-pipeline-gh
Draft

AlexMikhalev wants to merge 3 commits into
mainfrom
task/254-ci-pipeline-gh

Conversation

@AlexMikhalev

Copy link
Copy Markdown
Contributor

Refs #254. V-model CI pipeline for native-ci (source of truth) and the GitHub mirror, kept in sync per docs/ci-gap-analysis.md.

  • rust-toolchain.toml pins 1.97.1 (fixes the GitHub red since 2026-09-01: unpinned rustfmt)
  • deny.toml with every advisory triaged; lockfile bumps held until #252 Phase 3; children #256 #257 #258, terraphim-ai#3374
  • .config/nextest.toml ci profile (JUnit, no fail-fast, retries only for terraphim_server-backed binaries)
  • check -> test -> coverage (65 from a measured 67.51 baseline) -> ub-gates (nightly Miri)
  • GitHub: 3-OS matrix + informational benchmark job

Known: #264 (codex test under workspace feature unification) is a pre-existing failure and will show in the test gate.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WjGks4DGYdDw3QLgu32S96

AlexMikhalev and others added 3 commits September 11, 2026 23:48
…#254)

Same change as 799f6e3 on the Gitea lineage, applied on top of the GitHub
main lineage so the public CI matrix can run it. See docs/ci-gap-analysis.md.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WjGks4DGYdDw3QLgu32S96
…Refs #254)

Whitespace-only. These files were committed on the GitHub main lineage
without rustfmt; the Gitea lineage is already clean.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WjGks4DGYdDw3QLgu32S96
…Refs #254)

--ignore-run-fail on cargo llvm-cov so the coverage gate reports the
number even when the test gate is red (#264). Document the GitHub and
Gitea main lineage divergence, the private-registry block on the GitHub
mirror, and the Gitea-side job skips seen on the first runs.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WjGks4DGYdDw3QLgu32S96
@AlexMikhalev

Copy link
Copy Markdown
Contributor Author

Status: the pinned toolchain fixed the rustfmt failure that has kept this workflow red since 2026-09-01, and a whitespace-only commit formats the files this lineage had committed unformatted. The check job now fails at clippy with failed to load source for dependency terraphim_service: the private Gitea registry answers "Not available" to the GitHub runner, so nothing on this mirror can resolve the 1.21.x family until #210 (crates.io publication) or the registry token is confirmed usable in pull-request runs. Leaving this draft open as the tracking PR for the mirror.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant