Commits on Source (9)
-
Tim Jaacks authored
This is another check that suggests changes an average developer without profound Python experience would find hard to understand. Disable it. See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/for-append-to-extend/
ef60c378 -
Tim Jaacks authored
Disable it locally instead, so that 1. new code additions are always checked, and 2. we can refactor one function at a time to make the check pass.
8160c7d5 -
Tim Jaacks authored84aa6afb
-
Tim Jaacks authored
There were three variables set in build.env of which the values are already known in the environment for all jobs, because they are passed from the parent pipeline. Use the original variables instead of defining new ones.
5e36715e -
Tim Jaacks authored
On every usage of IMAGEPATH, SDKPATH and LICENSESPATH we prepended BUILDPATH to it. Prepend it directly on definition to prevent repetition. Also remove redundant variable IMAGEBASEPATH.
35784f29 -
Tim Jaacks authored
FNG_INSTALL_URL was defined in build.env only, and in order to use it during the build we sourced build.env after writing it. Remove this workaround and define the variable cleanly in the first place. This removes the intermediate variable FNG_INSTALL_PATH. Also move the "/artifact" path from JOB_URL to FNG_INSTALL_URL in order to make the JOB_URL variable name match better.
581541b9 -
Tim Jaacks authored
Use underscore to separate words within variable name.
2346bb98 -
Tim Jaacks authored
We were using different variable names for the same variable in build and package stages. Unify these names in order to reduce potential confusion.
825f3686 -
Tim Jaacks authored
There is no need to add a prefix to the variables. Basically every variable can be set or overridden at the trigger level, so we just use plain variable names for everything.
17b87f84
Showing
- build-pipeline-ci-test.yml 1 addition, 1 deletionbuild-pipeline-ci-test.yml
- build-pipeline-yocto.yml.jinja2 20 additions, 12 deletionsbuild-pipeline-yocto.yml.jinja2
- build-pipeline.yml 39 additions, 42 deletionsbuild-pipeline.yml
- manifest-pipeline-ci-test.yml 8 additions, 8 deletionsmanifest-pipeline-ci-test.yml
- manifest-pipeline-yocto.yml 10 additions, 10 deletionsmanifest-pipeline-yocto.yml
- scripts/.sourcery.yaml 2 additions, 4 deletionsscripts/.sourcery.yaml
- scripts/accept_merge_request.py 3 additions, 0 deletionsscripts/accept_merge_request.py
- scripts/deploy_gitlab_ci.py 3 additions, 0 deletionsscripts/deploy_gitlab_ci.py
- scripts/lava_create_testreport.py 4 additions, 0 deletionsscripts/lava_create_testreport.py
- scripts/package_release.py 3 additions, 0 deletionsscripts/package_release.py
- scripts/submit_test.py 4 additions, 1 deletionscripts/submit_test.py
- scripts/update_submodule.py 4 additions, 0 deletionsscripts/update_submodule.py