-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FEATURE] Use AzureML compute target to execute test #995
Comments
we are retaking this work item, now with @pradnyeshjoshi.
|
@simonzhao we are seeing an error with PySpark. Right now, we have |
GPU nightly on a DSVM Standard NC6s v2 (6 vcpus, 112 GiB memory) Python 3.7.12:
|
After this feature is added, we need to update the wiki: https://github.com/Microsoft/Recommenders/wiki/Test-Strategy @pradnyeshjoshi I add this info here so we don't forget |
Related to #1706, we added a new test for LightFM. There is a very inefficient transformation that the author of the notebook did and currently the test take 38min.
We need to add this test to the AzureML groups after #1706 is merged. The main reason is because the function |
Description
@bethz created a pipeline that uses AzureML to programmatically start a virtual machine, execute the tests, gather the results in Azure DevOps and shut down the machine.
At the moment the pipeline is inactive but the code is in the repo here: https://github.com/microsoft/recommenders/tree/7c0a6a3e23dee047b9afbf8564bd236a8300454e/tests/ci
The files are:
Expected behavior with the suggested feature
The steps that are missing to activate this again are:
azureml_compute_target
dsvm_nightly_linux_cpu.yml
for these tests it would becompute_target_nightly_linux_cpu.yml
Other Comments
related to #450
The text was updated successfully, but these errors were encountered: