Skip to content

Commit 2e69d04

Browse files
kibanamachinecsr
andauthored
[9.2] [Scout] Enable Scout Reporter in kibana-package-registry-verify-and-promote pipeline (#258879) (#259028)
# Backport This will backport the following commits from `main` to `9.2`: - [[Scout] Enable Scout Reporter in `kibana-package-registry-verify-and-promote` pipeline (#258879)](#258879) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Cesare de Cal","email":"cesare.decal@elastic.co"},"sourceCommit":{"committedDate":"2026-03-23T09:34:39Z","message":"[Scout] Enable Scout Reporter in `kibana-package-registry-verify-and-promote` pipeline (#258879)\n\nThis PR enables the Scout Reporter for\nhttps://buildkite.com/elastic/kibana-package-registry-verify-and-promote\ntest runs by setting `SCOUT_REPORTER_ENABLED` to `true`. This will\nprovide an extended view of test failures and test runs. As of right\nnow, the Scout Reporter is disabled and this is logged in test runs:\n\nScout/Jest:\n\n```\n⚠️ The SCOUT_REPORTER_ENABLED environment variable is not 'true'. Skipping event upload.\n```\n\nand for FTR/Cypress:\n\n```\nSCOUT_REPORTER_ENABLED=false, skipping event upload.\n```","sha":"f7d8668eaa914e0ae2d427b4d986e3e825536bb8","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.4.0"],"title":"[Scout] Enable Scout Reporter in `kibana-package-registry-verify-and-promote` pipeline","number":258879,"url":"https://github.com/elastic/kibana/pull/258879","mergeCommit":{"message":"[Scout] Enable Scout Reporter in `kibana-package-registry-verify-and-promote` pipeline (#258879)\n\nThis PR enables the Scout Reporter for\nhttps://buildkite.com/elastic/kibana-package-registry-verify-and-promote\ntest runs by setting `SCOUT_REPORTER_ENABLED` to `true`. This will\nprovide an extended view of test failures and test runs. As of right\nnow, the Scout Reporter is disabled and this is logged in test runs:\n\nScout/Jest:\n\n```\n⚠️ The SCOUT_REPORTER_ENABLED environment variable is not 'true'. Skipping event upload.\n```\n\nand for FTR/Cypress:\n\n```\nSCOUT_REPORTER_ENABLED=false, skipping event upload.\n```","sha":"f7d8668eaa914e0ae2d427b4d986e3e825536bb8"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/258879","number":258879,"mergeCommit":{"message":"[Scout] Enable Scout Reporter in `kibana-package-registry-verify-and-promote` pipeline (#258879)\n\nThis PR enables the Scout Reporter for\nhttps://buildkite.com/elastic/kibana-package-registry-verify-and-promote\ntest runs by setting `SCOUT_REPORTER_ENABLED` to `true`. This will\nprovide an extended view of test failures and test runs. As of right\nnow, the Scout Reporter is disabled and this is logged in test runs:\n\nScout/Jest:\n\n```\n⚠️ The SCOUT_REPORTER_ENABLED environment variable is not 'true'. Skipping event upload.\n```\n\nand for FTR/Cypress:\n\n```\nSCOUT_REPORTER_ENABLED=false, skipping event upload.\n```","sha":"f7d8668eaa914e0ae2d427b4d986e3e825536bb8"}}]}] BACKPORT--> Co-authored-by: Cesare de Cal <cesare.decal@elastic.co>
1 parent 05deea3 commit 2e69d04

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.buildkite/pipeline-resource-definitions/kibana-package-registry.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ spec:
1919
description: Verify and promote docker.elastic.co/package-registry/distribution:lite
2020
spec:
2121
env:
22-
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts"
23-
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
24-
REPORT_FAILED_TESTS_TO_GITHUB: "true"
25-
FLEET_PACKAGE_REGISTRY_DOCKER_IMAGE: "docker.elastic.co/package-registry/distribution:lite"
22+
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
23+
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
24+
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
25+
SCOUT_REPORTER_ENABLED: 'true'
26+
FLEET_PACKAGE_REGISTRY_DOCKER_IMAGE: 'docker.elastic.co/package-registry/distribution:lite'
2627
repository: elastic/kibana
2728
branch_configuration: main
2829
default_branch: main
29-
pipeline_file: ".buildkite/pipelines/fleet/package_registry.yml"
30+
pipeline_file: '.buildkite/pipelines/fleet/package_registry.yml'
3031
provider_settings:
3132
trigger_mode: none
3233
schedules:

0 commit comments

Comments
 (0)