fix(kbuild): Implement file download retry #10246
Annotations
5 errors and 10 warnings
Run linter annotations:
kernelci/kbuild.py#L113
Bad except clauses order (RequestException is an ancestor class of Timeout)
|
Run linter annotations:
kernelci/kbuild.py#L116
Bad except clauses order (RequestException is an ancestor class of ConnectionError)
|
Run linter annotations:
kernelci/kbuild.py#L497
Value 'yml' doesn't support membership test
|
Run linter annotations:
kernelci/kbuild.py#L498
Value 'yml' is unsubscriptable
|
Run linter annotations:
kernelci/kbuild.py#L900
Instance of 'KBuild' has no 'log' member
|
Run linter annotations:
kernelci/kbuild.py#L43
Line too long (129/100)
|
Run linter annotations:
kernelci/kbuild.py#L1
Too many lines in module (1033/1000)
|
Run linter annotations:
kernelci/kbuild.py#L50
TODO: find a way to automatically fetch this information
|
Run linter annotations:
kernelci/kbuild.py#L524
TODO: implement 'path' option properly
|
Run linter annotations:
kernelci/kbuild.py#L573
TODO: olddefconfig should be optional/configurable
|
Run linter annotations:
kernelci/kbuild.py#L574
TODO: log all warnings/errors of olddefconfig to separate file
|
Run linter annotations:
kernelci/kbuild.py#L582
TODO(nuclearcat): Fetch firmware only if needed
|
Run linter annotations:
kernelci/kbuild.py#L587
TODO: verify if CONFIG_EXTRA_FIRMWARE have any files
|
Run linter annotations:
kernelci/kbuild.py#L686
TODO(nuclearcat): Not all images might be present
|
Run linter annotations:
kernelci/kbuild.py#L755
TODO(nuclearcat): Implement to_json method?
|
Loading