You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we upgraded to TF 2.6, the test-nlu-predictors and test-other-unit-tests tests on Windows CI failed due to OOM. Since the upgrade is urgent, the temporary workaround was to lower JOBS to 1 for these tests (as opposed to 2), bringing the memory consumption below the limit of the runners.
We should investigate how to reduce the memory consumption of these tests, so that the tests for this configuration can be run in parallel again.
Please reach out to someone from Infra for support in using DataDog to investigate these.
**Changes:**
- set JOBS=2 enabling running tests in parallel on Windows (Tackles: #9734)
- skip heavy test on windows because of `ResourceExhaustedError`
When we upgraded to TF 2.6, the
test-nlu-predictors
andtest-other-unit-tests
tests on Windows CI failed due to OOM. Since the upgrade is urgent, the temporary workaround was to lower JOBS to 1 for these tests (as opposed to 2), bringing the memory consumption below the limit of the runners.We should investigate how to reduce the memory consumption of these tests, so that the tests for this configuration can be run in parallel again.
Please reach out to someone from Infra for support in using DataDog to investigate these.
Definition of Done
The text was updated successfully, but these errors were encountered: