From d1722afb68d6c38664ab49cd83eab93f5f89ace5 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 28 Jun 2022 11:46:54 +0000 Subject: [PATCH] Integrate gitlab-ci/sdk-deployment and 5 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8 SDK: Remove package step from build sdk, add sdk to artifacts, create deploy_sdk -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/ecab2962e4f71ac82acd0067a909a45f6e8b44fc Manifest: include yamllint in full pipeline -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a4071423fcf44fb2af383787be469a778489b840 Manifest pipeline: run full build pipeline when triggered via web UI -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/8862b213bc46607ba394ceb051037350bd567863 Manifest refactoring: move job rules into classes This way they can be reused instead of redefining them in each job. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/d604b3306d9f61de19b121d51351b86cc5e8bb50 Fix wrong remote name in ci-test pipeline -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/e810c2ac59ea3143f5cd109fecd796b08bf74c9c Fix wrong manifest project ID for ci-test pipeline --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 9b8cf51..0dd147c 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 9b8cf51c0c280b8373ae3b809e3a5b24b2d61f30 +Subproject commit 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54a1f06..355d28a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 9b8cf51c0c280b8373ae3b809e3a5b24b2d61f30 + ref: 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8 file: 'manifest-integration-yocto.yml' variables: -- GitLab