From ad1530939fb28635bea9e38f2a71ad6d2408ad5a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Fri, 16 Aug 2024 08:54:49 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-227-submit-test-fails-for-smoketests and 2 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/f6b301dc158ff27ab74a7d3cc2e10ba244787a4e YT-227 Fix submit LAVA task for smoke tests Smoke tests use a single type of test (boot.jinja2). However, some parameters need to be dynamic, such as device type. To address this, the `test-plan-args-var` introduced what allows environment variables with extra parameters to be used in the LAVA job generation script. The pipeline has been adjusted accordingly. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/be2a04ab794fb5b2a2eb8f0d44516e1762f8a6a3 Enable verbose mode for submit_test.py -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/cf0071f27de9c5d23ebdebe884668a5885a25952 YT-234: Fix ci-test pipelines (was broken with YT-65 MR) The YT-65 MR refactored the repo_checkout job, which is also used in CI-test pipelines. Added the necessary changes to the CI-test code. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 667964a..f6b301d 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 667964a6d553480dfa01d80efffd26fae07aa563 +Subproject commit f6b301dc158ff27ab74a7d3cc2e10ba244787a4e diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4b993f..163fee9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 667964a6d553480dfa01d80efffd26fae07aa563 + ref: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 667964a6d553480dfa01d80efffd26fae07aa563 + GITLAB_CI_REVISION: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e BB_RECIPE_NAME: emc-test-suite -- GitLab