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/08/30 21:23:35 UTC

[tvm] branch last-successful updated (9e88723385 -> 5287d8f11e)

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 9e88723385 [TIR] Improved error messages for PrimExpr operator overloads (#12638)
     add 5287d8f11e [ci] Move non-task CI scripts into ci/ folder (#12609)

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/flaky-test.md               |  2 +-
 .github/workflows/cc_bot.yml                       |  2 +-
 .github/workflows/docs_bot.yml                     |  2 +-
 .github/workflows/nightly_docker_update.yml        |  2 +-
 .github/workflows/ping_reviewers.yml               |  2 +-
 .github/workflows/tag_teams.yml                    |  2 +-
 .github/workflows/tests_bot.yml                    |  2 +-
 .github/workflows/tvmbot.yml                       |  2 +-
 .../workflows/update_last_successful_branch.yml    |  2 +-
 Jenkinsfile                                        | 14 +++++++-------
 ci/README.md                                       |  1 +
 ci/jenkins/Prepare.groovy.j2                       | 12 ++++++------
 {tests => ci}/scripts/cmd_utils.py                 |  0
 {tests => ci}/scripts/determine_docker_images.py   |  0
 {tests => ci}/scripts/git_change_docker.sh         |  0
 {tests => ci}/scripts/git_change_docs.sh           |  0
 {tests => ci}/scripts/git_skip_ci.py               |  0
 {tests => ci}/scripts/git_skip_ci_globs.py         |  0
 {tests => ci}/scripts/git_utils.py                 |  0
 {tests => ci}/scripts/github_cc_reviewers.py       |  0
 {tests => ci}/scripts/github_docs_comment.py       |  0
 .../scripts/github_skipped_tests_comment.py        |  0
 {tests => ci}/scripts/github_tag_teams.py          |  0
 {tests => ci}/scripts/github_tvmbot.py             |  0
 {tests => ci}/scripts/http_utils.py                |  0
 {tests => ci}/scripts/open_docker_update_pr.py     |  0
 {tests => ci}/scripts/ping_reviewers.py            |  0
 {tests => ci}/scripts/pytest_ids.py                |  0
 {tests => ci}/scripts/pytest_wrapper.py            |  0
 {tests => ci}/scripts/should_rebuild_docker.py     |  0
 {tests => ci}/scripts/should_run_slow_tests.py     |  0
 {tests => ci}/scripts/update_branch.py             |  0
 docker/bash.sh                                     |  2 +-
 tests/python/ci/test_ci.py                         | 22 +++++++++++-----------
 tests/python/ci/test_tvmbot.py                     |  2 +-
 tests/scripts/setup-pytest-env.sh                  |  2 +-
 tests/scripts/task_build.py                        |  5 +++++
 tests/scripts/task_python_frontend.sh              |  2 +-
 38 files changed, 43 insertions(+), 37 deletions(-)
 rename {tests => ci}/scripts/cmd_utils.py (100%)
 rename {tests => ci}/scripts/determine_docker_images.py (100%)
 rename {tests => ci}/scripts/git_change_docker.sh (100%)
 rename {tests => ci}/scripts/git_change_docs.sh (100%)
 rename {tests => ci}/scripts/git_skip_ci.py (100%)
 rename {tests => ci}/scripts/git_skip_ci_globs.py (100%)
 rename {tests => ci}/scripts/git_utils.py (100%)
 rename {tests => ci}/scripts/github_cc_reviewers.py (100%)
 rename {tests => ci}/scripts/github_docs_comment.py (100%)
 rename {tests => ci}/scripts/github_skipped_tests_comment.py (100%)
 rename {tests => ci}/scripts/github_tag_teams.py (100%)
 rename {tests => ci}/scripts/github_tvmbot.py (100%)
 rename {tests => ci}/scripts/http_utils.py (100%)
 rename {tests => ci}/scripts/open_docker_update_pr.py (100%)
 rename {tests => ci}/scripts/ping_reviewers.py (100%)
 rename {tests => ci}/scripts/pytest_ids.py (100%)
 rename {tests => ci}/scripts/pytest_wrapper.py (100%)
 rename {tests => ci}/scripts/should_rebuild_docker.py (100%)
 rename {tests => ci}/scripts/should_run_slow_tests.py (100%)
 rename {tests => ci}/scripts/update_branch.py (100%)