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

Integrate gitlab-ci/ci-fixes and 5 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@54f17a69

Update CI_IMAGES_REVISION

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@4fd7f8a8

report_image_diff: get rid of hardcode

Parse machines, pipeline names and distros from gitlab yaml file instead of
harcoding these values in the script.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@05d6a8db

fullbuildpipeline.py: fix timeout

The problem was found in pipeline:
https://git.seco.com/seco-ne/yocto/manifest/-/jobs/954246

Fix missing update of upstream pipeline status inside while loop.

The timeout in the script was not in sync with the default timeout for build jobs.
Set timeout in __get_build_pipelines() function to 8 hours.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@3077d252

handle_artifacts: add "try" block for keep_/delete_artifacts

--

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

handle_artifacts: fix case when pipeline was canceled

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@1a4a5ab1

Refactoring: move common code to separate files
parent 8e0635e4
No related branches found
No related tags found
1 merge request!36Integrate gitlab-ci/ci-fixes and 5 more
Pipeline #125534 passed with stage
in 24 seconds
Subproject commit bf6de920933953551887f5c12af505a1def8fb44 Subproject commit 54f17a6909d389e7eb84facd9772bd033b491d84
...@@ -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: bf6de920933953551887f5c12af505a1def8fb44 ref: 54f17a6909d389e7eb84facd9772bd033b491d84
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: bf6de920933953551887f5c12af505a1def8fb44 GITLAB_CI_REVISION: 54f17a6909d389e7eb84facd9772bd033b491d84
BB_RECIPE_NAME: ilitek BB_RECIPE_NAME: ilitek
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