summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2021-04-23 09:10:08 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-04-26 12:18:29 +0000
commit5ee4b4593492858d17f3539c842a9cf34d44e386 (patch)
tree8ff9b6c768ae25b372a31824d34da053bdcc87b6
parentf18065e3336b35ef8e164fc8e5d1929b3f4bd277 (diff)
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 <clabbe@baylibre.com> (cherry picked from commit 7b4b6e3a1eed22f5e0980d6438cd2ced0235aba4)
-rw-r--r--utils/agljobtemplate.py3
1 files changed, 0 insertions, 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