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

Remove unmaintained BLC #19801

Merged
merged 1 commit into from
Jan 28, 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
41 changes: 0 additions & 41 deletions ci/docker/Dockerfile.build.ubuntu_blc

This file was deleted.

7 changes: 0 additions & 7 deletions ci/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,3 @@ services:
dockerfile: Dockerfile.build.ubuntu_cpu_jekyll
cache_from:
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_cpu_jekyll:latest
ubuntu_blc:
image: ${DOCKER_CACHE_REGISTRY}/build.ubuntu_blc:latest
build:
context: .
dockerfile: Dockerfile.build.ubuntu_blc
cache_from:
- ${DOCKER_CACHE_REGISTRY}/build.ubuntu_blc:latest
70 changes: 0 additions & 70 deletions ci/docker/install/ubuntu_core.sh

This file was deleted.

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

This file was deleted.

32 changes: 0 additions & 32 deletions ci/docker/install/ubuntu_python.sh

This file was deleted.

28 changes: 0 additions & 28 deletions ci/docker/install/ubuntu_tutorials.sh

This file was deleted.

10 changes: 0 additions & 10 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,6 @@ build_ubuntu_gpu_large_tensor() {
ninja
}

build_ubuntu_blc() {
echo "pass"
}

# Testing

sanity_check() {
Expand Down Expand Up @@ -1345,12 +1341,6 @@ build_static_python_cu102() {
popd
}

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

# artifact repository unit tests
test_artifact_repository() {
set -ex
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.

Loading