Skip to content

RHELAI-2756 Adding Adaptive Throttling #1093

RHELAI-2756 Adding Adaptive Throttling

RHELAI-2756 Adding Adaptive Throttling #1093

Re-run triggered January 14, 2025 14:00
Status Failure
Total duration 2m 35s
Artifacts

lint.yml

on: pull_request
Matrix: lint
lint-workflow-complete
0s
lint-workflow-complete
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
ruff
Process completed with exit code 3.
mypy
Process completed with exit code 1.
pylint
Process completed with exit code 20.
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pipelines
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pylint: src/instructlab/sdg/pipeline.py#L181
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/pipeline.py#L184
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/pipeline.py#L185
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/pipeline.py#L208
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/pipeline.py#L224
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/pipeline.py#L220
W0718: Catching too general exception Exception (broad-exception-caught)