-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
mistic
merged 1 commit into
elastic:main
from
dmlemeshko:ci/enable-scout-reporter-on-merge
Feb 11, 2025
Merged
[ci] enable Scout reporter for on-merge-unsupported-ftrs #210627
mistic
merged 1 commit into
elastic:main
from
dmlemeshko:ci/enable-scout-reporter-on-merge
Feb 11, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pheyos
approved these changes
Feb 11, 2025
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
mistic
approved these changes
Feb 11, 2025
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)
💚 All backports created successfully
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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