[FTR] Disable dockerServers service when stubbing#237634
[FTR] Disable dockerServers service when stubbing#237634dgieselaar merged 6 commits intoelastic:mainfrom
Conversation
|
@dgieselaar I skipped tests to reproduce the issue, but I couldn't in The code change makes sense, just want to see the actual issue. |
|
@dmlemeshko yes, locally you have to specify |
|
I'm waiting until #238397 is in so I can get evidence of this being an improvement. |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
History
cc @dgieselaar |
|
Based on the following query I think there's about 8 configs that were starting docker even without tests: So this saves about 10m tops. Not much, but it's a sane thing to do. |
|
Starting backport for target branches: 9.2 https://github.com/elastic/kibana/actions/runs/18504791591 |
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay. Relates to: elastic#237584 (cherry picked from commit 74ac864)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…38984) # Backport This will backport the following commits from `main` to `9.2`: - [[FTR] Disable dockerServers service when stubbing (#237634)](#237634) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dario Gieselaar","email":"dario.gieselaar@elastic.co"},"sourceCommit":{"committedDate":"2025-10-14T17:25:29Z","message":"[FTR] Disable dockerServers service when stubbing (#237634)\n\nCurrently the dockerServers service starts a package registry container\neven if there are no tests. The package registry container can take up\nto 2m to start on CI, so it adds an unnecessary delay.\n\nRelates to: https://github.com/elastic/kibana/issues/237584","sha":"74ac864aa28e3e99e015c8b3614dd2d7555ac6d5","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.3.0"],"title":"[FTR] Disable dockerServers service when stubbing","number":237634,"url":"https://github.com/elastic/kibana/pull/237634","mergeCommit":{"message":"[FTR] Disable dockerServers service when stubbing (#237634)\n\nCurrently the dockerServers service starts a package registry container\neven if there are no tests. The package registry container can take up\nto 2m to start on CI, so it adds an unnecessary delay.\n\nRelates to: https://github.com/elastic/kibana/issues/237584","sha":"74ac864aa28e3e99e015c8b3614dd2d7555ac6d5"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237634","number":237634,"mergeCommit":{"message":"[FTR] Disable dockerServers service when stubbing (#237634)\n\nCurrently the dockerServers service starts a package registry container\neven if there are no tests. The package registry container can take up\nto 2m to start on CI, so it adds an unnecessary delay.\n\nRelates to: https://github.com/elastic/kibana/issues/237584","sha":"74ac864aa28e3e99e015c8b3614dd2d7555ac6d5"}}]}] BACKPORT--> Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay. Relates to: elastic#237584
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay. Relates to: elastic#237584
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay. Relates to: elastic#237584
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay. Relates to: elastic#237584
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay. Relates to: elastic#237584
Currently the dockerServers service starts a package registry container even if there are no tests. The package registry container can take up to 2m to start on CI, so it adds an unnecessary delay.
Relates to: #237584