diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-04-23 09:10:08 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-04-26 12:18:29 +0000 |
commit | 5ee4b4593492858d17f3539c842a9cf34d44e386 (patch) | |
tree | 8ff9b6c768ae25b372a31824d34da053bdcc87b6 | |
parent | f18065e3336b35ef8e164fc8e5d1929b3f4bd277 (diff) |
SPEC-3414: the kernel defconfig should always be defconfig+CONFIG_AGL=ykoi_11.0.5koi_11.0.4koi_11.0.3koi_11.0.2koi/11.0.5koi/11.0.4koi/11.0.3koi/11.0.211.0.511.0.411.0.311.0.2koi
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.py | 3 |
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 |