You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2022/08/03 00:06:27 UTC

[tvm] branch micro_rename_qemu updated (fefc27f261 -> f2fb18b5a2)

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

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


    omit fefc27f261 [ci] Specify permissions for tvm bot (#11937)
    omit aa0d2bb098 [microTVM]Fix dense_dsp schedule in autotuning (#12271)
    omit 1ca07438e0 [release] Add script to gather PRs for a release (#11987)
    omit f0650986ad Revert "[CI] Fix build android rpc failure in CI" (#12277)
     add 52afaf1926 rename files
     add 5ea429e5c3 ci script
     add d0b9cd2db7 demo
     add ea4bc5e627 RVM files
     add 1d1aedb4aa jenkins
     add 2eeb16a428 more ci
     add e3e7aa77f3 Jenkins
     add f2fb18b5a2 fake name for ci_cortexm

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   (fefc27f261)
            \
             N -- N -- N   refs/heads/micro_rename_qemu (f2fb18b5a2)

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:
 .docker-image-names/ci_cortex                      |   1 +
 .github/workflows/main.yml                         |  15 +-
 .github/workflows/tvmbot.yml                       |   8 -
 Jenkinsfile                                        | 156 +++++++--------
 .../reference-vm/base-box/base_box_provision.sh    |   2 +-
 apps/microtvm/reference-vm/rebuild_tvm.sh          |   2 +-
 apps/microtvm/zephyr_cmsisnn/README.md             |   4 +-
 ci/jenkins/Build.groovy.j2                         |  16 +-
 ci/jenkins/Jenkinsfile.j2                          |   2 +-
 ci/jenkins/Test.groovy.j2                          |  18 +-
 ci/jenkins/generate.py                             |   2 +-
 .../{Dockerfile.ci_qemu => Dockerfile.ci_cortexm}  |   0
 docker/install/ubuntu_install_qemu.sh              |  82 --------
 docs/contribute/release_process.rst                |  44 +----
 python/tvm/relay/op/strategy/arm_cpu.py            |  10 +-
 python/tvm/topi/arm_cpu/dense.py                   |  12 +-
 tests/python/ci/test_ci.py                         |   2 +-
 tests/scripts/ci.py                                |   6 +-
 tests/scripts/git_utils.py                         |   9 +-
 tests/scripts/github_tvmbot.py                     |  54 ++----
 tests/scripts/release/.gitignore                   |   5 -
 tests/scripts/release/README.md                    |  43 ----
 tests/scripts/release/gather_prs.py                | 216 ---------------------
 tests/scripts/release/list_rfcs.py                 |  75 -------
 tests/scripts/release/make_notes.py                | 133 -------------
 ..._build_qemu.sh => task_config_build_cortexm.sh} |   0
 26 files changed, 142 insertions(+), 775 deletions(-)
 create mode 100644 .docker-image-names/ci_cortex
 rename docker/{Dockerfile.ci_qemu => Dockerfile.ci_cortexm} (100%)
 delete mode 100755 docker/install/ubuntu_install_qemu.sh
 delete mode 100644 tests/scripts/release/.gitignore
 delete mode 100644 tests/scripts/release/README.md
 delete mode 100644 tests/scripts/release/gather_prs.py
 delete mode 100644 tests/scripts/release/list_rfcs.py
 delete mode 100644 tests/scripts/release/make_notes.py
 rename tests/scripts/{task_config_build_qemu.sh => task_config_build_cortexm.sh} (100%)