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] enable Scout reporter for on-merge-unsupported-ftrs #210627

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

dmlemeshko
Copy link
Member

@dmlemeshko dmlemeshko commented Feb 11, 2025

Summary

In #210425 we added Scout UI tests to be run for on-merge pipeline, but test results are not ingested by default.

This PR enables Scout reporter for that pipeline

@dmlemeshko dmlemeshko self-assigned this Feb 11, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes v9.0.0 backport:version Backport to applied version labels v9.1.0 v8.19.0 test:scout labels Feb 11, 2025
@dmlemeshko dmlemeshko requested a review from pheyos February 11, 2025 16:14
@dmlemeshko dmlemeshko marked this pull request as ready for review February 11, 2025 16:15
@dmlemeshko dmlemeshko requested a review from a team as a code owner February 11, 2025 16:15
Copy link
Member

@pheyos pheyos left a comment

Choose a reason for hiding this comment

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

LGTM

@mistic mistic merged commit 48992ed into elastic:main Feb 11, 2025
22 of 23 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x, 9.0

https://github.com/elastic/kibana/actions/runs/13269424224

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Feb 11, 2025
)

## Summary

In elastic#210425 we added Scout UI tests to be run for on-merge pipeline, but
test results are not ingested by default.

This PR enables Scout reporter for that pipeline

(cherry picked from commit 48992ed)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Feb 11, 2025
)

## Summary

In elastic#210425 we added Scout UI tests to be run for on-merge pipeline, but
test results are not ingested by default.

This PR enables Scout reporter for that pipeline

(cherry picked from commit 48992ed)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Feb 11, 2025
…) (#210673)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[ci] enable Scout reporter for on-merge-unsupported-ftrs
(#210627)](#210627)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-02-11T18:01:54Z","message":"[ci]
enable Scout reporter for on-merge-unsupported-ftrs (#210627)\n\n##
Summary\r\n\r\nIn #210425 we added Scout UI tests to be run for on-merge
pipeline, but\r\ntest results are not ingested by default.\r\n\r\nThis
PR enables Scout reporter for that
pipeline","sha":"48992ed9f6b78201884b28e1aa77794ea1e61336","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","test:scout","v9.1.0","v8.19.0"],"title":"[ci]
enable Scout reporter for
on-merge-unsupported-ftrs","number":210627,"url":"https://github.com/elastic/kibana/pull/210627","mergeCommit":{"message":"[ci]
enable Scout reporter for on-merge-unsupported-ftrs (#210627)\n\n##
Summary\r\n\r\nIn #210425 we added Scout UI tests to be run for on-merge
pipeline, but\r\ntest results are not ingested by default.\r\n\r\nThis
PR enables Scout reporter for that
pipeline","sha":"48992ed9f6b78201884b28e1aa77794ea1e61336"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210627","number":210627,"mergeCommit":{"message":"[ci]
enable Scout reporter for on-merge-unsupported-ftrs (#210627)\n\n##
Summary\r\n\r\nIn #210425 we added Scout UI tests to be run for on-merge
pipeline, but\r\ntest results are not ingested by default.\r\n\r\nThis
PR enables Scout reporter for that
pipeline","sha":"48992ed9f6b78201884b28e1aa77794ea1e61336"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
kapral18 added a commit to agusruidiazgd/kibana that referenced this pull request Feb 11, 2025
…on-206439

* main: (402 commits)
  [Search]: Fix Number type field to have correct property (elastic#210462)
  Change filter for rule monitoring gaps (elastic#209983)
  Update Logs Explorer deprecation messages (elastic#201307)
  [APM] Remove `error.id` in `getErrorGroupMainStatistics` query as it's not used (elastic#210613)
  [Embeddable] Fix presentation panel styles (elastic#210113)
  [ci] enable Scout reporter for on-merge-unsupported-ftrs (elastic#210627)
  [Fix][Synonyms UI]Add navigation link to the Detail breadcrumb. (elastic#209574)
  chore(dep): bump `store2` from `2.12.0` to `2.14.4` (elastic#210530)
  [scout] adding test helper `@kbn/scout-oblt` package and uptate onboarding tests (elastic#209761)
  [Cloud Security] Asset Inventory table flyout controls  (elastic#208452)
  [ML] Fix model deployment check in file uploader (elastic#209585)
  Updates archive again (elastic#209828)
  [Security Solution] Added concurrency limits and request throttling to prebuilt rule routes (elastic#209551)
  [Search] [Onboarding] Update search api to use EventEmitter instead of Provider (elastic#209784)
  [maps] lazy load map actions (elastic#210252)
  [Cloud Security] Adding telemetry collection condition based on render condition (elastic#208758)
  [Solution nav] Use flyout for Stack Management in Search and Observability solutions (elastic#208632)
  [Search] Fix Add Inference Endpoint API call (elastic#210243)
  [Agentless Connectors] Integration overview panel (elastic#210222)
  [Lens] Restore dynamic colouring by value for Last value agg (elastic#209110)
  ...
kibanamachine added a commit that referenced this pull request Feb 11, 2025
…) (#210672)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ci] enable Scout reporter for on-merge-unsupported-ftrs
(#210627)](#210627)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-02-11T18:01:54Z","message":"[ci]
enable Scout reporter for on-merge-unsupported-ftrs (#210627)\n\n##
Summary\r\n\r\nIn #210425 we added Scout UI tests to be run for on-merge
pipeline, but\r\ntest results are not ingested by default.\r\n\r\nThis
PR enables Scout reporter for that
pipeline","sha":"48992ed9f6b78201884b28e1aa77794ea1e61336","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","test:scout","v9.1.0","v8.19.0"],"title":"[ci]
enable Scout reporter for
on-merge-unsupported-ftrs","number":210627,"url":"https://github.com/elastic/kibana/pull/210627","mergeCommit":{"message":"[ci]
enable Scout reporter for on-merge-unsupported-ftrs (#210627)\n\n##
Summary\r\n\r\nIn #210425 we added Scout UI tests to be run for on-merge
pipeline, but\r\ntest results are not ingested by default.\r\n\r\nThis
PR enables Scout reporter for that
pipeline","sha":"48992ed9f6b78201884b28e1aa77794ea1e61336"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210627","number":210627,"mergeCommit":{"message":"[ci]
enable Scout reporter for on-merge-unsupported-ftrs (#210627)\n\n##
Summary\r\n\r\nIn #210425 we added Scout UI tests to be run for on-merge
pipeline, but\r\ntest results are not ingested by default.\r\n\r\nThis
PR enables Scout reporter for that
pipeline","sha":"48992ed9f6b78201884b28e1aa77794ea1e61336"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes test:scout v8.19.0 v9.0.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants