Skip to content

Commit

Permalink
[ci] Remove scripts duplicates and symlinks except for format.sh (ray…
Browse files Browse the repository at this point in the history
…-project#34463)

A year ago, ray-project#23866 moved our CI scripts into a more descriptive folder structure. Files in scripts/ were symlinks to the moved scripts. Even then, CI and documentation did not refer to any scripts in scripts/, with the exception of scripts/format.sh, which is referred to in pull request templates.

Recently, ray-project#34340 overwrote some of the symlinks with their actual files. Since almost all of these scripts are only used in CI and not by users and developers, we should just get rid of the symlinks. The exception is format.sh which is actively used by developers.

Signed-off-by: Kai Fricke <[email protected]>
  • Loading branch information
krfricke authored Apr 18, 2023
1 parent 35456b7 commit f2b65f5
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 165 deletions.
1 change: 0 additions & 1 deletion scripts/bazel-format.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/bazel.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/bazel_cache_credential.json.enc

This file was deleted.

1 change: 0 additions & 1 deletion scripts/bazel_export_options

This file was deleted.

1 change: 0 additions & 1 deletion scripts/bazel_sharding.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/build-docker-images.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/build-multinode-image.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check-bazel-team-owner.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check-git-clang-format-output.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check-git-clang-tidy-output.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check-test-run.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check_import_order.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/check_minimal_install.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/clang-tidy-diff.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/copyright-format.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/default-copyright.txt

This file was deleted.

1 change: 0 additions & 1 deletion scripts/determine_tests_to_run.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/env_info.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/fix-windows-container-networking.ps1

This file was deleted.

1 change: 0 additions & 1 deletion scripts/get_build_info.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/git-clang-format

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-bazel.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-default.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-dependencies.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-horovod.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-llvm-binaries.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-minimal.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-strace.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/install-toolchains.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/iwyu.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/kind.config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion scripts/pre-push

This file was deleted.

1 change: 0 additions & 1 deletion scripts/prep-k8s-environment.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/py_dep_analysis.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/py_dep_analysis_test.py

This file was deleted.

126 changes: 0 additions & 126 deletions scripts/pytest_checker.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/run_bazel_test_with_sharding.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/test-wheels.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/test-worker-in-container.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/upload_build_info.sh

This file was deleted.

0 comments on commit f2b65f5

Please sign in to comment.