-
-
Notifications
You must be signed in to change notification settings - Fork 268
[NEW] Setup database template / unaccent on travis and runbot #701
base: master
Are you sure you want to change the base?
Conversation
Unfortunately the unaccent fix does not propagate to the runbot, would it be necessary to add these environment variables to the runbot? https://runbot2.odoo-community.org/runbot/static/build/3520430-1701-228d66/logs/job_20_test_all.txt Thanks in advance |
runbot is dead. Please open a new issue on runboat if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok with me
@mileo before we depend on Travis specific things while Travis is already dead, I approve this if you propose something equivalent for Runboat here https://github.com/OCA/oca-ci/tree/master/bin and if it gets approved. |
We will work on that ASAP. |
I have verified that many OCA projects still using travis (13/14) and i don't think i's a problem to merge it. And from what I analyzed in the runboat/oca-ci code it is simpler and less parameterizable than maintainer-quality-tools keeping the same db, which apparently won't cause the same problem, but it's necessary to test to have 100% of assurance. |
Hi,
We are trying to run OCA travis tests with the unaccent extension:
https://github.com/OCA/l10n-brazil/pull/1701/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485
It was only possible when we added this new optional parameter that allows you to use a template database in the test setup.