[aw] Add trusted KBE search eval support - #133958
Draft
vitek-karas wants to merge 1 commit into
Draft
vitek-karas wants to merge 1 commit into
vitek-karas wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 15 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Note
This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.
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
Role in the stacked change
This is the prerequisite for dotnet/runtime#133684. It must merge before #133684 so the trusted evaluator files are available from
main. The/ci-evalworkflow restores evaluator inputs frommainbefore checking out a pull request; without these files onmain, the dependent PR's wrapper, grader, and focused tests cannot be trusted or exercised by the evaluator.After this PR merges, #133684 can retain the production workflow, instruction, and eval-spec changes that consume this support.
Validation
node --test .github/workflows/evals/kbe-search.test.mjs— 10 tests passed.git diff --checkpassed.Note
This pull request description was generated by GitHub Copilot.