From d8bcb1c50b9b67e4d80141ed91bbeb2d195af504 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 20 Nov 2024 17:40:07 +0100 Subject: agl-ci: disable cve-check due to fetcher issues Currently there are issues while fetching the database. Disable the check. Bug-AGL: SPEC-5298 Change-Id: I646674e69abcd0835a7e69d7235b7c512052e5a5 Signed-off-by: Jan-Simon Moeller 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 (cherry picked from commit bb36d5831ba9897b44c9cff92fccd26a977e4b8a) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30657 --- templates/feature/agl-ci/99_local.conf.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/feature/agl-ci/99_local.conf.inc') diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index d9451d519..ab2d99251 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -15,7 +15,9 @@ https://.*/.* ${AGL_HOST_PREMIRROR}/AGL/mirror/ \n \ SSTATE_MIRRORS = " file://.* ${AGL_HOST_SSTATE_MIRROR}/sstate-mirror/ricefish/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " -INHERIT += "cve-check" +# disable due to fetch issues +#INHERIT += "cve-check" + INHERIT += "buildhistory" INHERIT += "buildstats" INHERIT += "buildstats-summary" -- cgit 1.2.3-korg