-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[release] stream the full anyscale log to buildkite #47808
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.
this will print way too many lines for some of the release tests. there are some release tests that have logs that are very verbose.
if we need this, this needs to be an option in the release test definition. or maybe controllable with an env var where default is still 100.
yes, let's control this through a flag |
5cd2f46
to
2c596b4
Compare
"--log-streaming-limit", | ||
"100", |
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.
we have the default flag value, so we can just skip it here?
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.
arg is still here?
@@ -390,6 +392,7 @@ def run_release_test( | |||
cluster_env_id: Optional[str] = None, | |||
no_terminate: bool = False, | |||
test_definition_root: Optional[str] = None, | |||
log_streaming_limit: int = LAST_LOGS_LENGTH, |
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.
unit test for this new feature?
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.
added tests that the value passed into this function overrides the default value and go all the way to the cluster manager
2c596b4
to
a8acc0f
Compare
Signed-off-by: can <[email protected]>
a8acc0f
to
e489cb1
Compare
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha Test: - CI Signed-off-by: can <[email protected]> Signed-off-by: ujjawal-khare <[email protected]>
Currently we only print 100 last lines of anyscale job log to buildkite. This PR removes that limit and prints everything instead. CC: @kouroshHakha
Test: