Skip to content
Snippets Groups Projects
Commit 6129b4b3 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
seco-ne/yocto/layers/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 f08f284e
No related branches found
No related tags found
No related merge requests found
Pipeline #76869 passed with stages
in 11 seconds
Subproject commit b2fb3e93b33a2cb14b50d30bf02c03f23b20c391 Subproject commit cf371acad26826d3fc88461af1c9c9f86d6ec192
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: b2fb3e93b33a2cb14b50d30bf02c03f23b20c391 ref: cf371acad26826d3fc88461af1c9c9f86d6ec192
file: 'manifest-pipeline-yocto.yml' file: 'manifest-pipeline-yocto.yml'
variables: variables:
MANIFEST_PROJECT_ID: 1725 MANIFEST_PROJECT_ID: 1725
MASTER_BRANCH: dunfell MASTER_BRANCH: dunfell
GITLAB_CI_REVISION: b2fb3e93b33a2cb14b50d30bf02c03f23b20c391 GITLAB_CI_REVISION: cf371acad26826d3fc88461af1c9c9f86d6ec192
generate-build-pipeline: generate-build-pipeline:
variables: variables:
......
SRCREV_pn-gf-productiontests = "dabd46191569d661bc1291964be5e295e61924a6" SRCREV_pn-gf-productiontests = "03a0ec2f208bf8fc75fa45fde1de4ec1bc9cd180"
SRCREV_pn-gfeeprom = "48d446b45be972dad98529c2e761eb1b609e50f2" SRCREV_pn-gfeeprom = "0262bac19a6bf040f77c564a3a465f8c0e036c06"
SRCREV_pn-guf-show-demo = "dd131b8daf8023dea33165ab60c58d8f2e8f1f20" SRCREV_pn-guf-show-demo = "dd131b8daf8023dea33165ab60c58d8f2e8f1f20"
SRCREV_pn-libmdb = "f3cf4ea30d93e6bf3487eecb864025a4fc5beb58" SRCREV_pn-libmdb = "749b62b8c762e80e0e1667d09e6caff827d3a35c"
SRCREV_pn-ltp-guf-tests = "348970e0123560971374dda9c78cb56455533525" SRCREV_pn-ltp-guf-tests = "a0cc8a601d66333b96e15e55422a449608b5b566"
SRCREV_pn-touchcal-conv = "1c11892dc2e0a8636ed20838722d0055e77e67ad" SRCREV_pn-touchcal-conv = "4fb2b6bda8aff55b5ee69079b27a16ea725d1ecc"
SRCREV_pn-gfxml2dto = "9bf1ed435f62f96ead34462206fb439324256758" SRCREV_pn-gfxml2dto = "78855861bf3547386f02ba38898d68337460f97d"
SRCREV_pn-egalaxi2c = "38db3289d52279b208fa4ab24b81a0c481481b3f" SRCREV_pn-egalaxi2c = "02671215dfc41b8cc38fd4a08b6d12ffe9f976ed"
SRCREV_pn-gfplatdetect = "767e85547e0bb3117dedf8a63f10d536094cca8d" SRCREV_pn-gfplatdetect = "041517e19d49fef4e3300f0b57283dd30fe77d0a"
SRCREV_pn-xconfig = "a6f459e0909e14d70ff7a29df1c3580eaed23527" SRCREV_pn-xconfig = "8565304961b1a89dc0d1f4a9f0136e01e16006b2"
SRCREV_pn-linux-guf = "c72fe7e25f9ed5bec429cba4d32940c58908ff90" SRCREV_pn-linux-guf = "619590c18a3a5904224c067455edf2d434972bcd"
SRCREV_pn-linux-imx-kuk = "70a562007b142af039b547951faed95d286e8232" SRCREV_pn-linux-imx-kuk = "f382a9c5f4ceb54b0d6fcde8cc72c61a2a5668f4"
SRCREV_pn-u-boot-imx = "278604231fd1d91be6b6efc7dd75e4db9355425e" SRCREV_pn-u-boot-imx = "a89b445ae46842ee508773052110807528403a47"
SRCREV_pn-qt-multi-screen-compositor = "ab058d173b35f2243b35f230ad37f882b16f5519" SRCREV_pn-qt-multi-screen-compositor = "49184aa6fab6ce59d1131e61e0bb380432893aa2"
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
<project name="meta-qt5.git" revision="10f3673fd4b6c6e1e61c23478802f83652475a5f" remote="qt5-github" path="sources/meta-qt5" /> <project name="meta-qt5.git" revision="10f3673fd4b6c6e1e61c23478802f83652475a5f" remote="qt5-github" path="sources/meta-qt5" />
<project name="meta-freescale.git" revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale.git" revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9" remote="fslc" path="sources/meta-freescale" />
<project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> <project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" />
<project name="layers/meta-seconorth-machine" revision="301aeb02557be90c47b26ce0a82d433a88546821" remote="seco-ne" path="sources/meta-seconorth-machine" /> <project name="layers/meta-seconorth-machine" revision="2213027d51fd177950939f29cd71874d1bf28217" remote="seco-ne" path="sources/meta-seconorth-machine" />
<project name="layers/meta-seconorth-distro" revision="2e045847f885fbd71b77c79f9952651d1868fade" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-distro" revision="4c94d05645e9e23151996d1ce48ff65aaae4f01a" remote="seco-ne" path="sources/meta-seconorth-distro" />
<project name="layers/meta-seconorth-nogplv3" revision="ef004771326a27323362bf1367a15b84e142598e" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="layers/meta-seconorth-nogplv3" revision="630aa675c648b896942c608c97e01488ef11bf70" remote="seco-ne" path="sources/meta-seconorth-nogplv3" />
<project name="config" revision="afe2eacc43e427e458881082bf3f732f79de0980" remote="seco-ne" path=".conf" > <project name="config" revision="6b5176c3d13dae7375673023fec13706c4756537" remote="seco-ne" path=".conf" >
<linkfile dest="setup-environment" src="setup-environment" /> <linkfile dest="setup-environment" src="setup-environment" />
</project> </project>
......
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