Commit Graph

8 Commits

Author SHA1 Message Date
pavlov346346-source
9bee2e4adc ci(gitea): kill leftover webServer process and cap job at 25min
All checks were successful
Caterium QA / qa (push) Successful in 17m29s
Playwright's webServer (http-server) wasn't exiting after the e2e
step, holding stdout open and hanging Gitea's Complete job step
indefinitely (observed run #13 stuck past 6 minutes with no progress).
Add an explicit cleanup step plus a job-level timeout as a backstop.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-24 04:06:44 +03:00
pavlov346346-source
01fa5aef7f ci(gitea): scope e2e to desktop/chromium only, non-blocking
Some checks failed
Caterium QA / qa (push) Has been cancelled
The VPS can't carry the full 4-project chromium+webkit matrix even
with swap and workers=1 (56min run, 67 timeouts from disk thrashing).
Full e2e coverage stays on GitHub-hosted runners; this is a fast,
best-effort smoke check for Gitea until GitHub Actions minutes reset.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-24 03:59:01 +03:00
pavlov346346-source
c985714ad6 ci(gitea): run e2e tests with a single worker, VPS can't handle parallel chromium+webkit
Some checks failed
Caterium QA / qa (push) Failing after 58m54s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 16:42:41 +03:00
pavlov346346-source
3c15562e08 ci(gitea): install php-curl, proxy-http tests need CURLOPT_* constants
Some checks are pending
Caterium QA / qa (push) Waiting to run
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 14:29:27 +03:00
pavlov346346-source
66ab47de72 ci(gitea): install php-cli, act_runner image doesn't ship with php
Some checks failed
Caterium QA / qa (push) Failing after 1m33s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 14:27:17 +03:00
pavlov346346-source
893f2f6a67 ci(gitea): don't fail pipeline on npm audit, npmmirror.com lacks the advisories endpoint
Some checks failed
Caterium QA / qa (push) Failing after 1m20s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 14:24:50 +03:00
pavlov346346-source
e5e4e4208d ci(gitea): route npm through npmmirror.com, registry.npmjs.org unreachable from this host
Some checks failed
Caterium QA / qa (push) Failing after 1m12s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 14:13:54 +03:00
pavlov346346-source
8f5fff421a ci: add Gitea Actions workflow mirroring GitHub qa.yml
Some checks failed
Caterium QA / qa (push) Failing after 8m6s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-23 13:33:13 +03:00