diff --git a/README.md b/README.md index 639590b4..6384c781 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Create a repo for you custom addons repo - No server files should be given since it is an addons repo. - No addons_path given to use repo root as default. - we only want to test runbot and runbot_cla on runbot, `-*,runbot,runbot_cla` will blacklist all except this ones -- The remote has PR option checked to fetch pull request too. This is optional. +- The remote PR option can be checked to fetch pull request too if a github token is given for this repo. #### Tweak runbot parameters and enable features @@ -174,6 +174,8 @@ Note that the used config is default. It is adviced to customize this config. In When a branch is pushed, a new batch will be created, and after one minute the new build will be created if no other change is detected. The build remains in pending state for now. Check the result on 127.0.0.1:8069/runbot +CI options (not on screeshot) will only be used to send status on remotes of trigger repositories having a valid token. + #### Hosts Runbot is able to share pending builds accross multiple hosts. In the present case, there is only one. A new host will never assign pending build to himself by default. Go in the Build Hosts menu and chose yours. Uncheck *Only accept assigned build*. You can also tweak the number of parallel builds for this host. diff --git a/runbot/documentation/images/repo_odoo.png b/runbot/documentation/images/repo_odoo.png index a7eb3afa..aced03eb 100644 Binary files a/runbot/documentation/images/repo_odoo.png and b/runbot/documentation/images/repo_odoo.png differ diff --git a/runbot/documentation/images/repo_runbot.png b/runbot/documentation/images/repo_runbot.png index acb3524b..c174fdc8 100644 Binary files a/runbot/documentation/images/repo_runbot.png and b/runbot/documentation/images/repo_runbot.png differ