agl-ci: disable cve-check due to fetcher issues 29/30529/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 20 Nov 2024 16:40:07 +0000 (17:40 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 21 Nov 2024 09:24:29 +0000 (09:24 +0000)
Currently there are issues while fetching the database.
Disable the check.

Bug-AGL: SPEC-5298
Change-Id: I646674e69abcd0835a7e69d7235b7c512052e5a5
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30529
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

templates/feature/agl-ci/99_local.conf.inc

index b633751..4c2ff30 100644 (file)
@@ -15,7 +15,9 @@ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/  \n \
 
 SSTATE_MIRRORS = "  file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/master/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n                  "
 
-INHERIT += "cve-check"
+# disable due to fetch issues
+#INHERIT += "cve-check"
+
 INHERIT += "buildhistory"
 INHERIT += "buildstats"
 INHERIT += "buildstats-summary"