-
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
[Obs AI Assistant] unskip kb user instructions test in serverless #205519
Conversation
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
...tes/observability/ai_assistant/tests/knowledge_base/knowledge_base_user_instructions.spec.ts
Outdated
Show resolved
Hide resolved
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 https://github.com/elastic/kibana/actions/runs/12613892733 |
…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 |
…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]>
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.