-
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
[Obs AI Assistant] unskip kb user instructions test in serverless #205519
Merged
neptunian
merged 5 commits into
elastic:main
from
neptunian:192886-unskip-kb-user-instructions-test-serverless
Jan 4, 2025
Merged
[Obs AI Assistant] unskip kb user instructions test in serverless #205519
neptunian
merged 5 commits into
elastic:main
from
neptunian:192886-unskip-kb-user-instructions-test-serverless
Jan 4, 2025
+117
−64
Conversation
This file contains 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
neptunian
added
release_note:skip
Skip the PR/issue when compiling release notes
backport:prev-minor
Backport to (8.x) the previous minor version (i.e. one version back from main)
Team:Obs AI Assistant
Observability AI Assistant
labels
Jan 3, 2025
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
5 tasks
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
viduni94
reviewed
Jan 3, 2025
...tes/observability/ai_assistant/tests/knowledge_base/knowledge_base_user_instructions.spec.ts
Outdated
Show resolved
Hide resolved
viduni94
approved these changes
Jan 4, 2025
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
Starting backport for target branches: 8.x |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jan 4, 2025
…astic#205519) ## Summary Resolves elastic#192886 - Unskips `knowledge_base_user_instructions.spec.ts` in serverless - stays skipped in mki due to proxy usage issue - Duplicates new changes from non serverless - Removes `skipInMKI` tags for: `knowledge_base_setup.spec.ts` `knowledge_base.spec.ts ` `knowledge_base_status.spec.ts` If elastic#192718 is merged before this, I will move `knowledge_base_user_instructions.spec.ts` to deployment agnostic. Otherwise It can be done in that PR or another. (cherry picked from commit b17b10e)
💚 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
Jan 4, 2025
…ss (#205519) (#205564) # Backport This will backport the following commits from `main` to `8.x`: - [[Obs AI Assistant] unskip kb user instructions test in serverless (#205519)](#205519) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sandra G","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-04T21:32:32Z","message":"[Obs AI Assistant] unskip kb user instructions test in serverless (#205519)\n\n## Summary\r\nResolves https://github.com/elastic/kibana/issues/192886\r\n\r\n- Unskips `knowledge_base_user_instructions.spec.ts` in serverless\r\n - stays skipped in mki due to proxy usage issue\r\n - Duplicates new changes from non serverless\r\n- Removes `skipInMKI` tags for:\r\n`knowledge_base_setup.spec.ts`\r\n`knowledge_base.spec.ts `\r\n`knowledge_base_status.spec.ts`\r\n\r\n\r\nIf #192718 is merged before\r\nthis, I will move `knowledge_base_user_instructions.spec.ts` to\r\ndeployment agnostic. Otherwise It can be done in that PR or another.","sha":"b17b10eea1aa465a4291ce716dba473eb9195cb1","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Team:Obs AI Assistant"],"title":"[Obs AI Assistant] unskip kb user instructions test in serverless","number":205519,"url":"https://github.com/elastic/kibana/pull/205519","mergeCommit":{"message":"[Obs AI Assistant] unskip kb user instructions test in serverless (#205519)\n\n## Summary\r\nResolves https://github.com/elastic/kibana/issues/192886\r\n\r\n- Unskips `knowledge_base_user_instructions.spec.ts` in serverless\r\n - stays skipped in mki due to proxy usage issue\r\n - Duplicates new changes from non serverless\r\n- Removes `skipInMKI` tags for:\r\n`knowledge_base_setup.spec.ts`\r\n`knowledge_base.spec.ts `\r\n`knowledge_base_status.spec.ts`\r\n\r\n\r\nIf #192718 is merged before\r\nthis, I will move `knowledge_base_user_instructions.spec.ts` to\r\ndeployment agnostic. Otherwise It can be done in that PR or another.","sha":"b17b10eea1aa465a4291ce716dba473eb9195cb1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205519","number":205519,"mergeCommit":{"message":"[Obs AI Assistant] unskip kb user instructions test in serverless (#205519)\n\n## Summary\r\nResolves https://github.com/elastic/kibana/issues/192886\r\n\r\n- Unskips `knowledge_base_user_instructions.spec.ts` in serverless\r\n - stays skipped in mki due to proxy usage issue\r\n - Duplicates new changes from non serverless\r\n- Removes `skipInMKI` tags for:\r\n`knowledge_base_setup.spec.ts`\r\n`knowledge_base.spec.ts `\r\n`knowledge_base_status.spec.ts`\r\n\r\n\r\nIf #192718 is merged before\r\nthis, I will move `knowledge_base_user_instructions.spec.ts` to\r\ndeployment agnostic. Otherwise It can be done in that PR or another.","sha":"b17b10eea1aa465a4291ce716dba473eb9195cb1"}}]}] BACKPORT--> Co-authored-by: Sandra G <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:prev-minor
Backport to (8.x) the previous minor version (i.e. one version back from main)
release_note:skip
Skip the PR/issue when compiling release notes
Team:Obs AI Assistant
Observability AI Assistant
v8.18.0
v9.0.0
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
Resolves #192886
knowledge_base_user_instructions.spec.ts
in serverlessskipInMKI
tags for:knowledge_base_setup.spec.ts
knowledge_base.spec.ts
knowledge_base_status.spec.ts
If #192718 is merged before this, I will move
knowledge_base_user_instructions.spec.ts
to deployment agnostic. Otherwise It can be done in that PR or another.