From 2ba8a5c7a660e3569c3981adf8b44deed23e180e Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Mon, 21 Nov 2022 10:30:42 +0000
Subject: [PATCH] Integrate gitlab-ci/move-deploy-jobs-to-deploy-runner

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/9982711f4f5600b7031c8ee7bddefafdb1497516

Move deploy jobs to deploy runner
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index e48b4c0b80a4e..9982711f4f560 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b
+Subproject commit 9982711f4f5600b7031c8ee7bddefafdb1497516
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de757ad5e908a..6081786e50c24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b
+    ref: 9982711f4f5600b7031c8ee7bddefafdb1497516
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b
+  GITLAB_CI_REVISION: 9982711f4f5600b7031c8ee7bddefafdb1497516
   BB_RECIPE_NAME: linux-imx-kuk
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
-- 
GitLab