You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/21 01:32:16 UTC

[tvm] branch last-successful updated (85e42b6af3 -> 50997035be)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 85e42b6af3 [skip ci] Fix scipy intersphinx link (#11399)
     add 50997035be [ci] Restructure Jenkinsfile (#11380)

No new revisions were added by this update.

Summary of changes:
 .gitattributes                           |   2 +
 Jenkinsfile                              | 278 +++++------
 jenkins/Build.groovy.j2                  | 186 +++++++
 jenkins/Deploy.groovy.j2                 |  71 +++
 jenkins/DockerBuild.groovy.j2            | 158 ++++++
 jenkins/Jenkinsfile.j2                   | 812 +------------------------------
 jenkins/Lint.groovy.j2                   |  18 +
 jenkins/Prepare.groovy.j2                | 133 +++++
 {3rdparty/picojson => jenkins}/README.md |  12 +-
 jenkins/Test.groovy.j2                   | 236 +++++++++
 tests/lint/rat-excludes                  |   8 +
 11 files changed, 959 insertions(+), 955 deletions(-)
 create mode 100644 .gitattributes
 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