You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by dr...@apache.org on 2022/11/14 17:32:23 UTC

[tvm] branch main updated (b8384d105b -> 5a767d053d)

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

driazati pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from b8384d105b [ci] Assert some tests are not skipped in the CI (#12915)
     add 5a767d053d [CI] Separate the ci scripts into Github and Jenkins scripts (#13368)

No new revisions were added by this update.

Summary of changes:
 .github/disabled_workflows/pr_comment_bot.yml      |   4 +-
 .github/workflows/cc_bot.yml                       |   2 +-
 .github/workflows/nightly_docker_update.yml        |   2 +-
 .github/workflows/ping_reviewers.yml               |   2 +-
 .github/workflows/tag_teams.yml                    |   2 +-
 .github/workflows/tvmbot.yml                       |   2 +-
 .../workflows/update_last_successful_branch.yml    |   2 +-
 Jenkinsfile                                        | 176 +++++++++++----------
 ci/jenkins/Deploy.groovy.j2                        |   4 +-
 ci/jenkins/DockerBuild.groovy.j2                   |   4 +-
 ci/jenkins/Jenkinsfile.j2                          |   2 +
 ci/jenkins/Prepare.groovy.j2                       |  20 +--
 ci/jenkins/macros.j2                               |   4 +-
 ci/scripts/{ => github}/__init__.py                |   2 +-
 ci/scripts/{ => github}/github_cc_reviewers.py     |   4 +
 ci/scripts/{ => github}/github_commenter.py        |   6 +
 ci/scripts/{ => github}/github_docs_comment.py     |   0
 ci/scripts/{ => github}/github_pr_comment.py       |   6 +
 .../{ => github}/github_skipped_tests_comment.py   |   2 +-
 ci/scripts/{ => github}/github_tag_teams.py        |   5 +
 ci/scripts/{ => github}/github_tvmbot.py           |   5 +
 ci/scripts/{ => github}/ping_reviewers.py          |  11 +-
 ci/scripts/{ => github}/update_branch.py           |   7 +-
 ci/scripts/{ => jenkins}/check_pr.py               |   0
 ci/scripts/{ => jenkins}/cmd_utils.py              |   3 +-
 .../{ => jenkins}/determine_docker_images.py       |   3 +-
 ci/scripts/{ => jenkins}/git_change_docker.sh      |   0
 ci/scripts/{ => jenkins}/git_change_docs.sh        |   0
 ci/scripts/{ => jenkins}/git_skip_ci.py            |   0
 ci/scripts/{ => jenkins}/git_skip_ci_globs.py      |   0
 ci/scripts/{ => jenkins}/git_utils.py              |   0
 ci/scripts/{ => jenkins}/http_utils.py             |   0
 ci/scripts/{ => jenkins}/open_docker_update_pr.py  |   3 +-
 ci/scripts/{ => jenkins}/pytest_ids.py             |   0
 ci/scripts/{ => jenkins}/pytest_wrapper.py         |   3 +-
 ci/scripts/{ => jenkins}/retry.sh                  |   0
 ci/scripts/{ => jenkins}/should_rebuild_docker.py  |   0
 ci/scripts/{ => jenkins}/should_run_slow_tests.py  |   6 +-
 ci/scripts/required_tests_to_run.json              |  11 --
 docker/bash.sh                                     |   3 +-
 tests/python/ci/test_ci.py                         |  38 ++---
 tests/python/ci/test_tvmbot.py                     |   4 +-
 tests/python/ci/test_utils.py                      |   2 +
 tests/scripts/release/gather_prs.py                |   3 +-
 tests/scripts/release/make_notes.py                |   2 +
 tests/scripts/setup-pytest-env.sh                  |   2 +-
 tests/scripts/task_build.py                        |   4 +-
 tests/scripts/task_python_frontend.sh              |   2 +-
 48 files changed, 197 insertions(+), 166 deletions(-)
 rename ci/scripts/{ => github}/__init__.py (94%)
 rename ci/scripts/{ => github}/github_cc_reviewers.py (95%)
 rename ci/scripts/{ => github}/github_commenter.py (95%)
 rename ci/scripts/{ => github}/github_docs_comment.py (100%)
 rename ci/scripts/{ => github}/github_pr_comment.py (94%)
 rename ci/scripts/{ => github}/github_skipped_tests_comment.py (99%)
 rename ci/scripts/{ => github}/github_tag_teams.py (97%)
 rename ci/scripts/{ => github}/github_tvmbot.py (99%)
 rename ci/scripts/{ => github}/ping_reviewers.py (96%)
 rename ci/scripts/{ => github}/update_branch.py (96%)
 rename ci/scripts/{ => jenkins}/check_pr.py (100%)
 rename ci/scripts/{ => jenkins}/cmd_utils.py (95%)
 rename ci/scripts/{ => jenkins}/determine_docker_images.py (98%)
 rename ci/scripts/{ => jenkins}/git_change_docker.sh (100%)
 rename ci/scripts/{ => jenkins}/git_change_docs.sh (100%)
 rename ci/scripts/{ => jenkins}/git_skip_ci.py (100%)
 rename ci/scripts/{ => jenkins}/git_skip_ci_globs.py (100%)
 rename ci/scripts/{ => jenkins}/git_utils.py (100%)
 rename ci/scripts/{ => jenkins}/http_utils.py (100%)
 rename ci/scripts/{ => jenkins}/open_docker_update_pr.py (99%)
 rename ci/scripts/{ => jenkins}/pytest_ids.py (100%)
 rename ci/scripts/{ => jenkins}/pytest_wrapper.py (98%)
 rename ci/scripts/{ => jenkins}/retry.sh (100%)
 rename ci/scripts/{ => jenkins}/should_rebuild_docker.py (100%)
 rename ci/scripts/{ => jenkins}/should_run_slow_tests.py (95%)
 delete mode 100644 ci/scripts/required_tests_to_run.json