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/09/02 19:21:52 UTC

[tvm] branch last-successful updated (445a14f4c6 -> 7c7b0f7a2f)

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 445a14f4c6 [ETHOSN] Fix some more pylint issues (#12675)
     add 0549a08f4d [ETHOSN] Add support for concatenate with negative axis (#12686)
     add 7c7b0f7a2f [ci][tvmbot] Trigger GitHub Actions after merging (#12361)

No new revisions were added by this update.

Summary of changes:
 ci/scripts/github_tvmbot.py                        |  22 +-
 src/relay/backend/contrib/ethosn/ethosn_api.cc     |   7 +-
 tests/python/ci/sample_prs/pr10786-badci.json      | 130 ----
 .../ci/sample_prs/pr10786-changes-requested.json   | 131 ----
 tests/python/ci/sample_prs/pr10786-co-authors.json | 129 ----
 .../ci/sample_prs/pr10786-invalid-author.json      | 130 ----
 tests/python/ci/sample_prs/pr10786-merges.json     | 129 ----
 .../python/ci/sample_prs/pr10786-missing-job.json  | 129 ----
 .../python/ci/sample_prs/pr10786-nottriggered.json | 129 ----
 tests/python/ci/sample_prs/pr10786-oldreview.json  | 129 ----
 .../{pr10786-ignore-jobs.json => pr10786.json}     |   5 +-
 .../sample_prs/pr11244-unauthorized-comment.json   | 103 ---
 tests/python/ci/sample_prs/pr11267-no-review.json  | 144 ----
 tests/python/ci/sample_prs/pr11442-rerun-ci.json   | 183 -----
 tests/python/ci/test_ci.py                         | 803 +++++++++------------
 tests/python/ci/test_tvmbot.py                     | 400 +++++-----
 tests/python/ci/test_utils.py                      |  33 +-
 .../python/contrib/test_ethosn/test_concatenate.py |  49 +-
 18 files changed, 656 insertions(+), 2129 deletions(-)
 delete mode 100644 tests/python/ci/sample_prs/pr10786-badci.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-changes-requested.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-co-authors.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-invalid-author.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-merges.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-missing-job.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-nottriggered.json
 delete mode 100644 tests/python/ci/sample_prs/pr10786-oldreview.json
 rename tests/python/ci/sample_prs/{pr10786-ignore-jobs.json => pr10786.json} (78%)
 delete mode 100644 tests/python/ci/sample_prs/pr11244-unauthorized-comment.json
 delete mode 100644 tests/python/ci/sample_prs/pr11267-no-review.json
 delete mode 100644 tests/python/ci/sample_prs/pr11442-rerun-ci.json