diff mbox series

[yocto-autobuilder-helper] config.json: add docs build config

Message ID 20250103-docs-config-v1-1-a0c3fd11ffbf@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: add docs build config | expand

Commit Message

Antonin Godard Jan. 3, 2025, 3:24 p.m. UTC
Like other builds, declare the repos on which the docs build depends on
here. This is needed by the patch "docs: fetch yocto-docs and bitbake
using *shared-repos scripts" on yocto-autobuilder2.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 config.json | 9 +++++++++
 1 file changed, 9 insertions(+)


---
base-commit: e39db7b08eb81b012f2127f41dc1c2b8fa46c003
change-id: 20250103-docs-config-cf6188e69c7a

Best regards,
diff mbox series

Patch

diff --git a/config.json b/config.json
index a6a4332bbd77a952e1886de74c038566cfc2378b..bbe151882da3fbecc5da5def5f3abe1eaac586d7 100644
--- a/config.json
+++ b/config.json
@@ -1817,6 +1817,9 @@ 
         "a-full-posttrigger" : {
             "TEMPLATE" : "trigger-build-posttrigger"
         },
+        "docs": {
+            "NEEDREPOS" : ["yocto-docs", "bitbake"]
+        },
         "patchtest" : {
             "NEEDREPOS" : ["poky", "meta-patchtest", "meta-openembedded"],
             "MACHINE" : "qemux86-64",
@@ -1962,6 +1965,12 @@ 
             "branch" : "master",
             "revision" : "HEAD",
             "no-layer-add" : true
+        },
+        "yocto-docs" : {
+            "url" : "ssh://git@push.yoctoproject.org/yocto-docs",
+            "branch" : "master",
+            "revision" : "HEAD",
+            "no-layer-add" : true
         }
     },
     "buildtools" : {