ray/.buildkite
SangBin Cho 5298ee83b2
[Test] Revert (partially) Fix windows buildkite (#26615) (#27495)
Root cause:
https://www.shell-tips.com/bash/source-dot-command/#gsc.tab=0
Using . will execute the command in the "current shell" in a bash script. It looks like removing . command from ci.sh init means that we will lose the set -eo command used within ci.sh init applied to next test running commands because set -eo is called within a child process, not the current shell (so the future command won't have the set -eo configured).
2022-08-04 13:55:48 -07:00
..
hooks [CI] Upload macOS bazel test files (#25744) 2022-06-15 10:09:04 -07:00
copy_files.py apply isort uniformly for a subset of directories (#25824) 2022-06-17 13:40:32 -07:00
Dockerfile [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
Dockerfile.gpu [ci] Fix GPU docker builds (#24336) 2022-04-29 17:10:18 +01:00
pipeline.gpu.large.yml [ci] print out test environment info for all python tests (#27312) 2022-08-01 09:55:13 +01:00
pipeline.gpu.yml [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
pipeline.macos.yml [Test] Revert (partially) Fix windows buildkite (#26615) (#27495) 2022-08-04 13:55:48 -07:00
pipeline.ml.yml [ci] print out test environment info for all python tests (#27312) 2022-08-01 09:55:13 +01:00
pipeline.windows.yml [Test] Revert (partially) Fix windows buildkite (#26615) (#27495) 2022-08-04 13:55:48 -07:00
pipeline.yml [ci] print out test environment info for all python tests (#27312) 2022-08-01 09:55:13 +01:00