From d5975a0dfff7c78b5415f1363938c1ec1386c15a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 18 Jul 2023 14:35:39 +0000 Subject: [PATCH] Integrate gitlab-ci/make-distro-and-image-combos-dynamic and 2 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/6bfa1bad558b4c226c13689f646a987f64dde8dc Make distro and image combos dynamic -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/414ebe6d55adc75a290d57ce2179f9ff69fd99a1 Add python code analysis via sourcery Disable all checks which do not pass currently. These should be enabled in the future along with a code refactoring to make them pass. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/df817ecf2e209b889e53fd61d3a20ca780a18757 README: Add howto to create a new project. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 31e5a42..6bfa1ba 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 31e5a427d57e2d3cac971a32d18e6274932adb99 +Subproject commit 6bfa1bad558b4c226c13689f646a987f64dde8dc diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 583d90a..93fa3a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 31e5a427d57e2d3cac971a32d18e6274932adb99 + ref: 6bfa1bad558b4c226c13689f646a987f64dde8dc file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 31e5a427d57e2d3cac971a32d18e6274932adb99 + GITLAB_CI_REVISION: 6bfa1bad558b4c226c13689f646a987f64dde8dc BB_RECIPE_NAME: emc-test-suite -- GitLab