Skip to content

CI

CI #153

Triggered via schedule July 28, 2026 18:35
Status Failure
Total duration 11s
Artifacts

ci.yml

on: schedule
lint  /  Lint Check
6s
lint / Lint Check
build  /  Build Check
build / Build Check
discover
0s
discover
test-ascend  /  setup
test-ascend / setup
test-cuda  /  setup
test-cuda / setup
test-ascend  /  ...  /  unit-tests
test-ascend / unit / unit-tests
test-cuda  /  ...  /  unit-tests
test-cuda / unit / unit-tests
test-ascend  /  ...  /  functional-test
test-ascend / functional / functional-test
test-cuda  /  ...  /  functional-test
test-cuda / functional / functional-test
Matrix: test-ascend / e2e
Waiting for pending jobs
Matrix: test-cuda / e2e
Waiting for pending jobs
test-ascend  /  ...  /  benchmark-test
test-ascend / benchmark / benchmark-test
test-cuda  /  ...  /  benchmark-test
test-cuda / benchmark / benchmark-test
test-ascend  /  ...  /  notify
test-ascend / notify / notify
test-cuda  /  ...  /  notify
test-cuda / notify / notify
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint / Lint Check
Process completed with exit code 1.
ruff (ISC004): tests/e2e_tests/serving/test_bge_m3.py#L22
tests/e2e_tests/serving/test_bge_m3.py:22:5: ISC004 Unparenthesized implicit string concatenation in collection help: Did you forget a comma? help: Wrap implicitly concatenated strings in parentheses
ruff (ISC004): tests/e2e_tests/serving/test_bge_m3.py#L20
tests/e2e_tests/serving/test_bge_m3.py:20:5: ISC004 Unparenthesized implicit string concatenation in collection help: Did you forget a comma? help: Wrap implicitly concatenated strings in parentheses
lint / Lint Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/