Skip to content
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: Fix autogluon tests for codebuild #182

Closed
wants to merge 1 commit into from

Conversation

claytonparnell
Copy link
Contributor

@claytonparnell claytonparnell commented Feb 17, 2024

Issue #, if available:

Description of changes: When running autogluon gpu tests on codebuild, saw failure due to kernel dying. Upon investigation found we run out of shared memory, so up the shared memory here to resolve.
Also, since several autogluon pkgs installed the code fetching version was broken, so updated to get appropriate version number.

Additional tests failing are

  • sagemaker-studio-analytics-extension - this requires credentials. Need to decide whether to rewrite tests to not require creds (preferred) or add creds to codebuild
  • pandas - pandas test failures #110
  • scipy - Fix Scipy tests for GPU based docker images #30
  • sagemaker-python-sdk - see ConnectionError: 400 for mocking sagemaker_session in tests/unit/sagemaker/monitor/test_model_monitoring.py::test_data_quality_monitor_update_failure . Will need more investigation if it continues to fail, but the other ~10000 tests pass

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants