You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating the dashboard, individual jobs are added a timeout which does not take into account sub-processes (e.g., CBMC). The dashboard gets stuck because these processes continue to run, so using the run-build timeout feature (awslabs/aws-build-accumulator#34) may help here.
The text was updated successfully, but these errors were encountered:
Litani has just released version 1.15.0 which is now able to kill subprocesses (tested on the dashboard). We may use the run-build flag in the future to assign a general timeout to a dashboard run, but since the fix is available in the newest version it is better to use that for now. Renaming this issue.
adpaco-aws
changed the title
Use run-build timeout feature for dashboard generation
Timeouts have no effect during dashboard generation
Oct 29, 2021
When generating the dashboard, individual jobs are added a timeout which does not take into account sub-processes (e.g., CBMC). The dashboard gets stuck because these processes continue to run, so using the
run-build
timeout feature (awslabs/aws-build-accumulator#34) may help here.The text was updated successfully, but these errors were encountered: