ci: forward-port current pipeline (harness + per-module timeout) to gramps61#40
Merged
Merged
Conversation
Bring maintenance/gramps61's .github/ up to feature/ci-cd-pipeline-upstream. The branch carried an early (2026-05-19) branch-neutral snapshot that ran tests with a bare 'python3 -m unittest' — no per-module timeout, no silent-skip detection, no GI bootstrap. The harness added later (run_addon_tests.py, 2026-05-29) only landed on the feature branch and was never forward-ported here, so a hanging addon test (e.g. TMGimporter's real-DB import on Windows) ran unbounded toward the 6h job default. Adds run_addon_tests.py (per-module subprocess timeout + honest skip accounting), addon_system_deps.py, gi_bootstrap/sitecustomize.py, and the matching ci.yml/environment.yml wiring. The ci.yml stays branch-neutral. Forward-port only; no addon changes.
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.
Brings
maintenance/gramps61's.github/up tofeature/ci-cd-pipeline-upstream. The branch carried an early (May-19) snapshot running barepython3 -m unittest— no per-module timeout, no skip-detection, no GI bootstrap. Adds therun_addon_tests.pyharness etc.Expected CI on this PR is not fully green, and that's the point:
TMGimporter — timed out (hung)FAIL (~5 min) instead of the old 6-hour unbounded hang — i.e. the timeout working. Goes green once PR 930 (TMGimporter Windows skip) lands.F821s (PDFFormsnew_page, Sqliteunittest) — unrelated to this sync.Forward-port only; no addon changes.