driazati

Results 22 issues of driazati

This fixes the issue where merging from GitHub Actions (i.e. with the default `GITHUB_TOKEN`) doesn't trigger post-merge GitHub Actions on the commit it creates in `main`. Instead these jobs are...

See [the CI Monitoring Runbook](https://github.com/apache/tvm/wiki/CI-Monitoring-Runbook) for context. This schedule tracks the CI monitoring rotation. If you would like to join, please comment on this issue or, if you are a...

See #11768, this PR changes the deploy workflow so that after a successful build with fallback images (see #11775), they get moved over to tlcpack automatically. Since the images are...

This wraps all tests in pytest-forked (with n=1) so that segfaults and other process-terminations are properly reported by pytest. With this reporting on issues like #12311 should be much better...

This issue is used to subscribe to various topics within TVM. If you subscribe to a tag, you will be `cc`ed by a bot any time an issue or PR...

This re-runs the build with newly built images (so the build + test runs twice) to ensure that Docker image changes won't break anything once they're actually deployed. Testing changes...

Sometimes GitHub Actions takes longer than Jenkins but we can improve this bottleneck by using sccache which should eliminate most of the runtime for Windows/MacOS. We need to: 1. Configure...

type:ci
actionable

These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). As per [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-failures), these failures will be disabled in a...

test: flaky

This makes it a normal pytest decorator so it doesn't incur test set up / tear down. This also makes the PR body the source of truth for skipping slow...

This is a less-than-ideal fix for #12776. It disables reruns for crashes in xdist workers, which gets rid of the pytest internal failure and correctly reports the test name. Ideally...