You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/06/02 21:35:00 UTC

[tvm] branch last-successful updated (a2f89c53cc -> 03eefe0b41)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from a2f89c53cc Restore integration test on Mac and Windows (#11538)
     add 03eefe0b41 [ci] Add @tvm-bot rerun (#11480)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{merge.yml => tvmbot.yml}        |  11 +-
 tests/python/ci/sample_prs/pr10786-badci.json      |   3 +-
 .../ci/sample_prs/pr10786-changes-requested.json   |   3 +-
 tests/python/ci/sample_prs/pr10786-co-authors.json |   2 +-
 .../ci/sample_prs/pr10786-invalid-author.json      |   3 +-
 tests/python/ci/sample_prs/pr10786-merges.json     |   2 +-
 .../python/ci/sample_prs/pr10786-missing-job.json  |   2 +-
 .../python/ci/sample_prs/pr10786-nottriggered.json |   2 +-
 tests/python/ci/sample_prs/pr10786-oldreview.json  |   2 +-
 .../sample_prs/pr11244-unauthorized-comment.json   |   2 +-
 tests/python/ci/sample_prs/pr11267-no-review.json  |   4 +-
 tests/python/ci/sample_prs/pr11276-no-review.json  | 157 ---------------
 ...442-no-recomment.json => pr11442-rerun-ci.json} |  12 +-
 tests/python/ci/test_mergebot.py                   |  66 +++++--
 tests/scripts/git_utils.py                         |  22 +++
 .../{github_mergebot.py => github_tvmbot.py}       | 219 +++++++++++++--------
 16 files changed, 239 insertions(+), 273 deletions(-)
 rename .github/workflows/{merge.yml => tvmbot.yml} (62%)
 delete mode 100644 tests/python/ci/sample_prs/pr11276-no-review.json
 rename tests/python/ci/sample_prs/{pr11442-no-recomment.json => pr11442-rerun-ci.json} (95%)
 rename tests/scripts/{github_mergebot.py => github_tvmbot.py} (80%)