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

areusch pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


 discard 6305c7d  [CI] Update ci_cpu docker image
    omit e8889ae  [TVMScript] Add syntax sugar for T.handle and T.match_buffer 
(#9492)
    omit b54beed  [TVMC][MicroTVM] Fix tvmc micro `project_dir` arg relative 
path (#9663)
    omit fcea393  Add top level redirect from tutorials to tutorial (#9673)
    omit 3371a76  [microNPU] Add support for SIGMOID (#9627)
    omit 00db4db  Options to create test directory and print commands in AOT 
Test Runner (#9638)
    omit 3c05eb6  Add tvm-bot to triage role. (#9675)
    omit c945b24  [TVMScript] Add for loop syntax sugar (#9620)
     add 2e210e3  Implement [skip ci] for Jenkins
     add 68fea93  Address comments, add tests
     add d0cabea  [testing] Try the github-integration plugin
     add d81e590  Add documentation to contributor guidelines
     add be83343  use GitHub JSON API
     add 77111bb  Add script to edit PR title, fix failing test
     add 0fad675  Use jenkins-apache-reader, remove labelling
     add 22d9fd4  Use credentialsId for Jenkins
     add 114188a  Use tvm-bot credentials
     add 70a9bcd  Fix condition type
     add 1c3b526  Fix test case
     add 0710915  Add test for [skip ci] in commit but not PR title

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   (6305c7d)
            \
             N -- N -- N   refs/heads/ci-docker-staging (0710915)

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.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   1 -
 Jenkinsfile                                        |  88 ++++++++------
 docker/install/ubuntu_install_python_package.sh    |   2 +-
 docs/contribute/committer_guide.rst                |  34 ++++++
 docs/legacy_redirect.py                            |   1 -
 python/gen_requirements.py                         |   2 +-
 python/tvm/driver/tvmc/common.py                   |  11 +-
 python/tvm/driver/tvmc/micro.py                    |  27 ++---
 python/tvm/driver/tvmc/runner.py                   |   6 +-
 python/tvm/relay/backend/contrib/ethosu/codegen.py |   2 +-
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  84 ++-----------
 .../relay/backend/contrib/ethosu/te/convolution.py |   6 +-
 .../relay/backend/contrib/ethosu/te/depthwise.py   |   6 +-
 .../relay/backend/contrib/ethosu/te/identity.py    |   6 +-
 .../tvm/relay/backend/contrib/ethosu/te/pooling.py |   6 +-
 python/tvm/relay/op/contrib/ethosu.py              |  37 +-----
 python/tvm/script/parser.py                        |  61 ++--------
 python/tvm/script/tir/__init__.py                  |   2 +-
 python/tvm/script/tir/__init__.pyi                 |  40 +------
 python/tvm/script/tir/scope_handler.py             |  33 +-----
 python/tvm/script/tir/ty.py                        |  73 ------------
 python/tvm/testing/__init__.py                     |   2 -
 python/tvm/testing/tir.py                          |  48 --------
 tests/micro/common/test_tvmc.py                    |  37 ++----
 tests/python/contrib/test_ethosu/test_codegen.py   |  74 +++++++++---
 tests/python/contrib/test_ethosu/test_legalize.py  |  53 ---------
 .../contrib/test_ethosu/test_lookup_table.py       |   2 +-
 .../contrib/test_ethosu/test_lut_optimizer.py      |   4 +-
 .../contrib/test_ethosu/test_replace_conv2d.py     |   2 +-
 .../test_ethosu/test_replace_depthwise_conv2d.py   |   2 +-
 tests/python/relay/aot/aot_test_utils.py           |  29 +----
 tests/python/unittest/test_ci.py                   | 132 +++++++++++++++++++++
 .../python/unittest/test_tvmscript_error_report.py |  38 +++++-
 .../python/unittest/test_tvmscript_syntax_sugar.py |  84 -------------
 tests/scripts/git_skip_ci.py                       | 110 +++++++++++++++++
 tests/scripts/task_ci_setup.sh                     |   2 +-
 36 files changed, 507 insertions(+), 640 deletions(-)
 delete mode 100644 python/tvm/testing/tir.py
 create mode 100644 tests/python/unittest/test_ci.py
 create mode 100755 tests/scripts/git_skip_ci.py

Reply via email to