From ded7f20cab9a61dc3e86ea57db1092398dd4f578 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Wed, 2 Oct 2024 15:10:07 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-229-add-modular-vision-to-tests -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/145ffd9fc2864f700f1f968c7fc99eff238b272d YT-229: Initiate LAVA tests for imx8mp device type New, Modular Vision, device were added to LAVA rack Start running tasts on this device. Device type imx8mp --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index ff90693..145ffd9 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit ff906931bfb8018298518f539b73f4107abe7e7b +Subproject commit 145ffd9fc2864f700f1f968c7fc99eff238b272d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 182fe14..0ce2431 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: ff906931bfb8018298518f539b73f4107abe7e7b + ref: 145ffd9fc2864f700f1f968c7fc99eff238b272d file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: ff906931bfb8018298518f539b73f4107abe7e7b + GITLAB_CI_REVISION: 145ffd9fc2864f700f1f968c7fc99eff238b272d BB_RECIPE_NAME: emc-test-suite -- GitLab