Commit fa54dfe
committed
[CI] dms: workflow artifact uploads + workflow_dispatch + checklog tolerance
Fork-only — improves test-failure observability without modifying
upstream-bound surface area. Strip before opening any upstream OCA PR
(oca-addons-repo-template owns the .github workflow templates).
CI artifact pipeline (test-failure observability)
- "Upload screenshots from JS tests" step captures /tmp/odoo_tests/<DB>
on failure. Forward-port from the cookiecutter; companion template PR
at ledoent/oca-addons-repo-template#1.
- "Upload odoo server log on failure" step captures
/var/log/odoo/*.log + workspace + runner-temp.
- workflow_dispatch: so we can manually re-trigger when GitHub silently
throttles fork-PR runs after a push burst.
checklog-odoo.cfg
- Ignore "Killing chrome descendants" WARN (benign browser_js cleanup;
OCA_ENABLE_CHECKLOG_ODOO=1 was treating it as a build error).1 parent 5089b85 commit fa54dfe
2 files changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
72 | 89 | | |
73 | 90 | | |
74 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments