Skip to content

Commit

Permalink
[8.x] [ci] enable Scout reporter for on-merge-unsupported-ftrs (#210627
Browse files Browse the repository at this point in the history
…) (#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>
  • Loading branch information
kibanamachine and dmlemeshko authored Feb 11, 2025
1 parent 6ca6442 commit 180f5d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
env:
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-unsupported-ftrs-alerts'
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SCOUT_REPORTER_ENABLED: 'true'
allow_rebuilds: true
branch_configuration: main 8.15 7.17
default_branch: main
Expand Down

0 comments on commit 180f5d9

Please sign in to comment.