diff mbox series

[yocto-autobuilder-helper] config.json: Add rpm builds to pkgman-non-rpm

Message ID 20231217130805.3217309-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Add rpm builds to pkgman-non-rpm | expand

Commit Message

Richard Purdie Dec. 17, 2023, 1:08 p.m. UTC
The CDN tests fail since do_package is run without rpm's being generated.
With hash equivalence, this can lead to missing sstate artefacts from the
CDN.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 6d9a4ed..d504d07 100644
--- a/config.json
+++ b/config.json
@@ -966,6 +966,18 @@ 
                 "shortname" : "arm deb",
                 "MACHINE" : "qemuarm64",
                 "PACKAGE_CLASSES" : "package_deb"
+            },
+            "step5" : {
+                "shortname" : "x86 rpm (for CDN)",
+                "MACHINE" : "qemux86-64",
+                "PACKAGE_CLASSES" : "package_rpm",
+                "SANITYTARGETS" : ""
+            },
+            "step6" : {
+                "shortname" : "arm rpm (for CDN)",
+                "MACHINE" : "qemuarm64",
+                "PACKAGE_CLASSES" : "package_rpm",
+                "SANITYTARGETS" : ""
             }
         },
         "poky-tiny" : {