aws / sagemaker-inference-toolkit

Serve machine learning models within a 🐳 Docker container using 🧠 Amazon SageMaker.
Apache License 2.0
385 stars 82 forks source link

infra: Do not parallelize unit tests in buildspecs #48

Closed ajaykarpur closed 4 years ago

ajaykarpur commented 4 years ago

Description of changes: Parallelizing unit tests in builds seems to cause flakiness. (Noticed this in the release pipeline.) Removing parallelization.

Testing done: Testing with PR build and release pipeline.

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

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.