[ska] relocate stack_functional_integration#228585
Conversation
| // testFiles: [ | ||
| // require.resolve('@kbn/test-suites-xpack-platform/functional/apps/canvas'), | ||
| // require.resolve('./apps/lens/group1'), | ||
| // require.resolve('./apps/remote_clusters/ccs/remote_clusters_index_management_flow'), | ||
| // require.resolve('./apps/rollup_job'), | ||
| // require.resolve('@kbn/test-suites-xpack-platform/functional/apps/ml/anomaly_detection_jobs'), | ||
| // ], |
There was a problem hiding this comment.
it is a duplicated config to avoid using import from deprecated x-pack/test test package. It serves only as a base config in stack_functional_integration/ config for now.
| @@ -10,7 +10,7 @@ import { FtrProviderContext } from '../../../functional/ftr_provider_context'; | |||
|
|
|||
| export default function ({ getService, getPageObjects }: FtrProviderContext) { | |||
| const retry = getService('retry'); | |||
| const PageObjects = getPageObjects(['common', 'uptime', 'timePicker']); | |||
There was a problem hiding this comment.
removing uptime PO to keep the tests under platform (will be moved to QAF) cc @marius-dr
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
cc @dmlemeshko |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving stack integration FTR tests from x-pack/test ``` x-pack/test/ | - stack_functional_integration/ ``` After: ``` x-pack/platform/test/ | - stack_functional_integration/ ```
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16444603878 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving stack integration FTR tests from x-pack/test ``` x-pack/test/ | - stack_functional_integration/ ``` After: ``` x-pack/platform/test/ | - stack_functional_integration/ ``` (cherry picked from commit a2b5536) # Conflicts: # .github/CODEOWNERS
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate stack_functional_integration (#228585)](#228585) <!--- 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-21T11:37:57Z","message":"[ska] relocate stack_functional_integration (#228585)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving stack integration FTR tests from\nx-pack/test\n\n```\nx-pack/test/\n | - stack_functional_integration/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | - stack_functional_integration/\n```","sha":"a2b5536f677cbc9ec64b300fbb72fdb97d42478f","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate stack_functional_integration","number":228585,"url":"https://github.com/elastic/kibana/pull/228585","mergeCommit":{"message":"[ska] relocate stack_functional_integration (#228585)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving stack integration FTR tests from\nx-pack/test\n\n```\nx-pack/test/\n | - stack_functional_integration/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | - stack_functional_integration/\n```","sha":"a2b5536f677cbc9ec64b300fbb72fdb97d42478f"}},"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":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228585","number":228585,"mergeCommit":{"message":"[ska] relocate stack_functional_integration (#228585)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving stack integration FTR tests from\nx-pack/test\n\n```\nx-pack/test/\n | - stack_functional_integration/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | - stack_functional_integration/\n```","sha":"a2b5536f677cbc9ec64b300fbb72fdb97d42478f"}}]}] BACKPORT-->
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving stack integration FTR tests from x-pack/test ``` x-pack/test/ | - stack_functional_integration/ ``` After: ``` x-pack/platform/test/ | - stack_functional_integration/ ```
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving stack integration FTR tests from x-pack/test ``` x-pack/test/ | - stack_functional_integration/ ``` After: ``` x-pack/platform/test/ | - stack_functional_integration/ ```
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.19`: - [[ska] relocate stack_functional_integration (#228585)](#228585) <!--- Backport version: 10.0.0 --> ### 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-21T11:37:57Z","message":"[ska] relocate stack_functional_integration (#228585)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving stack integration FTR tests from\nx-pack/test\n\n```\nx-pack/test/\n | - stack_functional_integration/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | - stack_functional_integration/\n```","sha":"a2b5536f677cbc9ec64b300fbb72fdb97d42478f","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate stack_functional_integration","number":228585,"url":"https://github.com/elastic/kibana/pull/228585","mergeCommit":{"message":"[ska] relocate stack_functional_integration (#228585)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving stack integration FTR tests from\nx-pack/test\n\n```\nx-pack/test/\n | - stack_functional_integration/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | - stack_functional_integration/\n```","sha":"a2b5536f677cbc9ec64b300fbb72fdb97d42478f"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/228974","number":228974,"state":"MERGED","mergeCommit":{"sha":"8403bd1409c5d0362e70dc4caa81bf04de6b2912","message":"[9.1] [ska] relocate stack_functional_integration (#228585) (#228974)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ska] relocate stack_functional_integration\n(#228585)](https://github.com/elastic/kibana/pull/228585)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n"}},{"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/228585","number":228585,"mergeCommit":{"message":"[ska] relocate stack_functional_integration (#228585)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving stack integration FTR tests from\nx-pack/test\n\n```\nx-pack/test/\n | - stack_functional_integration/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | - stack_functional_integration/\n```","sha":"a2b5536f677cbc9ec64b300fbb72fdb97d42478f"}}]}] BACKPORT--> --------- Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving stack integration FTR tests from x-pack/test
After: