From e5ba30c3da29b40cb4d01ced6b46bdbf301e98a1 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 6 Sep 2022 16:39:53 +0000 Subject: [PATCH] Integrate gitlab-ci/rename-pipeline-stages -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20 Rename pipeline stages to reflect YAML filenames --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index d25cdeb..a0f7e84 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb +Subproject commit a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84efe4c..87468af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb + ref: a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb + GITLAB_CI_REVISION: a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20 BB_RECIPE_NAME: emc-test-suite # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab