Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.7] [functional tests] split security and spaces ftr configs (#156350…
…) (#156467) # Backport This will backport the following commits from `main` to `8.7`: - [[functional tests] split security and spaces ftr configs (#156350)](#156350) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-05-03T06:57:57Z","message":"[functional tests] split security and spaces ftr configs (#156350)\n\n## Summary\r\n\r\nSplitting ftr configs to speed up ftr tests run on CI \r\n\r\n```\r\nThe following \"Functional Tests\" configs have durations that exceed the maximum amount of time desired for a single CI job. \r\nThis is not an error, and if you don't own any of these configs then you can ignore this warning.If you own any of these\r\nconfigs please split them up ASAP and ask Operations if you have questions about how to do that.\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts: 38.2 minutes\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts: 38.2 minutes\r\n```\r\n\r\nAfter split:\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts\r\n20m 29s\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_basic.ts\r\n20m 52s\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts\r\n19m 57s\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_trial.ts\r\n21m 5s\r\n\r\nRebalancing it with other configs should speedup CI by at least few\r\nminutes","sha":"424eae3f4d0f55f684a5b3c3b46847eb723233c9","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.8.0","v8.7.2","v8.9.0"],"number":156350,"url":"https://github.com/elastic/kibana/pull/156350","mergeCommit":{"message":"[functional tests] split security and spaces ftr configs (#156350)\n\n## Summary\r\n\r\nSplitting ftr configs to speed up ftr tests run on CI \r\n\r\n```\r\nThe following \"Functional Tests\" configs have durations that exceed the maximum amount of time desired for a single CI job. \r\nThis is not an error, and if you don't own any of these configs then you can ignore this warning.If you own any of these\r\nconfigs please split them up ASAP and ask Operations if you have questions about how to do that.\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts: 38.2 minutes\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts: 38.2 minutes\r\n```\r\n\r\nAfter split:\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts\r\n20m 29s\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_basic.ts\r\n20m 52s\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts\r\n19m 57s\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_trial.ts\r\n21m 5s\r\n\r\nRebalancing it with other configs should speedup CI by at least few\r\nminutes","sha":"424eae3f4d0f55f684a5b3c3b46847eb723233c9"}},"sourceBranch":"main","suggestedTargetBranches":["8.8","8.7"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.7","label":"v8.7.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156350","number":156350,"mergeCommit":{"message":"[functional tests] split security and spaces ftr configs (#156350)\n\n## Summary\r\n\r\nSplitting ftr configs to speed up ftr tests run on CI \r\n\r\n```\r\nThe following \"Functional Tests\" configs have durations that exceed the maximum amount of time desired for a single CI job. \r\nThis is not an error, and if you don't own any of these configs then you can ignore this warning.If you own any of these\r\nconfigs please split them up ASAP and ask Operations if you have questions about how to do that.\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts: 38.2 minutes\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts: 38.2 minutes\r\n```\r\n\r\nAfter split:\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_basic.ts\r\n20m 29s\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_basic.ts\r\n20m 52s\r\nx-pack/test/spaces_api_integration/security_and_spaces/config_trial.ts\r\n19m 57s\r\n\r\nx-pack/test/spaces_api_integration/security_and_spaces/copy_to_space_config_trial.ts\r\n21m 5s\r\n\r\nRebalancing it with other configs should speedup CI by at least few\r\nminutes","sha":"424eae3f4d0f55f684a5b3c3b46847eb723233c9"}}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <[email protected]>
- Loading branch information