Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeouts have no effect during dashboard generation #491

Closed
adpaco-aws opened this issue Sep 16, 2021 · 1 comment · Fixed by #603
Closed

Timeouts have no effect during dashboard generation #491

adpaco-aws opened this issue Sep 16, 2021 · 1 comment · Fixed by #603
Assignees

Comments

@adpaco-aws
Copy link
Contributor

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.

@adpaco-aws
Copy link
Contributor Author

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 adpaco-aws changed the title Use run-build timeout feature for dashboard generation Timeouts have no effect during dashboard generation Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant