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 500a5977fd test Jenkins infra
 discard b39a6285e5 Patch publish Jenkinsfiles PR.
 discard 1fab2966ba Adjust package installs with py-deps to use the virtualenv.
 discard 9088cff9d9 Align Python and package install process in all containers.
 discard 399b7a7cc8 Add docker container for freezing python deps.
 discard 5cd2a0d14a Add freeze_deps tool and modify gen_requirements to work 
with it.
     add 85e42b6af3 [skip ci] Fix scipy intersphinx link (#11399)
     add 50997035be [ci] Restructure Jenkinsfile (#11380)
     new 3d298c105b Add freeze_deps tool and modify gen_requirements to work 
with it.
     new 888cf3918a Add docker container for freezing python deps.
     new 8a944e166e Align Python and package install process in all containers.
     new 7a6b525486 Adjust package installs with py-deps to use the virtualenv.
     new db25fa70ce test Jenkins infra

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   (500a5977fd)
            \
             N -- N -- N   refs/heads/areusch/freeze-dependencies (db25fa70ce)

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 5 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:
 .gitattributes                                     |   2 +
 Jenkinsfile                                        | 544 +++++-------
 ...ow_aarch64.sh => sanitize-docker-image-name.sh} |   5 +-
 docs/conf.py                                       |   2 +-
 jenkins/Build.groovy.j2                            | 186 +++++
 jenkins/Deploy.groovy.j2                           |  71 ++
 jenkins/DockerBuild.groovy.j2                      | 163 ++++
 jenkins/Jenkinsfile.j2                             | 921 +--------------------
 jenkins/Lint.groovy.j2                             |  18 +
 jenkins/Prepare.groovy.j2                          | 133 +++
 {3rdparty/picojson => jenkins}/README.md           |  12 +-
 jenkins/Test.groovy.j2                             | 236 ++++++
 jenkins/macros.j2                                  |   9 +-
 tests/lint/rat-excludes                            |   8 +
 tests/python/ci/test_ci.py                         |  95 +--
 tests/scripts/cmd_utils.py                         |  21 +-
 tests/scripts/git_utils.py                         |   1 -
 tests/scripts/http_utils.py                        |  34 -
 tests/scripts/should_rebuild_docker.py             | 154 ----
 19 files changed, 1051 insertions(+), 1564 deletions(-)
 create mode 100644 .gitattributes
 copy docker/{install/ubuntu_install_tensorflow_aarch64.sh => 
sanitize-docker-image-name.sh} (84%)
 create mode 100644 jenkins/Build.groovy.j2
 create mode 100644 jenkins/Deploy.groovy.j2
 create mode 100644 jenkins/DockerBuild.groovy.j2
 create mode 100644 jenkins/Lint.groovy.j2
 create mode 100644 jenkins/Prepare.groovy.j2
 copy {3rdparty/picojson => jenkins}/README.md (75%)
 create mode 100644 jenkins/Test.groovy.j2
 delete mode 100644 tests/scripts/http_utils.py
 delete mode 100755 tests/scripts/should_rebuild_docker.py

Reply via email to