Skip to content

Commit

Permalink
[8.9] chore: add small change to trigger risk-free backport (#160795) (
Browse files Browse the repository at this point in the history
…#160806)

# Backport

This will backport the following commits from `main` to `8.9`:
- [chore: add small change to trigger risk-free backport
(#160795)](#160795)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T17:31:51Z","message":"chore:
add small change to trigger risk-free backport (#160795)\n\n##
Summary\r\nAdding a small change that can be safely backported, to
test\r\nauto-approval
workflows","sha":"8255e8a4d23f62d6125bd601f0cde874373aa87b","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:prev-minor","v8.10.0"],"number":160795,"url":"https://github.com/elastic/kibana/pull/160795","mergeCommit":{"message":"chore:
add small change to trigger risk-free backport (#160795)\n\n##
Summary\r\nAdding a small change that can be safely backported, to
test\r\nauto-approval
workflows","sha":"8255e8a4d23f62d6125bd601f0cde874373aa87b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160795","number":160795,"mergeCommit":{"message":"chore:
add small change to trigger risk-free backport (#160795)\n\n##
Summary\r\nAdding a small change that can be safely backported, to
test\r\nauto-approval
workflows","sha":"8255e8a4d23f62d6125bd601f0cde874373aa87b"}}]}]
BACKPORT-->

Co-authored-by: Alex Szabo <[email protected]>
  • Loading branch information
kibanamachine and delanni authored Jun 28, 2023
1 parent fe7f1d8 commit dadcd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-bazel-runner/src/bazel_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function runBazelRunner(runner, args, options = undefined) {
]);

if (process.env.CI && !options?.quiet) {
// on CI it's useful to reduce the logging output, but we still want to see basic info from Bazel so continue to log the INFO: lines from bazel
// on CI it's useful to reduce the logging output, but we still want to see basic info from Bazel so continue to log the INFO: lines from bazel.
for (const line of buffer) {
if (line.startsWith('INFO:') && !line.startsWith('INFO: From ')) {
console.log(options?.logPrefix ? `${options.logPrefix} ${line}` : line);
Expand Down

0 comments on commit dadcd5b

Please sign in to comment.