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

tqchen pushed a change to branch tvm-simplify-jenkins-pytest-sharding
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit 7fc89e7111 [CI] Simplify Jenkins pytest execution
     add 5427e3c2de [CI] Remove stale GitHub automation (#19946)
     new a3048810fb [CI] Simplify Jenkins pytest execution
     new 653670bd5d [CI] Limit secondary GPU build to the runtime
     new d2f51ffec4 [CI] Remove obsolete integration suite names

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7fc89e7111)
            \
             N -- N -- N   refs/heads/tvm-simplify-jenkins-pytest-sharding 
(d2f51ffec4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/bug-report.md               |   6 +-
 .github/ISSUE_TEMPLATE/ci-problem.md               |   6 +-
 .github/ISSUE_TEMPLATE/config.yml                  |   2 +-
 .github/ISSUE_TEMPLATE/documentation.md            |   6 +-
 .github/ISSUE_TEMPLATE/feature-tracking.md         |   6 +-
 .github/ISSUE_TEMPLATE/flaky-test.md               |   6 +-
 .github/actions/setup/action.yml                   |   3 +
 .github/dependabot.yml                             |  15 -
 .github/disabled_workflows/pr_comment_bot.yml      |  55 --
 .github/workflows/cc_bot.yml                       |  47 --
 .github/workflows/lint.yml                         |   3 +
 .github/workflows/main.yml                         |   3 +
 .github/workflows/nightly_docker_update.yml        |   5 -
 .github/workflows/ping_reviewers.yml               |  23 -
 .github/workflows/tag_teams.yml                    |  41 --
 .github/workflows/tvmbot.yml                       |  12 +-
 .../workflows/update_last_successful_branch.yml    |  44 --
 .github/workflows/update_nightly_branch.yml        |  44 --
 .github/workflows/upload_ci_resource.yml           |  60 --
 ci/README.md                                       |   4 -
 ci/jenkins/README.md                               |   4 -
 ci/jenkins/generated/gpu_jenkinsfile.groovy        |   8 +-
 ci/jenkins/templates/gpu_jenkinsfile.groovy.j2     |   3 +-
 ci/scripts/github/__init__.py                      |   4 +-
 ci/scripts/github/github_cc_reviewers.py           | 118 ----
 ci/scripts/github/github_commenter.py              | 139 ----
 ci/scripts/github/github_docs_comment.py           |  53 --
 ci/scripts/github/github_pr_comment.py             | 144 -----
 ci/scripts/github/github_tag_teams.py              | 298 ---------
 ci/scripts/github/github_tvmbot.py                 |   2 +-
 ci/scripts/github/ping_reviewers.py                | 264 --------
 ci/scripts/github/update_branch.py                 | 208 ------
 docs/contribute/code_guide.rst                     |  13 +-
 docs/contribute/pull_request.rst                   |   6 +-
 tests/python/ci/test_ci.py                         | 712 +--------------------
 tests/scripts/release/gather_prs.py                |   3 +-
 tests/scripts/request_hook/request_hook.py         |  17 +-
 tests/scripts/task_python_integration.sh           |   5 -
 tests/scripts/task_python_integration_gpuonly.sh   |   1 -
 39 files changed, 48 insertions(+), 2345 deletions(-)
 delete mode 100644 .github/dependabot.yml
 delete mode 100644 .github/disabled_workflows/pr_comment_bot.yml
 delete mode 100644 .github/workflows/cc_bot.yml
 delete mode 100644 .github/workflows/ping_reviewers.yml
 delete mode 100644 .github/workflows/tag_teams.yml
 delete mode 100644 .github/workflows/update_last_successful_branch.yml
 delete mode 100644 .github/workflows/update_nightly_branch.yml
 delete mode 100644 .github/workflows/upload_ci_resource.yml
 delete mode 100755 ci/scripts/github/github_cc_reviewers.py
 delete mode 100644 ci/scripts/github/github_commenter.py
 delete mode 100755 ci/scripts/github/github_docs_comment.py
 delete mode 100755 ci/scripts/github/github_pr_comment.py
 delete mode 100755 ci/scripts/github/github_tag_teams.py
 delete mode 100755 ci/scripts/github/ping_reviewers.py
 delete mode 100755 ci/scripts/github/update_branch.py

Reply via email to