tqchen opened a new pull request, #19941:
URL: https://github.com/apache/tvm/pull/19941

   The Python unittest CI step previously looped over each collected test 
directory and invoked `run_pytest` once per directory. Splitting related tests 
across many pytest invocations fragments Jenkins failure reports.
   
   This change collects the ordered test directory list into a `PYTEST_TARGETS` 
array first, then passes the full target set to a single `run_pytest` 
invocation. Target ordering, pytest flags (`--reruns=3`, `-n=1`), 
`PYTEST_ADDOPTS` environment setup, and per-test failure behavior are 
unchanged; the platform-minimal run remains a separate invocation with its own 
JUnit XML.
   
   This keeps related failures within one pytest report for clearer CI output.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to