-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Forge continuous tests - tune params based on recent runs #8803
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
.github/workflows/forge-stable.yaml
Outdated
# reduce temporarily, until longer tests can pass. | ||
FORGE_RUNNER_DURATION_SECS: 2400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# reduce temporarily, until longer tests can pass. | |
FORGE_RUNNER_DURATION_SECS: 2400 | |
FORGE_RUNNER_DURATION_SECS: 7200 |
2541900
to
5043d68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unblocking 😄
testsuite/forge-cli/src/main.rs
Outdated
// Check that we don't use more than 12 CPU cores for 30% of the time. | ||
MetricsThreshold::new(12, 30), | ||
// Tuned for throughput uses more cores than regular tests, | ||
// as it achieves higher throughput |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: fullstop? 😄
5043d68
to
4a03276
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Description
Test Plan