Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[BACKPORT] #19725, #19801 #19942

Merged
merged 2 commits into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cd/mxnet_lib/static/Jenkins_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ libmxnet = 'lib/libmxnet.so'
licenses = 'licenses/*'

// libmxnet dependencies
mx_native_deps = 'lib/libgfortran.so.3'
mx_deps = 'lib/libgfortran.so.3, 3rdparty/mkldnn/build/install/include/oneapi/dnnl/dnnl_version.h, 3rdparty/mkldnn/build/install/include/oneapi/dnnl/dnnl_config.h'
mx_native_deps = 'lib/libgfortran.so.*, lib/libopenblas.so.0'
mx_deps = 'lib/libgfortran.so.*, lib/libopenblas.so.0, include/mkldnn/oneapi/dnnl/dnnl_version.h, include/mkldnn/oneapi/dnnl/dnnl_config.h'

// library type
// either static or dynamic - depending on how it links to its dependencies
Expand Down
41 changes: 0 additions & 41 deletions ci/docker/Dockerfile.build.ubuntu_blc

This file was deleted.

37 changes: 0 additions & 37 deletions ci/docker/install/ubuntu_npm_blc.sh

This file was deleted.

13 changes: 1 addition & 12 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -947,10 +947,6 @@ build_ubuntu_gpu_large_tensor() {
ninja
}

build_ubuntu_blc() {
echo "pass"
}

# Testing

sanity_check() {
Expand Down Expand Up @@ -2102,14 +2098,7 @@ publish_scala_deploy() {
popd
}

# broken_link_checker

broken_link_checker() {
set -ex
./tests/nightly/broken_link_checker_test/broken_link_checker.sh
}

# artifact repository unit tets
# artifact repository unit tests
test_artifact_repository() {
set -ex
pushd .
Expand Down
59 changes: 0 additions & 59 deletions tests/nightly/broken_link_checker_test/JenkinsfileForBLC

This file was deleted.

27 changes: 0 additions & 27 deletions tests/nightly/broken_link_checker_test/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions tests/nightly/broken_link_checker_test/broken_link_checker.sh

This file was deleted.

105 changes: 0 additions & 105 deletions tests/nightly/broken_link_checker_test/test_broken_links.py

This file was deleted.