From 7b4b6e3a1eed22f5e0980d6438cd2ced0235aba4 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Fri, 23 Apr 2021 09:10:08 +0000 Subject: SPEC-3414: the kernel defconfig should always be defconfig+CONFIG_AGL=y kernelCI use defconfig as a filter for linking builds and job results. So the defconfig should be the same as we send in build info. Change-Id: I181314b6bfacb333bc9b94928aae215e5dcee146 Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE --- utils/agljobtemplate.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 80af828..84c76a6 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -208,9 +208,6 @@ class Agljobtemplate(object): if build_version is not None: job['kernel_version'] = build_version - if build_id is not None: - job['kernel_defconfig'] = build_id - if rfs_type is not None: job['rootfs_type'] = rfs_type -- cgit 1.2.3-korg