ci: switch to another model for aws bedrock real provider tests in ci#2389
Merged
Merged
Conversation
Signed-off-by: yxia216 <yxia216@bloomberg.net>
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
hustxiayang
marked this pull request as draft
July 17, 2026 20:17
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2389 +/- ##
==========================================
- Coverage 84.85% 84.84% -0.02%
==========================================
Files 151 151
Lines 22086 22086
==========================================
- Hits 18742 18739 -3
- Misses 2213 2215 +2
- Partials 1131 1132 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
hustxiayang
marked this pull request as ready for review
July 20, 2026 14:27
aabchoo
approved these changes
Jul 20, 2026
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.
Description
The AWS Bedrock e2e and data-plane tests were failing
because us.meta.llama3-2-1b-instruct-v1:0reached end-of-life on Bedrock (404 ResourceNotFoundException). Switched the AWS Bedrock test model to the cheapest active option, Amazon Nova Micro (us.amazon.nova-micro-v1:0).Also centralized all real-provider model IDs so future model churn is a one-line fix.
More details are on #2388