[9.2] [Dataset quality] configuring dockerized package registry in tests (#250040)#250291
Merged
kibanamachine merged 1 commit intoelastic:9.2from Jan 24, 2026
Merged
Conversation
…lastic#250040) ## Summary We have been dealing with a lot of flakiness in our tests due to package registry not being available, this PR changes the package registery being used to the dockerized one in Dataset Quality. As well as centralizing its usage in kbn-test package so that it can later on be used from a central place by other teams instead of duplicating it in every test suite. This is work continuation for [[Dataset quality] configuring dockerized package registry in tests](elastic#234891). (cherry picked from commit 8902479)
mohamedhamed-ahmed
added a commit
that referenced
this pull request
Jan 25, 2026
…sts (#250040) (#250317) # Backport This will backport the following commits from `main` to `9.1`: - [[Dataset quality] configuring dockerized package registry in tests (#250040)](#250040) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"mohamedhamed-ahmed","email":"mohamed.ahmed@elastic.co"},"sourceCommit":{"committedDate":"2026-01-23T23:19:17Z","message":"[Dataset quality] configuring dockerized package registry in tests (#250040)\n\n## Summary\n\nWe have been dealing with a lot of flakiness in our tests due to package\nregistry not being available, this PR changes the package registery\nbeing used to the dockerized one in Dataset Quality. As well as\ncentralizing its usage in kbn-test package so that it can later on be\nused from a central place by other teams instead of duplicating it in\nevery test suite.\n\nThis is work continuation for [[Dataset quality] configuring dockerized\npackage registry in\ntests](https://github.com/elastic/kibana/pull/234891).","sha":"890247929ccd1b7d40d2e88eccd14ea9267af063","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0","v9.3.0","v9.4.0","v9.2.5"],"title":"[Dataset quality] configuring dockerized package registry in tests","number":250040,"url":"https://github.com/elastic/kibana/pull/250040","mergeCommit":{"message":"[Dataset quality] configuring dockerized package registry in tests (#250040)\n\n## Summary\n\nWe have been dealing with a lot of flakiness in our tests due to package\nregistry not being available, this PR changes the package registery\nbeing used to the dockerized one in Dataset Quality. As well as\ncentralizing its usage in kbn-test package so that it can later on be\nused from a central place by other teams instead of duplicating it in\nevery test suite.\n\nThis is work continuation for [[Dataset quality] configuring dockerized\npackage registry in\ntests](https://github.com/elastic/kibana/pull/234891).","sha":"890247929ccd1b7d40d2e88eccd14ea9267af063"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/250291","number":250291,"state":"MERGED","mergeCommit":{"sha":"2bb2422a3ccd11ac0f2b31e2df501b8f4c8e098b","message":"[9.2] [Dataset quality] configuring dockerized package registry in tests (#250040) (#250291)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.2`:\n- [[Dataset quality] configuring dockerized package registry in tests\n(#250040)](https://github.com/elastic/kibana/pull/250040)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: mohamedhamed-ahmed <mohamed.ahmed@elastic.co>"}},{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/250292","number":250292,"state":"MERGED","mergeCommit":{"sha":"06fa3a8dffffb243b20b57aece5f7cf5c253abf8","message":"[9.3] [Dataset quality] configuring dockerized package registry in tests (#250040) (#250292)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.3`:\n- [[Dataset quality] configuring dockerized package registry in tests\n(#250040)](https://github.com/elastic/kibana/pull/250040)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: mohamedhamed-ahmed <mohamed.ahmed@elastic.co>"}},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/250040","number":250040,"mergeCommit":{"message":"[Dataset quality] configuring dockerized package registry in tests (#250040)\n\n## Summary\n\nWe have been dealing with a lot of flakiness in our tests due to package\nregistry not being available, this PR changes the package registery\nbeing used to the dockerized one in Dataset Quality. As well as\ncentralizing its usage in kbn-test package so that it can later on be\nused from a central place by other teams instead of duplicating it in\nevery test suite.\n\nThis is work continuation for [[Dataset quality] configuring dockerized\npackage registry in\ntests](https://github.com/elastic/kibana/pull/234891).","sha":"890247929ccd1b7d40d2e88eccd14ea9267af063"}}]}] BACKPORT-->
mohamedhamed-ahmed
added a commit
that referenced
this pull request
Jan 26, 2026
…ests (#250040) (#250318) # Backport This will backport the following commits from `main` to `8.19`: - [[Dataset quality] configuring dockerized package registry in tests (#250040)](#250040) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"mohamedhamed-ahmed","email":"mohamed.ahmed@elastic.co"},"sourceCommit":{"committedDate":"2026-01-23T23:19:17Z","message":"[Dataset quality] configuring dockerized package registry in tests (#250040)\n\n## Summary\n\nWe have been dealing with a lot of flakiness in our tests due to package\nregistry not being available, this PR changes the package registery\nbeing used to the dockerized one in Dataset Quality. As well as\ncentralizing its usage in kbn-test package so that it can later on be\nused from a central place by other teams instead of duplicating it in\nevery test suite.\n\nThis is work continuation for [[Dataset quality] configuring dockerized\npackage registry in\ntests](https://github.com/elastic/kibana/pull/234891).","sha":"890247929ccd1b7d40d2e88eccd14ea9267af063","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0","v9.3.0","v9.4.0","v9.2.5"],"title":"[Dataset quality] configuring dockerized package registry in tests","number":250040,"url":"https://github.com/elastic/kibana/pull/250040","mergeCommit":{"message":"[Dataset quality] configuring dockerized package registry in tests (#250040)\n\n## Summary\n\nWe have been dealing with a lot of flakiness in our tests due to package\nregistry not being available, this PR changes the package registery\nbeing used to the dockerized one in Dataset Quality. As well as\ncentralizing its usage in kbn-test package so that it can later on be\nused from a central place by other teams instead of duplicating it in\nevery test suite.\n\nThis is work continuation for [[Dataset quality] configuring dockerized\npackage registry in\ntests](https://github.com/elastic/kibana/pull/234891).","sha":"890247929ccd1b7d40d2e88eccd14ea9267af063"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/250291","number":250291,"state":"MERGED","mergeCommit":{"sha":"2bb2422a3ccd11ac0f2b31e2df501b8f4c8e098b","message":"[9.2] [Dataset quality] configuring dockerized package registry in tests (#250040) (#250291)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.2`:\n- [[Dataset quality] configuring dockerized package registry in tests\n(#250040)](https://github.com/elastic/kibana/pull/250040)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: mohamedhamed-ahmed <mohamed.ahmed@elastic.co>"}},{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/250292","number":250292,"state":"MERGED","mergeCommit":{"sha":"06fa3a8dffffb243b20b57aece5f7cf5c253abf8","message":"[9.3] [Dataset quality] configuring dockerized package registry in tests (#250040) (#250292)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.3`:\n- [[Dataset quality] configuring dockerized package registry in tests\n(#250040)](https://github.com/elastic/kibana/pull/250040)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: mohamedhamed-ahmed <mohamed.ahmed@elastic.co>"}},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/250040","number":250040,"mergeCommit":{"message":"[Dataset quality] configuring dockerized package registry in tests (#250040)\n\n## Summary\n\nWe have been dealing with a lot of flakiness in our tests due to package\nregistry not being available, this PR changes the package registery\nbeing used to the dockerized one in Dataset Quality. As well as\ncentralizing its usage in kbn-test package so that it can later on be\nused from a central place by other teams instead of duplicating it in\nevery test suite.\n\nThis is work continuation for [[Dataset quality] configuring dockerized\npackage registry in\ntests](https://github.com/elastic/kibana/pull/234891).","sha":"890247929ccd1b7d40d2e88eccd14ea9267af063"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport
This will backport the following commits from
mainto9.2:Questions ?
Please refer to the Backport tool documentation