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

github: cancel a job if it takes longer than 40 minutes #2258

Closed
wants to merge 1 commit into from

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented May 21, 2024

in general, it takes less than 34 minutes to build the tree from scratch and to test all tests, even with DPDK enabled. but to be on the safe side, let's add 6 more minutes.

this helps to stop if we run into some unexpected infra issues, or to identify some very time consuming tests.

see also
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes

in general, it takes less than 34 minutes to build the tree from
scratch and to test all tests, even with DPDK enabled. but to be
on the safe side, let's add 6 more minutes.

this helps to stop if we run into some unexpected infra issues,
or to identify some very time consuming tests.

see also
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
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 this pull request may close these issues.

1 participant