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

Commit 7810961

Browse files
authored
Remove unmaintained BLC (#19801)
1 parent 1c3fcad commit 7810961

11 files changed

Lines changed: 0 additions & 446 deletions

File tree

ci/docker/Dockerfile.build.ubuntu_blc

Lines changed: 0 additions & 41 deletions
This file was deleted.

ci/docker/docker-compose.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,3 @@ services:
213213
dockerfile: Dockerfile.build.ubuntu_cpu_jekyll
214214
cache_from:
215215
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_cpu_jekyll:latest
216-
ubuntu_blc:
217-
image: ${DOCKER_CACHE_REGISTRY}/build.ubuntu_blc:latest
218-
build:
219-
context: .
220-
dockerfile: Dockerfile.build.ubuntu_blc
221-
cache_from:
222-
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_blc:latest

ci/docker/install/ubuntu_core.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.

ci/docker/install/ubuntu_npm_blc.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

ci/docker/install/ubuntu_python.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

ci/docker/install/ubuntu_tutorials.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

ci/docker/runtime_functions.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,6 @@ build_ubuntu_gpu_large_tensor() {
690690
ninja
691691
}
692692

693-
build_ubuntu_blc() {
694-
echo "pass"
695-
}
696-
697693
# Testing
698694

699695
sanity_check() {
@@ -1345,12 +1341,6 @@ build_static_python_cu102() {
13451341
popd
13461342
}
13471343

1348-
# broken_link_checker
1349-
broken_link_checker() {
1350-
set -ex
1351-
./tests/nightly/broken_link_checker_test/broken_link_checker.sh
1352-
}
1353-
13541344
# artifact repository unit tests
13551345
test_artifact_repository() {
13561346
set -ex

tests/nightly/broken_link_checker_test/JenkinsfileForBLC

Lines changed: 0 additions & 59 deletions
This file was deleted.

tests/nightly/broken_link_checker_test/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/nightly/broken_link_checker_test/broken_link_checker.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)