Skip to content

kernelci.api.helper: unpack and propagate errors in create_job_node #7655

kernelci.api.helper: unpack and propagate errors in create_job_node

kernelci.api.helper: unpack and propagate errors in create_job_node #7655

Triggered via pull request January 19, 2024 10:24
Status Failure
Total duration 50s
Artifacts

main.yml

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

Annotations

7 errors and 2 warnings
check (3.11)
Process completed with exit code 2.
Lint: kernelci/api/models.py#L296
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#L333
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#L365
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#L392
Incompatible types in assignment (expression has type "RegressionData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
check (3.8)
The job was canceled because "_3_11" failed.
check (3.8)
The operation was canceled.
Lint: kernelci/api/helper.py#L128
Variable name "e" doesn't conform to snake_case naming style
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/