Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [ftr][deployment-agnostic] move APM tests in its own config file (
elastic#200562) (elastic#200924) # Backport This will backport the following commits from `main` to `8.x`: - [[ftr][deployment-agnostic] move APM tests in its own config file (elastic#200562)](elastic#200562) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-20T09:09:44Z","message":"[ftr][deployment-agnostic] move APM tests in its own config file (elastic#200562)\n\n## Summary\r\n\r\nPart of elastic#199182\r\n\r\nWith great progress of elastic#193245 the number of tests in Observability\r\ndeployment-agnostic config files is growing and so does config run time\r\nby reaching **30** minutes.\r\n\r\nAs we try to keep pipeline runtime reasonable, this PR adds a new\r\nconfigs `oblt.apm.stateful.config.ts` and\r\n`oblt.apm.serverless.config.ts` that load only APM-related tests from\r\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\r\n\r\nIt should help to speed up execution, we will double check config\r\nruntime when APM test migration is completed.\r\n\r\nFor reviewers: no extra work is expected from Oblt teams if new tests\r\nare still imported in\r\n`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts`","sha":"a85127605c7bf7e0e349bc7bb687b69f72b6fe18","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","FTR","backport:version","v8.17.0"],"number":200562,"url":"https://github.com/elastic/kibana/pull/200562","mergeCommit":{"message":"[ftr][deployment-agnostic] move APM tests in its own config file (elastic#200562)\n\n## Summary\r\n\r\nPart of elastic#199182\r\n\r\nWith great progress of elastic#193245 the number of tests in Observability\r\ndeployment-agnostic config files is growing and so does config run time\r\nby reaching **30** minutes.\r\n\r\nAs we try to keep pipeline runtime reasonable, this PR adds a new\r\nconfigs `oblt.apm.stateful.config.ts` and\r\n`oblt.apm.serverless.config.ts` that load only APM-related tests from\r\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\r\n\r\nIt should help to speed up execution, we will double check config\r\nruntime when APM test migration is completed.\r\n\r\nFor reviewers: no extra work is expected from Oblt teams if new tests\r\nare still imported in\r\n`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts`","sha":"a85127605c7bf7e0e349bc7bb687b69f72b6fe18"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200562","number":200562,"mergeCommit":{"message":"[ftr][deployment-agnostic] move APM tests in its own config file (elastic#200562)\n\n## Summary\r\n\r\nPart of elastic#199182\r\n\r\nWith great progress of elastic#193245 the number of tests in Observability\r\ndeployment-agnostic config files is growing and so does config run time\r\nby reaching **30** minutes.\r\n\r\nAs we try to keep pipeline runtime reasonable, this PR adds a new\r\nconfigs `oblt.apm.stateful.config.ts` and\r\n`oblt.apm.serverless.config.ts` that load only APM-related tests from\r\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\r\n\r\nIt should help to speed up execution, we will double check config\r\nruntime when APM test migration is completed.\r\n\r\nFor reviewers: no extra work is expected from Oblt teams if new tests\r\nare still imported in\r\n`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts`","sha":"a85127605c7bf7e0e349bc7bb687b69f72b6fe18"}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
- Loading branch information