[ska] remove 'test-suites-xpack-observability' imports in x-pack/test#226174
Conversation
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
jennypavlova
left a comment
There was a problem hiding this comment.
Obs UX infra and services changes LGTM 🚀
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
cc @dmlemeshko |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…elastic#226174) ## Summary PR is a temporarily workaround to unblock us with SKA test relocation. In one of my previous PRs to avoid code duplication I updated imports to use newly created `@kbn/test-suites-xpack-observability` module, sadly it led to circular dependency issue in test modules. Here I copy some helpers back to x-pack/test to unblock us, will be removed when we done with tests relocation. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 9426c26) # Conflicts: # .github/CODEOWNERS
…ck/test (#226174) (#226772) # Backport This will backport the following commits from `main` to `8.19`: - [[ska] remove 'test-suites-xpack-observability' imports in x-pack/test (#226174)](#226174) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-02T14:22:56Z","message":"[ska] remove 'test-suites-xpack-observability' imports in x-pack/test (#226174)\n\n## Summary\n\nPR is a temporarily workaround to unblock us with SKA test relocation.\n\nIn one of my previous PRs to avoid code duplication I updated imports to\nuse newly created `@kbn/test-suites-xpack-observability` module, sadly\nit led to circular dependency issue in test modules. Here I copy some\nhelpers back to x-pack/test to unblock us, will be removed when we done\nwith tests relocation.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"9426c26e285c66c1d3254ff6365dbf2e5917ff04","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","8.0 candidate","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.19.0","v9.2.0"],"title":"[ska] remove 'test-suites-xpack-observability' imports in x-pack/test","number":226174,"url":"https://github.com/elastic/kibana/pull/226174","mergeCommit":{"message":"[ska] remove 'test-suites-xpack-observability' imports in x-pack/test (#226174)\n\n## Summary\n\nPR is a temporarily workaround to unblock us with SKA test relocation.\n\nIn one of my previous PRs to avoid code duplication I updated imports to\nuse newly created `@kbn/test-suites-xpack-observability` module, sadly\nit led to circular dependency issue in test modules. Here I copy some\nhelpers back to x-pack/test to unblock us, will be removed when we done\nwith tests relocation.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"9426c26e285c66c1d3254ff6365dbf2e5917ff04"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/226174","number":226174,"mergeCommit":{"message":"[ska] remove 'test-suites-xpack-observability' imports in x-pack/test (#226174)\n\n## Summary\n\nPR is a temporarily workaround to unblock us with SKA test relocation.\n\nIn one of my previous PRs to avoid code duplication I updated imports to\nuse newly created `@kbn/test-suites-xpack-observability` module, sadly\nit led to circular dependency issue in test modules. Here I copy some\nhelpers back to x-pack/test to unblock us, will be removed when we done\nwith tests relocation.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"9426c26e285c66c1d3254ff6365dbf2e5917ff04"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16215901708 |
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16215902314 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
1 similar comment
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16319493160 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…elastic#226174) ## Summary PR is a temporarily workaround to unblock us with SKA test relocation. In one of my previous PRs to avoid code duplication I updated imports to use newly created `@kbn/test-suites-xpack-observability` module, sadly it led to circular dependency issue in test modules. Here I copy some helpers back to x-pack/test to unblock us, will be removed when we done with tests relocation. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
PR is a temporarily workaround to unblock us with SKA test relocation.
In one of my previous PRs to avoid code duplication I updated imports to use newly created
@kbn/test-suites-xpack-observabilitymodule, sadly it led to circular dependency issue in test modules. Here I copy some helpers back to x-pack/test to unblock us, will be removed when we done with tests relocation.