This builder generates global chart data from individual branch metrics.
By splitting it out of metrics we can simplify metrics and schedule it
more freely.

This builder should be scheduled after metrics has been run for every
branch.

Signed-off-by: Yoann Congal <yoann.con...@smile.fr>
---
 config.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/config.json b/config.json
index 763121a..5b63313 100644
--- a/config.json
+++ b/config.json
@@ -1332,6 +1332,23 @@
                 "EXTRACMDS": [ "${SCRIPTSDIR}/run-abint 
${HELPERRESULTSDIR}/../../abint/"]
             }
         },
+        "metrics-charts" : {
+            "NEEDREPOS" : ["poky", "meta-openembedded"],
+            "step1" : {
+                "shortname" : "Fetching metrics repositories",
+                "EXTRAPLAINCMDS" : [
+                    "git clone ssh://g...@push.yoctoproject.org/yocto-metrics 
&& git clone ssh://g...@push.yoctoproject.org/yocto-metrics-meta-oe"
+                ]
+            },
+            "step2" : {
+                "shortname" : "CVE charts for meta",
+                "EXTRACMDS" : ["${SCRIPTSDIR}/run-cvecharts --metrics 
../yocto-metrics --results ${HELPERRESULTSDIR}/../../patchmetrics --push"]
+            },
+            "step3" : {
+                "shortname" : "CVE charts for meta-oe",
+                "EXTRACMDS" : ["${SCRIPTSDIR}/run-cvecharts --metrics 
../yocto-metrics-meta-oe --results 
${HELPERRESULTSDIR}/../../patchmetrics-meta-oe --push"]
+            }
+        },
         "meta-mingw" : {
             "NEEDREPOS" : ["poky", "meta-mingw"],
             "MACHINE" : "qemux86-64",
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62770): https://lists.yoctoproject.org/g/yocto/message/62770
Mute This Topic: https://lists.yoctoproject.org/mt/104959076/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to