From: Alexander Kanavin <alex.kanavin@gmail.com>
To: yocto@lists.yoctoproject.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH yocto-autobuilder-helper] config.json: run CDN population tasks with --runall build
Date: Tue, 30 Jan 2024 09:02:05 +0100 [thread overview]
Message-ID: <20240130080205.30323-1-alex.kanavin@gmail.com> (raw)
There was a report of missing go-cross:populate_sysroot here:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6504/steps/23/logs/stdio
The builds that are expected to create the object (or take it from cache) are:
https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/8481/steps/12/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/76/builds/8457/steps/25/logs/stdio
and neither mentioned that task anywhere, instead going directly to go-helloworld's rpm.
This means that go-cross can be neither taken from cache not written into it in
a-full, and we need '--runall build' to ensure it's not skipped over.
I also took the opportunity to match up the target image names with what the CDN
test actually checks.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
config.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config.json b/config.json
index ad18226..5e24c7e 100644
--- a/config.json
+++ b/config.json
@@ -969,12 +969,14 @@
},
"step5" : {
"shortname" : "x86 rpm (for CDN)",
+ "BBTARGETS" : "--runall build core-image-full-cmdline core-image-sato-sdk core-image-minimal",
"MACHINE" : "qemux86-64",
"PACKAGE_CLASSES" : "package_rpm",
"SANITYTARGETS" : ""
},
"step6" : {
"shortname" : "arm rpm (for CDN)",
+ "BBTARGETS" : "--runall build core-image-full-cmdline core-image-sato-sdk core-image-minimal",
"MACHINE" : "qemuarm64",
"PACKAGE_CLASSES" : "package_rpm",
"SANITYTARGETS" : ""
--
2.43.0
reply other threads:[~2024-01-30 8:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240130080205.30323-1-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox