From 8c507227a62d5938fdb6b67d63660bf9bca97d42 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Fri, 5 Jul 2024 13:46:25 +0000 Subject: [PATCH] Integrate gitlab-ci/6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- SRCREV.conf | 2 +- default.xml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 516090fa..6ab45a4c 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 516090fa9a3ef4432389ae5277a52ce8490185c8 +Subproject commit 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d893ea4e..c102ec92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 516090fa9a3ef4432389ae5277a52ce8490185c8 + ref: 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 file: 'manifest-pipeline-yocto.yml' variables: MANIFEST_PROJECT_ID: 1725 MASTER_BRANCH: dunfell - GITLAB_CI_REVISION: 516090fa9a3ef4432389ae5277a52ce8490185c8 + GITLAB_CI_REVISION: 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 generate-build-pipeline: variables: diff --git a/SRCREV.conf b/SRCREV.conf index c9097d4a..91db9644 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -2,7 +2,7 @@ SRCREV_pn-gf-productiontests = "c53ac92fccefc9e5489e4b21f969cfc6e94b5a56" SRCREV_pn-gfeeprom = "f42c69410e26e87169cc1ee6fde1e843cc122302" SRCREV_pn-guf-show-demo = "dd131b8daf8023dea33165ab60c58d8f2e8f1f20" SRCREV_pn-libmdb = "c58d4e485f218369df1fcb723c7fd28697195703" -SRCREV_pn-ltp-guf-tests = "26953dc775350113ff5f930bd399ffe6c2316efe" +SRCREV_pn-ltp-guf-tests = "129eae1c656debd003d1c1a7ce99fbeb4b74f03b" SRCREV_pn-touchcal-conv = "af0975508f788ef62c72972c51f04330bfa9c8f3" SRCREV_pn-gfxml2dto = "66160ee5b1c65111f2e011034b18baf83251090b" SRCREV_pn-egalaxi2c = "0b203dde93a67edc4a42a843a2528edf59af0c22" diff --git a/default.xml b/default.xml index bd21e4d5..244da44a 100644 --- a/default.xml +++ b/default.xml @@ -21,10 +21,10 @@ <project name="meta-qt5.git" revision="10f3673fd4b6c6e1e61c23478802f83652475a5f" remote="qt5-github" path="sources/meta-qt5" /> <project name="meta-freescale.git" revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> - <project name="layers/meta-seconorth-machine" revision="bd06f46b6774ddee95422c37291e27b95a154009" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-seconorth-distro" revision="6db982d0c661d8e20c518823db5d1562c332e380" remote="seco-ne" path="sources/meta-seconorth-distro" /> - <project name="layers/meta-seconorth-nogplv3" revision="bd4f5fa01561effa50cfa9becca7425931be7855" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> - <project name="config" revision="bba32848213cdbfa7212632783d5cd6d545b3588" remote="seco-ne" path=".conf" > + <project name="layers/meta-seconorth-machine" revision="fcd383264812a8af102a02c5050f02f8009896ca" remote="seco-ne" path="sources/meta-seconorth-machine" /> + <project name="layers/meta-seconorth-distro" revision="1848d208279baeaaf4e04d862bb3b449d01ec8a2" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-seconorth-nogplv3" revision="1036728309012578947314eda63cf7d5a091761f" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> + <project name="config" revision="619d19d9b07c1d7609848c97a63212cc1c934bd2" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> </project> -- GitLab