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

Integrate gitlab-ci/fix_ap_fwr_generation and 4 more

--

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

alphaplan_fwr: Remove obsolete pkg.py artifact

The pkg.py file is no longer deployed by the build process.

See commit
meta-seconorth-distro@e79e8579

--

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

Sourcery: keep "use-named-expression" check disabled

This suggestion aims to reduce code size, but IMO for the expense of
readability for non-python-experts, so we disable it.

See for reference:
https://docs.sourcery.ai/Reference/Python/Default-Rules/use-named-expression/

--

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

Sourcery: keep "use-next" check disabled

I don't see any benefit in accepting the refactoring suggestions based
on this rule. IMO it makes the code harder to read, especially for non-
experienced Python developers.

See for reference:
https://docs.sourcery.ai/Reference/Python/Default-Rules/use-next/

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@9462f826

Refactoring: raise specific errors

See for reference:
https://docs.sourcery.ai/Reference/Python/Default-Rules/raise-specific-error/

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@61eb3e11

Switch all strings to formatted string literals (f-strings)

The old printf-style string formatting syntax using '%' is not
recommended anymore. See for reference:
https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting
https://docs.sourcery.ai/Reference/Python/Default-Rules/replace-interpolation-with-fstring/

Python 3.6 introduced f-strings as a better alternative:
https://docs.python.org/3/reference/lexical_analysis.html#f-strings

Consequently switch to this new syntax for all strings.
parent 956a0653
No related branches found
No related tags found
1 merge request!440Integrate gitlab-ci/fix_ap_fwr_generation and 4 more
Pipeline #77121 passed with stage
in 10 seconds
Subproject commit b2fb3e93b33a2cb14b50d30bf02c03f23b20c391
Subproject commit cf371acad26826d3fc88461af1c9c9f86d6ec192
......@@ -4,8 +4,8 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: b2fb3e93b33a2cb14b50d30bf02c03f23b20c391
ref: cf371acad26826d3fc88461af1c9c9f86d6ec192
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: b2fb3e93b33a2cb14b50d30bf02c03f23b20c391
GITLAB_CI_REVISION: cf371acad26826d3fc88461af1c9c9f86d6ec192
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