From 8a0a7bfe1e9870f11e2e33b0b877fb2fa6b94093 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Tue, 1 Oct 2024 12:52:28 +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 bb5b242..b416c61 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: secure-element-examples
-- 
GitLab