-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: tolerate vulnerable old model for integ test and temporarily skip test_list_jumpstart_models_script_filter #4453
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
fix: tolerate vulnerable old model for integ test and temporarily skip test_list_jumpstart_models_script_filter #4453
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4453 +/- ##
==========================================
+ Coverage 86.94% 87.15% +0.21%
==========================================
Files 1203 387 -816
Lines 107211 35788 -71423
==========================================
- Hits 93211 31191 -62020
+ Misses 14000 4597 -9403 ☔ View full report in Codecov by Sentry. |
…p test_list_jumpstart_models_script_filter (aws#4453) * fix: tolerate vulnerable old model for integ test * chore: temporarily skip test_list_jumpstart_models_script_filter * chore: increase skip date to may
…p test_list_jumpstart_models_script_filter (aws#4453) * fix: tolerate vulnerable old model for integ test * chore: temporarily skip test_list_jumpstart_models_script_filter * chore: increase skip date to may
…p test_list_jumpstart_models_script_filter (aws#4453) * fix: tolerate vulnerable old model for integ test * chore: temporarily skip test_list_jumpstart_models_script_filter * chore: increase skip date to may
Issue #, if available:
Description of changes:
meta-textgeneration-llama-2-7b
version2.*
contains a vulnerability. For the purposes of passing the integ test (in case customers choose to use the vulnerable old model version), we tolerate the vulnerability.test_list_jumpstart_models_script_filter
is flaky and will be temporarily skipped until JumpStart can figure out the root cause and write a fix.Testing done:
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.