MarcoFalke
fa8d73e86e
lint: Use consistent out-of-tree build for python and test_runner
...
This mirrors the build by ./ci/lint_imagefile, which is done out-of-tree
in "/".
Otherwise, there could be errors due to a dirty tree.
4 months ago
MarcoFalke
fa0f859885
doc: Clarify intent of ./ci/lint_run_all.sh
4 months ago
MarcoFalke
fa9ad59f87
lint: Use $CI_RETRY_EXE when building ./ci/lint_imagefile
...
Previous code was confusing and brittle. For example, the full import
"source ./ci/test/00_setup_env.sh" and $PATH overwrite was not needed.
Fix it by simply copying the exe to /ci_retry and use that in
$CI_RETRY_EXE.
This is also a fix, because previously ci/lint_imagefile did use an
empty $CI_RETRY_EXE.
4 months ago
MarcoFalke
ffff4b5dc5
lint: Add missing `set -ex` to ci/lint/06_script.sh
...
This is needed for the container-entrypoint.sh
Also, remove unused `source` from ci/lint_run_all.sh, since it is the
last step.
1 year ago
MarcoFalke
fa0074e2d8
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
4 years ago
Hennadii Stepanov
93504da3a9
ci: Fix COMMIT_RANGE variable value for PRs
4 years ago
MarcoFalke
faeb40bee3
ci: Install missing lint packages
...
Also merge script into ci/lint_run_all.sh because env vars weren't
exported properly
4 years ago