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

ci: add timeout for cbmc proof #5038

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

boquan-fang
Copy link
Contributor

@boquan-fang boquan-fang commented Jan 15, 2025

Release Summary:

Resolved issues:

Description of changes:

We noticed that Run CBMC Proofs Workflow sometimes hang for six hours and then Github terminates the workflow. Here is an example. We want to lower the timeout limit to 60 minutes. Run CBMC Proofs Workflow typically only takes 30 minutes to finish. To set the timeout, refer to the Github Action Page.

For this CBMC workflow hanging, we suspect the problem happens in:

curl -L $LITANI_DEB -o $DBN_PKG_FILENAME
sudo apt-get update

Call-outs:

Testing:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@boquan-fang boquan-fang marked this pull request as ready for review January 15, 2025 23:33
@github-actions github-actions bot added the s2n-core team label Jan 15, 2025
Copy link
Contributor

@jouho jouho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put some reasoning for the timeout in the description.

@boquan-fang boquan-fang enabled auto-merge January 15, 2025 23:45
@boquan-fang boquan-fang added this pull request to the merge queue Jan 16, 2025
Merged via the queue into aws:main with commit 4342e8a Jan 16, 2025
43 checks passed
@boquan-fang boquan-fang deleted the lower-cbmc-timeout branch January 16, 2025 00:38
johubertj pushed a commit to johubertj/s2n-tls that referenced this pull request Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants