From 58fb053054b6d4a72e76733a1cea58f051d273dc Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Wed, 2 Oct 2024 15:09:21 +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 ff906931..145ffd9f 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 ac3b755c..6025c9b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ # --------------------------------------------------------------------------------------- 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 -- GitLab