-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Telemetry automated checks] Add 5 retries to the schema download task #241572
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
Merged
gsoldevila
merged 1 commit into
elastic:main
from
gsoldevila:kbn-telemetry-checks-add-retry
Nov 3, 2025
Merged
[Telemetry automated checks] Add 5 retries to the schema download task #241572
gsoldevila
merged 1 commit into
elastic:main
from
gsoldevila:kbn-telemetry-checks-add-retry
Nov 3, 2025
Conversation
This file contains hidden or 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
Contributor
|
Pinging @elastic/kibana-core (Team:Core) |
delanni
approved these changes
Nov 3, 2025
Bamieh
approved these changes
Nov 3, 2025
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
cc @gsoldevila |
Contributor
|
Starting backport for target branches: 9.2 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
ana-davydova
pushed a commit
to ana-davydova/kibana
that referenced
this pull request
Nov 3, 2025
elastic#241572) ## Summary Git repository might fail from time to time when attempting to download telemetry schemas JSON files (e.g. [build](https://buildkite.com/elastic/kibana-on-merge/builds/81018/steps/canvas?jid=019a3acd-b8e5-419a-ba61-2c3ff45ba8d3)). Adding a few retries to this task will prevent from having to repeat the whole check.
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Nov 3, 2025
elastic#241572) ## Summary Git repository might fail from time to time when attempting to download telemetry schemas JSON files (e.g. [build](https://buildkite.com/elastic/kibana-on-merge/builds/81018/steps/canvas?jid=019a3acd-b8e5-419a-ba61-2c3ff45ba8d3)). Adding a few retries to this task will prevent from having to repeat the whole check.
gsoldevila
added a commit
to gsoldevila/kibana
that referenced
this pull request
Nov 4, 2025
elastic#241572) ## Summary Git repository might fail from time to time when attempting to download telemetry schemas JSON files (e.g. [build](https://buildkite.com/elastic/kibana-on-merge/builds/81018/steps/canvas?jid=019a3acd-b8e5-419a-ba61-2c3ff45ba8d3)). Adding a few retries to this task will prevent from having to repeat the whole check. (cherry picked from commit 6026543)
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
gsoldevila
added a commit
that referenced
this pull request
Nov 4, 2025
…ad task (#241572) (#241746) # Backport This will backport the following commits from `main` to `9.2`: - [[Telemetry automated checks] Add 5 retries to the schema download task (#241572)](#241572) <!--- Backport version: 10.0.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-11-03T11:18:16Z","message":"[Telemetry automated checks] Add 5 retries to the schema download task (#241572)\n\n## Summary\n\nGit repository might fail from time to time when attempting to download\ntelemetry schemas JSON files (e.g.\n[build](https://buildkite.com/elastic/kibana-on-merge/builds/81018/steps/canvas?jid=019a3acd-b8e5-419a-ba61-2c3ff45ba8d3)).\n\nAdding a few retries to this task will prevent from having to repeat the\nwhole check.","sha":"60265437928a72be7f02ffb5b71cb271bac386ed","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Core","Feature:Telemetry","release_note:skip","backport:version","v9.3.0","v9.2.1"],"title":"[Telemetry automated checks] Add 5 retries to the schema download task","number":241572,"url":"https://github.com/elastic/kibana/pull/241572","mergeCommit":{"message":"[Telemetry automated checks] Add 5 retries to the schema download task (#241572)\n\n## Summary\n\nGit repository might fail from time to time when attempting to download\ntelemetry schemas JSON files (e.g.\n[build](https://buildkite.com/elastic/kibana-on-merge/builds/81018/steps/canvas?jid=019a3acd-b8e5-419a-ba61-2c3ff45ba8d3)).\n\nAdding a few retries to this task will prevent from having to repeat the\nwhole check.","sha":"60265437928a72be7f02ffb5b71cb271bac386ed"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241572","number":241572,"mergeCommit":{"message":"[Telemetry automated checks] Add 5 retries to the schema download task (#241572)\n\n## Summary\n\nGit repository might fail from time to time when attempting to download\ntelemetry schemas JSON files (e.g.\n[build](https://buildkite.com/elastic/kibana-on-merge/builds/81018/steps/canvas?jid=019a3acd-b8e5-419a-ba61-2c3ff45ba8d3)).\n\nAdding a few retries to this task will prevent from having to repeat the\nwhole check.","sha":"60265437928a72be7f02ffb5b71cb271bac386ed"}},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
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
bug
Fixes for quality problems that affect the customer experience
Feature:Telemetry
release_note:skip
Skip the PR/issue when compiling release notes
Team:Core
Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//
v9.2.1
v9.3.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
Git repository might fail from time to time when attempting to download telemetry schemas JSON files (e.g. build).
Adding a few retries to this task will prevent from having to repeat the whole check.