From e811272772537333f39fd82d07a57d7f4f88715a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Fri, 18 Oct 2024 13:07:15 +0000 Subject: [PATCH] Integrate gitlab-ci/lpag/add_santino_support -- Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/3ed0d141537bce63bbf5a080299275026e59e45c [HW][SUPPORT] Add Santino SBC based on i.MX6 Solo and Dual Lite CPUs --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 12d0d7d..3ed0d14 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 12d0d7d2f9a3fc8d01184c4435cb465b0762133b +Subproject commit 3ed0d141537bce63bbf5a080299275026e59e45c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 866d4fc..5bd1778 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - ref: 12d0d7d2f9a3fc8d01184c4435cb465b0762133b + ref: 3ed0d141537bce63bbf5a080299275026e59e45c file: 'layers-integration.yml' variables: - GITLAB_CI_REVISION: 12d0d7d2f9a3fc8d01184c4435cb465b0762133b + GITLAB_CI_REVISION: 3ed0d141537bce63bbf5a080299275026e59e45c # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # As soon as this gets fixed upstream, the hard-coded branch name should be removed. -- GitLab