Skip to content
Snippets Groups Projects
Commit 403b1ca4 authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/report-image-diff-pattern

--

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

CI: report_image_diff: Fallback to rootfs.tar.gz pattern as default

The default was an empty pattern before, so not working if the distro
name was not handled in the code. This way it should match more cases.
parent 2d356b65
No related branches found
No related tags found
1 merge request!65Integrate gitlab-ci/report-image-diff-pattern
Pipeline #239219 passed with stage
in 17 seconds
Subproject commit a91253784f4a66362d05a9f717454ffe34b8867d Subproject commit baa7c439292990731358aad6242cea6e1a1d206c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: a91253784f4a66362d05a9f717454ffe34b8867d ref: baa7c439292990731358aad6242cea6e1a1d206c
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: a91253784f4a66362d05a9f717454ffe34b8867d GITLAB_CI_REVISION: baa7c439292990731358aad6242cea6e1a1d206c
BB_RECIPE_NAME: kernel-module-touchgpio BB_RECIPE_NAME: kernel-module-touchgpio
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