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

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


 discard 18632df6ae Fix all scripts which reference python3 in the docker 
containers.
 discard 53665addbd try to fix hashes
 discard 9561bea9d2 test Jenkins infra
 discard 162c6ebd1a Adjust package installs with py-deps to use the virtualenv.
 discard 2e1c156bb8 Align Python and package install process in all containers.
 discard 0353e8608a Add docker container for freezing python deps.
 discard 705558fa2a Add freeze_deps tool and modify gen_requirements to work 
with it.
     add f3d8ba4851 [TIR] Regression test for PrettyPrint/IterMapExpr bugfix 
(#11418)
     add c1fc68715a Fix typo in typing of space generator (#11424)
     add 7d1b82d89d [Hexagon] Use HEXAGON_SDK_ROOT in gtest path (#11421)
     add 603a7b582b [Arith] Allow unused trivial iterators in bijective check 
(#11425)
     add 59d4c02a24 [ci] Add GitHub Actions bot to merge PRs on demand (#10833)
     add f327a20dc4 [ci] Add more shards (#11402)
     add cac0445f5e [Arith][BoundDeducer] Forbid non-supported expr type in 
bound deducer (#11323)
     add b141cacaf3 [ci] Add -x to all CI scripts
     new 4fbff3967e Add freeze_deps tool and modify gen_requirements to work 
with it.
     new 9fdc718358 Add docker container for freezing python deps.
     new ab98a68a5e Align Python and package install process in all containers.
     new 35ba74aa39 Adjust package installs with py-deps to use the virtualenv.
     new dc2c86888d test Jenkins infra
     new 2c8c349f35 try to fix hashes
     new d156d84dd0 Fix all scripts which reference python3 in the docker 
containers.
     new cdcaf4f137 fix docker images to built ones for testing.

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   (18632df6ae)
            \
             N -- N -- N   refs/heads/areusch/freeze-dependencies (cdcaf4f137)

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 8 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/workflows/merge.yml                        |   27 +
 .gitignore                                         |    2 +
 Jenkinsfile                                        | 2293 ++++++++++++++------
 jenkins/Build.groovy.j2                            |   15 +-
 jenkins/Jenkinsfile.j2                             |   21 +-
 jenkins/Test.groovy.j2                             |  342 +--
 jenkins/macros.j2                                  |   44 +-
 .../meta_schedule/space_generator/schedule_fn.py   |    6 +-
 src/arith/bound_deducer.cc                         |   12 +-
 src/arith/iter_affine_map.cc                       |    2 +-
 tests/python/ci/sample_prs/pr10786-badci.json      |  129 ++
 .../ci/sample_prs/pr10786-changes-requested.json   |  130 ++
 tests/python/ci/sample_prs/pr10786-co-authors.json |  129 ++
 .../ci/sample_prs/pr10786-invalid-author.json      |  129 ++
 tests/python/ci/sample_prs/pr10786-merges.json     |  129 ++
 .../python/ci/sample_prs/pr10786-missing-job.json  |  129 ++
 .../python/ci/sample_prs/pr10786-nottriggered.json |  129 ++
 tests/python/ci/sample_prs/pr10786-oldreview.json  |  129 ++
 .../sample_prs/pr11244-unauthorized-comment.json   |  103 +
 tests/python/ci/sample_prs/pr11267-no-review.json  |  142 ++
 tests/python/ci/sample_prs/pr11276-no-review.json  |  157 ++
 tests/python/ci/test_mergebot.py                   |  142 ++
 tests/python/unittest/test_arith_deduce_bound.py   |   28 +-
 tests/python/unittest/test_arith_intset.py         |   17 +
 .../python/unittest/test_arith_iter_affine_map.py  |   30 +-
 .../unittest/test_tir_schedule_compute_inline.py   |   87 +-
 tests/scripts/git_utils.py                         |   17 +-
 tests/scripts/github_mergebot.py                   |  554 +++++
 tests/scripts/task_build_hexagon_api.sh            |    2 +-
 tests/scripts/task_ci_setup.sh                     |    4 +-
 tests/scripts/task_clean.sh                        |    2 +
 tests/scripts/task_config_build_arm.sh             |    3 +-
 tests/scripts/task_config_build_cpu.sh             |    3 +-
 tests/scripts/task_config_build_gpu.sh             |    3 +-
 tests/scripts/task_config_build_gpu_other.sh       |    4 +-
 tests/scripts/task_config_build_gpu_vulkan.sh      |    2 +-
 tests/scripts/task_config_build_hexagon.sh         |    3 +-
 tests/scripts/task_config_build_i386.sh            |    3 +-
 tests/scripts/task_config_build_qemu.sh            |    3 +-
 tests/scripts/task_config_build_wasm.sh            |    3 +-
 tests/scripts/task_convert_scripts_to_python.sh    |    1 +
 tests/scripts/task_golang.sh                       |    3 +-
 tests/scripts/task_java_unittest.sh                |    3 +-
 tests/scripts/task_mypy.sh                         |    5 +-
 tests/scripts/task_python_arm_compute_library.sh   |    4 +-
 tests/scripts/task_python_docs.sh                  |    2 +-
 tests/scripts/task_python_ethosn_tests.sh          |    4 +-
 tests/scripts/task_python_frontend_cpu.sh          |    3 +-
 tests/scripts/task_python_hexagon.sh               |    3 +-
 tests/scripts/task_python_integration_gpuonly.sh   |    2 +
 tests/scripts/task_python_integration_i386only.sh  |    4 +-
 tests/scripts/task_python_microtvm.sh              |    5 +-
 tests/scripts/task_python_nightly.sh               |    3 +-
 tests/scripts/task_python_topi.sh                  |    3 +-
 tests/scripts/task_python_vta_fsim.sh              |    3 +-
 tests/scripts/task_python_vta_tsim.sh              |    3 +-
 tests/scripts/task_rust.sh                         |    3 +-
 tests/scripts/task_show_node_info.sh               |    2 +-
 58 files changed, 4241 insertions(+), 924 deletions(-)
 create mode 100644 .github/workflows/merge.yml
 create mode 100644 tests/python/ci/sample_prs/pr10786-badci.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-changes-requested.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-co-authors.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-invalid-author.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-merges.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-missing-job.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-nottriggered.json
 create mode 100644 tests/python/ci/sample_prs/pr10786-oldreview.json
 create mode 100644 tests/python/ci/sample_prs/pr11244-unauthorized-comment.json
 create mode 100644 tests/python/ci/sample_prs/pr11267-no-review.json
 create mode 100644 tests/python/ci/sample_prs/pr11276-no-review.json
 create mode 100644 tests/python/ci/test_mergebot.py
 create mode 100755 tests/scripts/github_mergebot.py

Reply via email to