Skip to content
Snippets Groups Projects
Commit d50ac54f authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/make-check-error-more-verbose and 5 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@f8d6de86

Make check error message more verbose

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@21e7edeb

Improve ci-test build

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@76bd81d8

Fix check job rules

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@a6721243

Move check job to parent pipeline

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@593784e1

Refactor check_if_integration_branch_is_up_to_date

- Use "source" and "target" terminology in the script, just like in the
  GitLab CI variables.
- Spefify data types for function arguments.
- Rename function arguments to better reflect their data types.
- Move determination of integration branch into main function, so that
  the successfull status message can be more verbose.
- Remove parent_merge_request feature and checking for gitlab-ci
  integrations, because the check job does not run on gitlab-ci
  integration branches at all.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@45b49ee3

Remove build stage on master

We don't need to explicitly trigger a build after merging changes in
gitlab-ci. A master pipeline on the target projects runs automatically.
parent e57685b9
No related branches found
No related tags found
1 merge request!92Integrate gitlab-ci/make-check-error-more-verbose and 5 more
Pipeline #30653 passed with stage
in 30 seconds
Subproject commit a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20
Subproject commit f8d6de860e8888010fd2d64382ed731e44a8ae22
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20
ref: f8d6de860e8888010fd2d64382ed731e44a8ae22
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: a0f7e84fd30d11e82d7e2c6e9c573ac599f63d20
GITLAB_CI_REVISION: f8d6de860e8888010fd2d64382ed731e44a8ae22
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment