Example Build
This occurs when adding python 3.12 to the build matrix, as py 311 now runs on windows instead of ubuntu. metricsadvisor and tables both have failures collecting the test run. The actual parallel tox invocation SUCCEEDS. It's just that we're getting a weird exit code due to access violations somewhere.
Need to chase this down or make a determination to ignore the problem.
After resolving, remove eng/pipelines/templates/stages/platform-matrix-metricsadvisor_tables.json.
EDIT: This is being used in communication CI now as well.
Example Build
This occurs when adding python 3.12 to the build matrix, as py 311 now runs on windows instead of ubuntu.
metricsadvisorandtablesboth have failures collecting the test run. The actual paralleltoxinvocation SUCCEEDS. It's just that we're getting a weird exit code due to access violations somewhere.Need to chase this down or make a determination to ignore the problem.
After resolving, remove
eng/pipelines/templates/stages/platform-matrix-metricsadvisor_tables.json.EDIT: This is being used in
communicationCI now as well.