-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ftr][deployment-agnostic] move APM tests in its own config file #200562
[ftr][deployment-agnostic] move APM tests in its own config file #200562
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @dmlemeshko |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11930166450 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…stic#200562) ## Summary Part of elastic#199182 With great progress of elastic#193245 the number of tests in Observability deployment-agnostic config files is growing and so does config run time by reaching **30** minutes. As we try to keep pipeline runtime reasonable, this PR adds a new configs `oblt.apm.stateful.config.ts` and `oblt.apm.serverless.config.ts` that load only APM-related tests from https://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts It should help to speed up execution, we will double check config runtime when APM test migration is completed. For reviewers: no extra work is expected from Oblt teams if new tests are still imported in `x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts` (cherry picked from commit a851276) # Conflicts: # .buildkite/ftr_oblt_serverless_configs.yml # x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.index.ts
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
#200562) (#200924) # Backport This will backport the following commits from `main` to `8.x`: - [[ftr][deployment-agnostic] move APM tests in its own config file (#200562)](#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 (#200562)\n\n## Summary\r\n\r\nPart of #199182\r\n\r\nWith great progress of #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 (#200562)\n\n## Summary\r\n\r\nPart of #199182\r\n\r\nWith great progress of #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 (#200562)\n\n## Summary\r\n\r\nPart of #199182\r\n\r\nWith great progress of #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-->
…stic#200562) ## Summary Part of elastic#199182 With great progress of elastic#193245 the number of tests in Observability deployment-agnostic config files is growing and so does config run time by reaching **30** minutes. As we try to keep pipeline runtime reasonable, this PR adds a new configs `oblt.apm.stateful.config.ts` and `oblt.apm.serverless.config.ts` that load only APM-related tests from https://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts It should help to speed up execution, we will double check config runtime when APM test migration is completed. For reviewers: no extra work is expected from Oblt teams if new tests are still imported in `x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts`
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--> (cherry picked from commit e1691eb)
…fig file (#200562) (#200924) (#203728) # Backport This will backport the following commits from `8.x` to `8.17`: - [[8.x] [ftr][deployment-agnostic] move APM tests in its own config file (#200562) (#200924)](#200924) <!--- 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-26T10:27:33Z","message":"[8.x] [ftr][deployment-agnostic] move APM tests in its own config file (#200562) (#200924)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.x`:\n- [[ftr][deployment-agnostic] move APM tests in its own config file\n(#200562)](https://github.com/elastic/kibana/pull/200562)\n\n<!--- Backport version: 8.9.8 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Dzmitry\nLemechko\",\"email\":\"[email protected]\"},\"sourceCommit\":{\"committedDate\":\"2024-11-20T09:09:44Z\",\"message\":\"[ftr][deployment-agnostic]\nmove APM tests in its own config file (#200562)\\n\\n##\nSummary\\r\\n\\r\\nPart of #199182\\r\\n\\r\\nWith great progress of #193245 the\nnumber of tests in Observability\\r\\ndeployment-agnostic config files is\ngrowing and so does config run time\\r\\nby reaching **30**\nminutes.\\r\\n\\r\\nAs we try to keep pipeline runtime reasonable, this PR\nadds a new\\r\\nconfigs `oblt.apm.stateful.config.ts`\nand\\r\\n`oblt.apm.serverless.config.ts` that load only APM-related tests\nfrom\\r\\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\\r\\n\\r\\nIt\nshould help to speed up execution, we will double check\nconfig\\r\\nruntime when APM test migration is completed.\\r\\n\\r\\nFor\nreviewers: no extra work is expected from Oblt teams if new tests\\r\\nare\nstill imported\nin\\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]\nmove APM tests in its own config file (#200562)\\n\\n##\nSummary\\r\\n\\r\\nPart of #199182\\r\\n\\r\\nWith great progress of #193245 the\nnumber of tests in Observability\\r\\ndeployment-agnostic config files is\ngrowing and so does config run time\\r\\nby reaching **30**\nminutes.\\r\\n\\r\\nAs we try to keep pipeline runtime reasonable, this PR\nadds a new\\r\\nconfigs `oblt.apm.stateful.config.ts`\nand\\r\\n`oblt.apm.serverless.config.ts` that load only APM-related tests\nfrom\\r\\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\\r\\n\\r\\nIt\nshould help to speed up execution, we will double check\nconfig\\r\\nruntime when APM test migration is completed.\\r\\n\\r\\nFor\nreviewers: no extra work is expected from Oblt teams if new tests\\r\\nare\nstill imported\nin\\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]\nmove APM tests in its own config file (#200562)\\n\\n##\nSummary\\r\\n\\r\\nPart of #199182\\r\\n\\r\\nWith great progress of #193245 the\nnumber of tests in Observability\\r\\ndeployment-agnostic config files is\ngrowing and so does config run time\\r\\nby reaching **30**\nminutes.\\r\\n\\r\\nAs we try to keep pipeline runtime reasonable, this PR\nadds a new\\r\\nconfigs `oblt.apm.stateful.config.ts`\nand\\r\\n`oblt.apm.serverless.config.ts` that load only APM-related tests\nfrom\\r\\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\\r\\n\\r\\nIt\nshould help to speed up execution, we will double check\nconfig\\r\\nruntime when APM test migration is completed.\\r\\n\\r\\nFor\nreviewers: no extra work is expected from Oblt teams if new tests\\r\\nare\nstill imported\nin\\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\"}]}]\nBACKPORT-->","sha":"e1691eb91d710e3ccbb1422176505bf306c8eb44","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport"],"number":200924,"url":"https://github.com/elastic/kibana/pull/200924","mergeCommit":{"message":"[8.x] [ftr][deployment-agnostic] move APM tests in its own config file (#200562) (#200924)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.x`:\n- [[ftr][deployment-agnostic] move APM tests in its own config file\n(#200562)](https://github.com/elastic/kibana/pull/200562)\n\n<!--- Backport version: 8.9.8 -->\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT [{\"author\":{\"name\":\"Dzmitry\nLemechko\",\"email\":\"[email protected]\"},\"sourceCommit\":{\"committedDate\":\"2024-11-20T09:09:44Z\",\"message\":\"[ftr][deployment-agnostic]\nmove APM tests in its own config file (#200562)\\n\\n##\nSummary\\r\\n\\r\\nPart of #199182\\r\\n\\r\\nWith great progress of #193245 the\nnumber of tests in Observability\\r\\ndeployment-agnostic config files is\ngrowing and so does config run time\\r\\nby reaching **30**\nminutes.\\r\\n\\r\\nAs we try to keep pipeline runtime reasonable, this PR\nadds a new\\r\\nconfigs `oblt.apm.stateful.config.ts`\nand\\r\\n`oblt.apm.serverless.config.ts` that load only APM-related tests\nfrom\\r\\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\\r\\n\\r\\nIt\nshould help to speed up execution, we will double check\nconfig\\r\\nruntime when APM test migration is completed.\\r\\n\\r\\nFor\nreviewers: no extra work is expected from Oblt teams if new tests\\r\\nare\nstill imported\nin\\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]\nmove APM tests in its own config file (#200562)\\n\\n##\nSummary\\r\\n\\r\\nPart of #199182\\r\\n\\r\\nWith great progress of #193245 the\nnumber of tests in Observability\\r\\ndeployment-agnostic config files is\ngrowing and so does config run time\\r\\nby reaching **30**\nminutes.\\r\\n\\r\\nAs we try to keep pipeline runtime reasonable, this PR\nadds a new\\r\\nconfigs `oblt.apm.stateful.config.ts`\nand\\r\\n`oblt.apm.serverless.config.ts` that load only APM-related tests\nfrom\\r\\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\\r\\n\\r\\nIt\nshould help to speed up execution, we will double check\nconfig\\r\\nruntime when APM test migration is completed.\\r\\n\\r\\nFor\nreviewers: no extra work is expected from Oblt teams if new tests\\r\\nare\nstill imported\nin\\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]\nmove APM tests in its own config file (#200562)\\n\\n##\nSummary\\r\\n\\r\\nPart of #199182\\r\\n\\r\\nWith great progress of #193245 the\nnumber of tests in Observability\\r\\ndeployment-agnostic config files is\ngrowing and so does config run time\\r\\nby reaching **30**\nminutes.\\r\\n\\r\\nAs we try to keep pipeline runtime reasonable, this PR\nadds a new\\r\\nconfigs `oblt.apm.stateful.config.ts`\nand\\r\\n`oblt.apm.serverless.config.ts` that load only APM-related tests\nfrom\\r\\nhttps://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts\\r\\n\\r\\nIt\nshould help to speed up execution, we will double check\nconfig\\r\\nruntime when APM test migration is completed.\\r\\n\\r\\nFor\nreviewers: no extra work is expected from Oblt teams if new tests\\r\\nare\nstill imported\nin\\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\"}]}]\nBACKPORT-->","sha":"e1691eb91d710e3ccbb1422176505bf306c8eb44"}},"sourceBranch":"8.x","suggestedTargetBranches":[],"targetPullRequestStates":[]}] BACKPORT-->
…stic#200562) ## Summary Part of elastic#199182 With great progress of elastic#193245 the number of tests in Observability deployment-agnostic config files is growing and so does config run time by reaching **30** minutes. As we try to keep pipeline runtime reasonable, this PR adds a new configs `oblt.apm.stateful.config.ts` and `oblt.apm.serverless.config.ts` that load only APM-related tests from https://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts It should help to speed up execution, we will double check config runtime when APM test migration is completed. For reviewers: no extra work is expected from Oblt teams if new tests are still imported in `x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts`
Summary
Part of #199182
With great progress of #193245 the number of tests in Observability deployment-agnostic config files is growing and so does config run time by reaching 30 minutes.
As we try to keep pipeline runtime reasonable, this PR adds a new configs
oblt.apm.stateful.config.ts
andoblt.apm.serverless.config.ts
that load only APM-related tests from https://github.com/elastic/kibana/blob/main/x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.tsIt should help to speed up execution, we will double check config runtime when APM test migration is completed.
For reviewers: no extra work is expected from Oblt teams if new tests are still imported in
x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/index.ts