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] Quiet quickcheck i18n output #197871

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

delanni
Copy link
Contributor

@delanni delanni commented Oct 25, 2024

Summary

The i18n check spews out ~5k lines of log. This makes it difficult to spot any errors, or even break the check through some buffer issue.

This PR quiets output from i18n quick check, yet keeping the error outputs.

We've tested it in #194379, and locally (to see if we still see the errors) - it seems to have fixed errors from @pgayvallet 's case.

@delanni delanni added Team:Operations Team label for Operations Team release_note:skip Skip the PR/issue when compiling release notes backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) v8.16.0 backport:version Backport to applied version labels labels Oct 25, 2024
@delanni delanni requested review from a team as code owners October 25, 2024 16:19
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

@@ -131,13 +128,15 @@ run(
{
concurrent: false,
exitOnError: true,
renderer: process.env.CI ? 'verbose' : ('default' as any),
forceTTY: false,
renderer:
Copy link
Member

Choose a reason for hiding this comment

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

Was the silent flag still needed if we just removed verbose logging?

Copy link
Contributor

@TinaHeiligers TinaHeiligers left a comment

Choose a reason for hiding this comment

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

It makes sense to remove non-error logs for CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants