Vauxoo / runbot-addons

Runbot Custom Features to be used by community.
GNU Affero General Public License v3.0
3 stars 7 forks source link

[REF] runbot_travis2docker: Using t2d with deployv option #188

Closed moylop260 closed 2 years ago

moylop260 commented 2 years ago

Requires the following patch:

index c168749..12826c3 100644
--- a/runbot/models/build.py
+++ b/runbot/models/build.py
@@ -292,6 +292,7 @@ class runbot_build(models.Model):
                     'committer_email': build.committer_email,
                     'subject': build.subject,
                     'modules': build.modules,
+                    'deployv_image_built': build.deployv_image_built,
                     'build_type': 'rebuild'
                 })
                 build = new_build

It requires to add a new webhooks to "-dev" project to trigger jobs (Not working for stable project)

TODO: Add new field to runbot.build view