Skip to content

Integrate seco-build-configurator/lpag/seco-base_integration and 5 more

Commit: clea-os/tools/seco-build-configurator@e68ac7fc

[CICD] Include 'gitlab-ci' repo jobs to the automation steps

Every time a MR is opened in this repo, the corresponding SHA of the submodule in the ‘seco-base’ repository must be updated. For this reason, additional stages and jobs are added to the pipeline from the main repository of ‘gitlab-ci’ which enable this automatism. Already existing ‘update version’ and ‘pages’ jobs are added to those already defined within the ‘gitlab-ci’ repository. Other significant changes made to existing jobs:

  • Renamed variable ‘TARGET_BRANCH’ to ‘MAIN_BRANCH’ to avoid conflicts with jobs within ‘gitlab-ci’.
  • Replaced ‘only’ with ‘rules’ as it is no longer supported in the current version of GitLab (17.5.1).

--

Commit: clea-os/tools/seco-build-configurator@70ca497a

Bump to version 1.2.2

Changelog:

  • [VERSION] Add --version option returning tool's version (ref: b983487) --

Commit: clea-os/tools/seco-build-configurator@b9834871

[VERSION] Add --version option returning tool's version

Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com

--

Commit: clea-os/tools/seco-build-configurator@067f1e3d

Bump to version 1.2.1

Changelog:

  • [POST-SCRIPTS] Remove configuration warnings (ref: 9b6df6b)
  • [CORE] Update script sourcing to print stderr to console (ref: bd0c923) --

Commit: clea-os/tools/seco-build-configurator@9b6df6bd

[POST-SCRIPTS] Remove configuration warnings

Remove the warnings as they are already shown during the creation of the environment.

Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com

--

Commit: clea-os/tools/seco-build-configurator@bd0c9239

[CORE] Update script sourcing to print stderr to console

The function source_script that runs scripts in source mode, has the method subprocess.run that now:

  • redirects the stdout to python in order to process the output
  • regularly print to terminal stderr (it can be expoited in post-scripts to print to the user).

Signed-off-by: Nicola Sparnacci nicola.sparnacci@seco.com

Merge request reports

Loading