Skip to content

fix(kbuild): Implement file download retry #10246

fix(kbuild): Implement file download retry

fix(kbuild): Implement file download retry #10246

Triggered via pull request November 4, 2024 18:51
Status Success
Total duration 1m 1s
Artifacts

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Lint: kernelci/kbuild.py#L113
Bad except clauses order (RequestException is an ancestor class of Timeout)
Lint: kernelci/kbuild.py#L116
Bad except clauses order (RequestException is an ancestor class of ConnectionError)
Lint: kernelci/kbuild.py#L497
Value 'yml' doesn't support membership test
Lint: kernelci/kbuild.py#L498
Value 'yml' is unsubscriptable
Lint: kernelci/kbuild.py#L900
Instance of 'KBuild' has no 'log' member
Lint: kernelci/kbuild.py#L43
Line too long (129/100)
Lint: kernelci/kbuild.py#L1
Too many lines in module (1033/1000)
Lint: kernelci/kbuild.py#L50
TODO: find a way to automatically fetch this information
Lint: kernelci/kbuild.py#L524
TODO: implement 'path' option properly
Lint: kernelci/kbuild.py#L573
TODO: olddefconfig should be optional/configurable
Lint: kernelci/kbuild.py#L574
TODO: log all warnings/errors of olddefconfig to separate file
Lint: kernelci/kbuild.py#L582
TODO(nuclearcat): Fetch firmware only if needed
Lint: kernelci/kbuild.py#L587
TODO: verify if CONFIG_EXTRA_FIRMWARE have any files
Lint: kernelci/kbuild.py#L686
TODO(nuclearcat): Not all images might be present
Lint: kernelci/kbuild.py#L755
TODO(nuclearcat): Implement to_json method?
check (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/