Recent CI Improvements

I, along with @areusch and others, have been working on improving TVM’s CI and developer experience recently after the launch of our new Jenkins instance earlier this year. This is a quick summary of some of the highlights:

CI Runtime

CI Reproducability

  • #9534, #9971, #10425 (ongoing) - Add tests/scripts/ci.py to replicate CI tests locally
    • This script runs in the same Docker images and in the same environment as CI, making it easier to replicate CI failures locally.

Workflow

7 Likes