Skip to content

Integrate gitlab-ci/add-several-repos-to-deploy-targets and 7 more

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/8593bb196e09dcbc96de27f67ce5c880635d2434

Add several repos to deploy targets

BCS 746-000716

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/947da6d74caa0963406ecc430a436a22794761e7

Add yocto config repo to deploy targets

BCS 746-000715

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/1aa51f580fdb33acf07dd460334f1cdd1b98fc4f

deploy_gitlab_ci: exit successfully if submodule already up to date

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/9a496cdbec39ec466f5647067f3f1d9f42c9b7cb

Refactor 'check_pipeline_status' and add 'trigger_pipeline'

Rename 'check_pipeline_status' to 'mirror_pipeline_result' in order to better reflect what the function does.

Move determination of the pipeline out of this function to a new function 'get_pipelines' so that this can be tested separately and we can do different things depending on whether a pipeline exists or not.

Add function 'trigger_pipeline' to trigger a pipeline on a branch.

BCS 746-000635

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/5847145fb42f00483a265f66c875e3066e4d4547

Change integration project name to lower case

The project name is matched with the predefined gitlab var CI_PROJECT_NAME, which uses lower case.

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/67f2fcae0c038ec5d1b1e92c2741bded89bc6333

yamllint: Add yamllint job to CI, add yamllint config

Add .yamllint.yml to configure the yamllint usage, should be used as master yamllint config from other stages also. Apply small changes to yml files to match yamllint.

BCS 746-000640

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/74643665ec113143bd46378601a733b81580b078

alphaplan_fwr: Create u-boot package from imx-boot.tar.gz if found

The main install file for u-boot changed to imx-boot.tar.gz, so this should be added to alphaplan. Leaving the imx-boot implementation as fallback.

BCS 746-000600

--

Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/3514dffbb5a919c75034f2aaf1c4b133316b3503

alphaplan_fwr.py: Silently ignore if 'output_dir is not set

Merge request reports