16 Commits

Author SHA1 Message Date
Tianqi Chen 5427e3c2de [CI] Remove stale GitHub automation (#19946)
Retire GitHub automation that is disabled, non-functional, unowned, or
explicitly no longer wanted, together with its orphaned support code and
tests.

This removes the optional Dependabot version-update config; automatic
team mentions and cc-review requests; last-successful and nightly branch
advancement; reviewer pings; the disabled PR-comment bot; and the unused
CI-resource upload path. Active CI, release, tvm-bot, and manual
Docker-update workflows remain, with narrower permissions and event
guards, plus refreshed issue-template and network-resource guidance.

The behavior change is intentional: reviewer requests and team routing
become manual, and the nightly and last-successful branches are no
longer advanced by this repository. Dependabot security updates remain
controlled by repository settings.
2026-07-04 22:21:10 -07:00
Yong Wu 30c555bd20 [CI] Remove tvm-lint from tvm-bot (#19629)
Remove tvm-lint from tvm-bot
2026-05-28 07:04:15 -04:00
Tianqi Chen 9a8320acbd [LINT][PYTHON] Modernize annotations with ruff UP rules (#18830)
This PR enables ruff pyupgrade (UP) rules with py310 target, auto-fixing
~5600 annotation modernizations (PEP 585 generics, PEP 604 unions,
deprecated typing imports).

Also removes from __future__ import annotations from ir/module.py and
rmsnorm.py, bumps requires-python to >=3.10, and removes absolute_import
aliases from topi/contrib files.
2026-02-27 21:29:47 -05:00
Tianqi Chen 33dcea1686 [REFACTOR][LINT] Modernize ruff config (#18810)
This PR removes the extra lint violations from the codebase so lint
aligns with the latest style
2026-02-23 07:29:21 -05:00
Tianqi Chen aa2e609136 [LINT] Modernize lint to use pre-commit hooks (#18807)
This PR migrates existing lint to use pre-commit hooks
2026-02-22 11:03:21 -05:00
Ruslan Baratov 04b351cfe8 [DOC] Unify GitHub naming (#18794)
Fix GitHub naming in documentation and comments

- Github -> GitHub
- github -> GitHub
2026-02-19 00:52:30 +08:00
Masahiro Hiramori 0291afa2ca [CI] Remove unity from tvm-bot (#18780)
Follow-up for #18755

tvm-bot rerun fails due to remaining tvm-unity
https://github.com/apache/tvm/pull/18775#issuecomment-3904314624
2026-02-15 22:35:06 +09:00
Masahiro Hiramori 6f18e4ef77 [CI] Remove i386 and Hexagon from CI pipeline (1) (#18737)
Part of #18682
2026-02-11 08:54:45 -05:00
Guan-Ming (Wesley) Chiu 4c2249db91 [CI] Remove hardcoded user and repo values (#18549)
## Why

remove hard-code legacy code in ci
2025-12-05 13:49:10 -05:00
Tianqi Chen 1df8f9f4d7 [skip ci][CI] Update github tvmbot (#17675)
This PR updates github tvmbot to remove the stale pipeline checks.
2025-02-24 18:23:43 -08:00
Siyuan Feng 00a2c7d325 [CI] Support tvm-bot rerun for tvm-unity task (#16502) 2024-02-01 12:55:30 -05:00
Florin Blanaru 227c4e87f3 [CI] Update the expected CI jobs list in the update_branch script (#14908) 2023-05-26 17:33:06 -04:00
Florin Blanaru efa5a388ce [CI] Update rerun list for tvm-bot (#13817)
Update rerun list for tvm-bot
2023-01-20 14:56:01 -08:00
driazati acef2ed97d [ci] Make tvm-bot aware of platform specific jobs (#13571)
See #13337 for more context, this fixes `@tvm-bot rerun` to work with
the new jobs
2022-12-07 10:38:00 +00:00
Benson Muite 52739ef8cd [ci][tvmbot] Fix spelling error, metionable -> mentionable (#13276)
In AUTH_CHECKS, "mentionable_users" was "metionable_users".
This pull request fixes this spelling error.
2022-11-16 08:32:09 -08:00
Florin Blanaru 5a767d053d [CI] Separate the ci scripts into Github and Jenkins scripts (#13368)
This PR is a duplicate of #12940 and #12941. For some reason, I am unable to reopen #12940.
2022-11-14 09:32:12 -08:00