[FTR] add feature flags configs for deployment-agnostic tests#222371
[FTR] add feature flags configs for deployment-agnostic tests#222371dmlemeshko merged 8 commits intoelastic:mainfrom
Conversation
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --update'
| export default createServerlessFeatureFlagTestConfig({ | ||
| serverlessProject: 'oblt', | ||
| kbnServerArgs: [ | ||
| '--xpack.actions.preconfigured', |
There was a problem hiding this comment.
Since we need an async function getTlsWebhookServerUrls call to set this argument, I put the logic in helper method called inside createServerlessFeatureFlagTestConfig.
💚 Build Succeeded
Metrics [docs]
History
cc @dmlemeshko |
|
Starting backport for target branches: 8.19 https://github.com/elastic/kibana/actions/runs/15444290529 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…c#222371) Relocating tests added in elastic#221139 into separate feature flag configs, that are not run on MKI but only Kibana CI. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
…c#222371) Relocating tests added in elastic#221139 into separate feature flag configs, that are not run on MKI but only Kibana CI. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
3 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
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. |
…222371) (#224588) # Backport This will backport the following commits from `main` to `8.19`: - [[FTR] add feature flags configs for deployment-agnostic tests (#222371)](#222371) Also cherry-picked a few required changes from #218725 which was not backported. <!--- 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-06-04T13:57:03Z","message":"[FTR] add feature flags configs for deployment-agnostic tests (#222371)\n\nRelocating tests added in #221139 into separate feature flag configs,\nthat are not run on MKI but only Kibana CI.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"966f73481d6cfb25c59f363149e302b9b9fa40a2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","backport:version","v9.1.0","v8.19.0"],"title":"[FTR] add feature flags configs for deployment-agnostic tests","number":222371,"url":"https://github.com/elastic/kibana/pull/222371","mergeCommit":{"message":"[FTR] add feature flags configs for deployment-agnostic tests (#222371)\n\nRelocating tests added in #221139 into separate feature flag configs,\nthat are not run on MKI but only Kibana CI.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"966f73481d6cfb25c59f363149e302b9b9fa40a2"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222371","number":222371,"mergeCommit":{"message":"[FTR] add feature flags configs for deployment-agnostic tests (#222371)\n\nRelocating tests added in #221139 into separate feature flag configs,\nthat are not run on MKI but only Kibana CI.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"966f73481d6cfb25c59f363149e302b9b9fa40a2"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
Relocating tests added in #221139 into separate feature flag configs, that are not run on MKI but only Kibana CI.