Closed andrewyova closed 7 years ago
What is your odoo-extra sha and what is the repository record?
what do you mean about odoo-extra sha?
i download odoo-extra witch at branch 9.0
which repository record? i add repository record at my project gitlab
Hello,
You may want to check these two presentations https://www.odoo.com/slides/slide/how-to-setup-your-own-runbot-309 (check slide 20) https://www.odoo.com/slides/slide/deploy-own-runbot-to-build-a-dashboard-449
The runbot does not find your Odoo server executable.
The extra dependencies should not be empty. Also the branch matching is not going to work. You must call your branch with the correct name (e.g. master-my-modules or 8.0-my-test)
@mart-e so i must add repository git@github.com:odoo/odoo ,save and update it? that repository it's to much take time , how many size that repository?
@andrewyova you need a full odoo repository to run your modules on to (and it is not the same than the server the runbot uses). Either the official or your fork. Yes, it will take time and yes it will take a lot of space, this is why we advise to use a dedicated server for the runbot.
Closing as a configuration issue and not an issue on the runbot code.
--------------------------------------------------------How I installed Runbot--------------------------------------------
I login using my odoo user : odoo9c at open odoo local like this /opt/odoo9c/openerp-server --addons-path=/opt/odoo9c/addons, --xmlrpc-port 8100 (I add runbot addons at /opt/odoo9c/addons) I open localhost:8100 and create new database called runbot
After create and login i start install app (base setup,web,runbot) this is a setting repository on runbot that i create :
i save it and update and i see the repository being tested, after finish tested the result is red (thumbs down) when i click log it show no error log
In the folder: /opt/odoo9c/addons/runbot/static/build/00002-testing-pci-sales-discount-76e00b/logs
file job_10_test_base.txt : [/usr/bin/python: can't open file '/opt/odoo9c/addons/runbot/static/build/00002-testing-pci-sales-discount-76e00b/bin/openerp-server.py': [Errno 2] No such file or directory]
Would you have any detailed documentation on How Runbot works (how it tests a build, what makes a build pass or fail?)