aboutsummaryrefslogtreecommitdiffstats
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:39 +0000
commit21d50374a11ddba0d2c26958107c1d7f86f3c3e5 (patch)
tree97dc94b3ebcec8b4c39ccedf84c0d89a69203670
parent1be69f3df0b47f287eae1830984105096a6afaed (diff)
SPEC-3414: the kernel defconfig should always be defconfig+CONFIG_AGL=yjellyfish_10.0.3jellyfish/10.0.310.0.3jellyfish
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 1003823..1424b11 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -205,9 +205,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