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

Integrate gitlab-ci/combine-confluence-pages-from-multiple-pipelines and 2 more

--

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

Confluence: combine data from parallel child pipelines

We deploy Yocto image and SDK in different pipelines, which both have
their Confluence jobs with the same Confluence target. Previously these
pipelines have been independent, so that running the Confluence job in
one of them would overwrite the Confluence page if it has been run in
the other pipeline before. Hence we could either have the image files or
the SDK files in the Confluence page.
Combine these now by checking for other parallel child pipelines with
the same Confluence configuration, so that running the Confluence jobs
in the Yocto pipeline also includes the information from the SDK build
and vice versa.

--

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

Fix ci-test SDK version

--

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

Fix ci-test SDK download

Since the implementation of multiple child pipelines we cannot use the
previous artifacts download links anymore specifying tag and job name,
because the jobs for image build and SDK build are equal. Use direct
download links instead via job number.
parent 24121c56
No related branches found
No related tags found
1 merge request!255Integrate gitlab-ci/combine-confluence-pages-from-multiple-pipelines and 2 more
Pipeline #87360 passed with stage
in 15 seconds
Subproject commit bc85e805bc45e0cbbb3a896c73dec68b2bfd810d
Subproject commit c292d1447f500262d733df620d291333ceed4a7b
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: bc85e805bc45e0cbbb3a896c73dec68b2bfd810d
ref: c292d1447f500262d733df620d291333ceed4a7b
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: bc85e805bc45e0cbbb3a896c73dec68b2bfd810d
GITLAB_CI_REVISION: c292d1447f500262d733df620d291333ceed4a7b
BB_RECIPE_NAME: linux-seconorth
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