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

Set timeout to 12 hours for clang-stage2-cmake-RgSan #361

Merged

Conversation

justice-adams-apple
Copy link
Contributor

This will keep the job from hanging if it encounters any spurious infrastructure issues

@@ -1,6 +1,8 @@
pipeline {
options {
disableConcurrentBuilds()

timeout(time: 12, unit: 'HOURS')
Copy link

Choose a reason for hiding this comment

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

Not sure if 12 hours is enough, looks like the last passing build took 15 hours: https://green.lab.llvm.org/job/llvm.org/job/clang-stage2-cmake-RgSan/535/

Maybe we need a faster machine for the sanitizer job :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point, for now I'll bump it to 24

@justice-adams-apple justice-adams-apple force-pushed the jadams/clang-stage2-cmake-RgSan-timeout branch from 7cee8bd to 80b1f24 Compare January 21, 2025 21:31
Copy link

@fhahn fhahn left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@justice-adams-apple
Copy link
Contributor Author

@fhahn are you able to merge this? looks like I don't have merge access

@fhahn fhahn merged commit 76e9aa7 into llvm:main Jan 28, 2025
2 checks passed
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.

2 participants