guan404ming commented on PR #19863: URL: https://github.com/apache/tvm/pull/19863#issuecomment-4780973131
Agreed on structural verification for importer tests. For the heavier numerical checks, I think we could borrow Airflow's canary model: one CI workflow where pull_request runs only fast structural/op-UT checks, while schedule, post-merge push, or a canary label additionally run integration tests via a reusable workflow_call job. Fast PRs, end-to-end coverage, opt-in escape hatch. Refs: [triggers](https://github.com/apache/airflow/blob/main/.github/workflows/ci-amd.yml#L27-L49), [canary gating](https://github.com/apache/airflow/blob/main/dev/breeze/src/airflow_breeze/utils/selective_checks.py#L1894-L1899) , [integration as workflow_call](https://github.com/apache/airflow/blob/main/.github/workflows/integration-system-tests.yml#L20-L22) -- 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]
