diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-20 17:40:07 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-21 09:24:29 +0000 |
commit | bb36d5831ba9897b44c9cff92fccd26a977e4b8a (patch) | |
tree | abad600d081df101d20e0e2e9739756471419e1f | |
parent | 8dfcb150c8eb20aa13dbf2153090c47eabbb76f9 (diff) |
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 <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
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index b6337516d..4c2ff30f2 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/master/${DEFAULTTUNE}/PATH;downloadfilename=PATH \n " -INHERIT += "cve-check" +# disable due to fetch issues +#INHERIT += "cve-check" + INHERIT += "buildhistory" INHERIT += "buildstats" INHERIT += "buildstats-summary" |