[Security Assistant] Cleanup MKI test configs#188665
Merged
spong merged 1 commit intoelastic:mainfrom Jul 18, 2024
Merged
Conversation
jbudz
approved these changes
Jul 18, 2024
MadameSheema
approved these changes
Jul 18, 2024
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jul 18, 2024
## Summary In elastic#188168 we cleaned up some of our API tests, but missed these other references and so have failures on the [periodic test pipeline](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/854). This PR updates these configs to remove the test commands that no longer exist. (cherry picked from commit 40b966c)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Jul 18, 2024
# Backport This will backport the following commits from `main` to `8.15`: - [[Security Assistant] Cleanup MKI test configs (#188665)](#188665) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Garrett Spong","email":"spong@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-07-18T16:09:22Z","message":"[Security Assistant] Cleanup MKI test configs (#188665)\n\n## Summary\r\n\r\nIn #188168 we cleaned up some of\r\nour API tests, but missed these other references and so have failures on\r\nthe [periodic test\r\npipeline](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/854).\r\nThis PR updates these configs to remove the test commands that no longer\r\nexist.","sha":"40b966c0c8242b0ecade9bbb4e1372fcf1beb37c","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Security Generative AI","v8.15.0","v8.16.0"],"title":"[Security Assistant] Cleanup MKI test configs","number":188665,"url":"https://github.com/elastic/kibana/pull/188665","mergeCommit":{"message":"[Security Assistant] Cleanup MKI test configs (#188665)\n\n## Summary\r\n\r\nIn #188168 we cleaned up some of\r\nour API tests, but missed these other references and so have failures on\r\nthe [periodic test\r\npipeline](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/854).\r\nThis PR updates these configs to remove the test commands that no longer\r\nexist.","sha":"40b966c0c8242b0ecade9bbb4e1372fcf1beb37c"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/188665","number":188665,"mergeCommit":{"message":"[Security Assistant] Cleanup MKI test configs (#188665)\n\n## Summary\r\n\r\nIn #188168 we cleaned up some of\r\nour API tests, but missed these other references and so have failures on\r\nthe [periodic test\r\npipeline](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/854).\r\nThis PR updates these configs to remove the test commands that no longer\r\nexist.","sha":"40b966c0c8242b0ecade9bbb4e1372fcf1beb37c"}}]}] BACKPORT--> Co-authored-by: Garrett Spong <spong@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
In #188168 we cleaned up some of our API tests, but missed these other references and so have failures on the periodic test pipeline. This PR updates these configs to remove the test commands that no longer exist.