[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860)#227968
Merged
azasypkin merged 1 commit intoelastic:deploy-fix@1752473612from Jul 15, 2025
Conversation
…ture is disabled (elastic#227860) ## Summary This PR skips the execution of the CAI tasks if the feature is disabled. --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
Contributor
|
Pinging @elastic/kibana-cases (Feature:Cases) |
cnasikas
approved these changes
Jul 15, 2025
adcoelho
approved these changes
Jul 15, 2025
5f662c1
into
elastic:deploy-fix@1752473612
23 of 24 checks passed
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
|
cnasikas
added a commit
that referenced
this pull request
Jul 18, 2025
…the feature is disabled (#227860) (#228510) # Backport This will backport the following commits from `main` to `8.19`: - [[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860)](#227860) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Christos Nasikas","email":"christos.nasikas@elastic.co"},"sourceCommit":{"committedDate":"2025-07-15T10:13:51Z","message":"[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860)\n\n## Summary\n\nThis PR skips the execution of the CAI tasks if the feature is disabled.\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"be184bb8d86ed2ec932d84c063f7536edc85dc7d","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","Feature:Cases","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled","number":227860,"url":"https://github.com/elastic/kibana/pull/227860","mergeCommit":{"message":"[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860)\n\n## Summary\n\nThis PR skips the execution of the CAI tasks if the feature is disabled.\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"be184bb8d86ed2ec932d84c063f7536edc85dc7d"}},"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/227970","number":227970,"state":"MERGED","mergeCommit":{"sha":"ad97bf24b022c2aec8dc19431537fe8e3fcd1ca2","message":"[9.1] [ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860) (#227970)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ResponseOps][Cases] Skip the execution of the CAI tasks when the\nfeature is disabled\n(#227860)](https://github.com/elastic/kibana/pull/227860)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Christos Nasikas <christos.nasikas@elastic.co>\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>"}},{"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/227860","number":227860,"mergeCommit":{"message":"[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860)\n\n## Summary\n\nThis PR skips the execution of the CAI tasks if the feature is disabled.\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"be184bb8d86ed2ec932d84c063f7536edc85dc7d"}},{"url":"https://github.com/elastic/kibana/pull/227968","number":227968,"branch":"deploy-fix@1752473612","state":"MERGED","mergeCommit":{"sha":"5f662c1a33358d066b7c7e56af3924ebd3c279d8","message":"[ResponseOps][Cases] Skip the execution of the CAI tasks when the feature is disabled (#227860) (#227968)\n\n## Summary\n\nCherry-picking #227860 for the\nemergency release.\n\nCo-authored-by: Christos Nasikas <christos.nasikas@elastic.co>\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>"}}]}] BACKPORT--> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-picking #227860 for the emergency release.