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 c2939b4  i wish we could have nice things
 discard 9241dbb  display all env vars
    omit d4b95b1  is prod Jenkins too old to set CI=???
    omit 8f1d4cd  fix again
    omit 90a1ec3  fix empty string case
    omit 2b69c30  clean up task_build
    omit e80ec7f  clean up dockerfile
    omit 4ae07da  remove -j flag from Jenkinsfile since it is useless now
    omit 1b424f1  uncomment cmake
    omit efb2935  hardcode build -j<n>
    omit 2f6eb9f  actually use --cpuset-cpus...
    omit 2f2472e  Use all available ARM cpus
    omit 58c58f9  EXECUTOR_NUMBER is indeed 0-based
    omit 3f5e543  black format
    omit 3840d86  commit num cpus hook
    omit 247d14a  rename scheduler
    omit f07829c  Fix using nvcc from xdist and also whenever stdin is closed :|
    omit 4867fa8  why is it running so many tests?
    omit 8bb559a  fix typo
    omit 4217cdc  fix unbound local and only run --parallel for build and CPU 
integration
    omit bde8859  serialize test_tvm_testing_features
    omit c89a0a9  Try pytest-xdist (constrained to 2 CPU max for CI)
     add 2e63568  [Docs][UnitTest] Updated target parametrization documentation 
(#8724)
     add 9586ee2  increase atol for float32 (#8712)
     add 61b02c3  Enable custom images to be set in TVM Jenkinsfile

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   (c2939b4)
            \
             N -- N -- N   refs/heads/ci-docker-staging (61b02c3)

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:
 Jenkinsfile                                        |  55 +++++++--
 conftest.py                                        |  16 ---
 docker/bash.sh                                     |  83 +++-----------
 docs/dev/pytest_target_parametrization.rst         | 127 ++++++++++++---------
 python/tvm/contrib/nvcc.py                         |   5 +-
 tests/python/topi/python/test_topi_conv2d_nchw.py  |   2 +-
 .../unittest/test_auto_scheduler_search_policy.py  |   9 +-
 tests/scripts/setup-pytest-env.sh                  |  29 -----
 tests/scripts/task_build.sh                        |  15 +--
 tests/scripts/task_python_frontend.sh              |   2 +-
 tests/scripts/task_python_integration.sh           |  21 ++--
 tests/scripts/task_python_integration_gpuonly.sh   |   1 -
 tests/scripts/task_python_unittest.sh              |   9 +-
 tests/scripts/task_python_vta_fsim.sh              |   4 +-
 tests/scripts/task_python_vta_tsim.sh              |   4 +-
 15 files changed, 164 insertions(+), 218 deletions(-)

Reply via email to