IntelPython / dpctl

Python SYCL bindings and SYCL-based Python Array API library
https://intelpython.github.io/dpctl/
Apache License 2.0
99 stars 29 forks source link

Add job explicit, conservative job timeouts #1839

Closed oleksandr-pavlyk closed 2 weeks ago

oleksandr-pavlyk commented 2 weeks ago

Add timeout-minutes property, https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes

This ensures that run-away jobs, like one encountered in gh-1836 would not take extraordinarily long to fail.

github-actions[bot] commented 2 weeks ago

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. :crossed_fingers:

github-actions[bot] commented 2 weeks ago

Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_42 ran successfully. Passed: 894 Failed: 1 Skipped: 119

coveralls commented 2 weeks ago

Coverage Status

coverage: 87.907%. remained the same when pulling 282d794f9d719bf76786c585ade4e42a2200cb1d on add-timeout-to-jobs into 5fc8c9589165985d62309527d6902f25b32049e2 on master.