Skip to content

Dry run support for python runtime and kbuild #7851

Dry run support for python runtime and kbuild

Dry run support for python runtime and kbuild #7851

Triggered via pull request January 29, 2024 14:19
Status Success
Total duration 1m 2s
Artifacts

main.yml

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

Annotations

10 errors and 12 warnings
Lint: kernelci/runtime/__init__.py#L109
Bad option value 'broad-exception-raised'
Lint: kernelci/api/models.py#L287
Incompatible types in assignment (expression has type "CheckoutData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L329
Incompatible types in assignment (expression has type "KbuildData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L366
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L389
Incompatible types in assignment (expression has type "RegressionData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/cli/job.py#L32
Access to generic instance variables via class is ambiguous [misc]
Lint: kernelci/cli/job.py#L33
Access to generic instance variables via class is ambiguous [misc]
Lint: kernelci/cli/job.py#L34
Access to generic instance variables via class is ambiguous [misc]
Lint: kernelci/cli/job.py#L64
Access to generic instance variables via class is ambiguous [misc]
Lint: kernelci/cli/job.py#L65
Access to generic instance variables via class is ambiguous [misc]
check (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint: kernelci/cli/job.py#L67
Too many arguments (8/5)
Lint: kernelci/kbuild.py#L34
Line too long (129/100)
Lint: kernelci/kbuild.py#L531
Line too long (116/100)
Lint: kernelci/kbuild.py#L381
TODO: olddefconfig should be optional/configurable
Lint: kernelci/kbuild.py#L387
TODO(nuclearcat): Fetch firmware only if needed
Lint: kernelci/kbuild.py#L438
TODO(nuclearcat): Not all images might be present
Lint: kernelci/kbuild.py#L475
TODO(nuclearcat): Implement to_json method?
Lint: kernelci/kbuild.py#L524
TODO: Upload not using upload_single, but upload as multiple files
Lint: kernelci/kbuild.py#L561
TODO/FIXME: real detailed job result
Lint: kernelci/kbuild.py#L571
TODO(nuclearcat):