I wrote this simple YML file that copies the content of the current directory (ia_training module) into application's addons and then run the app with switches to test the solution.
======================
image: jamotion/odoo-ci:8.0 # Test is build based on https://www.odoo.com/forum/help-1/question/how-to-run-tests-526 pipelines: default: - step: script: - ls - cp -r * /opt/odoo/custom_addons/ - cd /opt/odoo - ./openerp-server -c /etc/odoo/openerp-server.conf --init=ia_training --stop-after-init -d test_database --log-level=test --test-enable =======================
and running tests it gives below error message:
./openerp-server -c /etc/odoo/openerp-server.conf --init=ia_training --stop-after-init -d test_database --log-level=test --test-enable
bash: ./openerp-server: No such file or directory
Script is based on the Odoo-CI available at https://bitbucket.org/jamotion/odoo-ci
Can someone assist me on how to modify this ?
Thanks,
Are you still having issues with this? If so I'd advise you to raise an issue for this one, and we can help you troubleshoot this. Atlassian Answers is great for questions, but not for issues.
If you are keen to troubleshoot this yourself I'd suggest to speed up your feedback loop by getting this to work in Docker, locally. You can use debug your pipelines locally with Docker as a reference.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.