Edward Oakes
73e570c426
Fix windows build (don't skip test_job_manager.py) ( #20294 )
2021-11-12 11:13:15 -08:00
Matti Picus
1e80a2a83a
[WINDOWS] unskip tests ( #20212 )
2021-11-12 10:11:11 -08:00
Alex Wu
d85f7f3bfa
[windows][ci] Skip test_multinode_failures_2.py (typo) ( #20206 )
2021-11-10 12:05:45 -08:00
architkulkarni
e5e62d8991
[runtime env] Fix runtime env conda test and enable it in CI ( #20121 )
2021-11-08 18:33:19 -08:00
Alex Wu
45d7ef7c08
[windows][ci] Skip test_multi_node_failure_2 ( #20117 )
2021-11-07 09:17:46 -08:00
Jiao
6cfb52ff1d
[job submission] Add stop API + subprocess cleanup ( #19860 )
2021-11-04 13:59:47 -05:00
Simon Mo
40d52edabc
[CI] Upload wheels to artifact store in all jobs ( #19778 )
2021-10-27 10:27:56 +01:00
Simon Mo
48cf366dca
[Hotfix] Pin node version to 14 ( #19522 )
2021-10-19 14:13:06 -07:00
gjoliver
2bd7932830
Add a script to analyze python module dependencies using static analysis ( #18965 )
2021-10-19 13:33:02 -07:00
mwtian
3260330e45
Disable clang-tidy until ergonomic issues are resolved ( #19499 )
...
Why are these changes needed?
Currently clang-tidy does not run inside scripts/format.sh. Also clang-tidy can produce false positive warnings. Maybe we can disable clang-tidy until ergonomic issues are resolved.
2021-10-19 08:45:25 -07:00
Kai Fricke
234b015b42
[ci] Clean wheels directory before build, validate wheel commit strings ( #19097 )
2021-10-06 13:48:24 +01:00
Simon Mo
9b2a368c8c
[Runtime Env] Implement basic runtime env plugin mechanism ( #19044 )
2021-10-01 17:22:54 -07:00
architkulkarni
0f0b161ea1
Revert "Revert "[Serve] [doc] Improve runtime env doc"" ( #18943 )
...
* Revert "Revert "[Serve] [doc] Improve runtime env doc (#18782 )" (#18935 )"
This reverts commit e4f4c79252
.
2021-09-30 13:28:44 -05:00
Eric Liang
1ffec66cd5
[CI] Disable test_reference_counting on Windows build
2021-09-25 13:40:00 -07:00
mwtian
43ac18bbc0
[Build] include minimal debug info in C++ build; upgrade clang-format to 12 ( #18888 )
...
* Revert "Revert "[Build] include minimal debug info in C++ build; upgrade clang-format to 12 (#18840 )" (#18886 )"
This reverts commit f851a072f3
.
* use gcc 8
2021-09-24 17:59:05 -07:00
Chen Shen
f851a072f3
Revert "[Build] include minimal debug info in C++ build; upgrade clang-format to 12 ( #18840 )" ( #18886 )
...
This reverts commit 07e1366383
.
2021-09-24 12:55:08 -07:00
mwtian
07e1366383
[Build] include minimal debug info in C++ build; upgrade clang-format to 12 ( #18840 )
...
* debug info and clang-format
* doc
* fix
* no clang-format on all files
* gcc
* keep gcc 7
2021-09-24 12:26:33 -07:00
Guyang Song
337005d5a5
[C++ API][hotfix] fix C++ worker dynamic library loading issue on macOS ( #18877 )
...
* fix C++ worker in macox
* fix
2021-09-24 23:39:00 +08:00
Guyang Song
739cf64115
[C++ API] support head_args config in C++ API ( #18709 )
2021-09-23 19:30:53 +08:00
mwtian
efdbfcfdfb
[Build] Generate Bazel config for compiling with clang and libc++ in CI ( #18622 )
...
* Add Bazel config for building with llvm. Upgrade C++ std to 17.
* Fix redis. Try fixing asan and tsan
* Fix asan and format
* Update comments.
Co-authored-by: Chen Shen <scv119@gmail.com>
2021-09-17 19:01:07 -07:00
qicosmos
4af3d86d8a
Remove abi flag ( #18538 )
2021-09-17 12:13:56 +08:00
Chen Shen
28c9c1fd98
fix windows pg test by skipping ( #18649 )
2021-09-15 11:39:13 -07:00
Edward Oakes
7736cdd91d
[dashboard] Rename "new_dashboard" -> "dashboard" ( #18214 )
2021-09-15 11:17:15 -05:00
mwtian
26fd10c9e8
[CI] Add clang-tidy to lint ( #18124 )
...
* clang-tidy
* fix
* fix script
* test clang compiler
* fix clang-tidy rules
* Fix windows and other issues.
* Fix
* Improve information when running check-git-clang-tidy-output.sh on different OS
2021-09-09 00:41:53 -07:00
Simon Mo
7c01ea7d2f
[Serve][Hotfix] Skip get_deployment on windows ( #18029 )
2021-08-25 11:27:31 -05:00
Chen Shen
08193b8e0a
fix more windows failures ( #18058 )
2021-08-24 21:19:45 -07:00
Simon Mo
b573864928
[CI] Add test owners ( #17893 )
2021-08-18 18:38:31 -07:00
SangBin Cho
4971e13941
[Build] Asan wheel test ( #17685 )
...
* in progerss
* ASAN tests.
* d
* in progress
* in progress without the asan wheel
* Support the asan wheel.
* Support the asan wheels
* Not build a binary for asan
* Fix issues
* Remove a wrong build
* Separate out asan wheel build
* Try preparing more deps.
* ip
* Try different version
* done
* d
* Trial
* Another try
* Another try
* skip cpp build to see what happens
* add more des
* ip
* abc
* Try next
* completed
* try
* Try without static libasan
* dbg
* Try static link
* Fix issues
* abc
2021-08-17 10:21:41 -07:00
qicosmos
a2a1c46c83
[C++ Worker]Fix for mac ( #17633 )
...
* linkopts shared
* replace gflags with absl flags
* fix
* add test option
* fix
* add cpp worker to mac ci
* fix
* support empty redis password;mod arc argv
* add encoding
* test
* ignore example test on mac
* support mac
* fix
* fix and update doc
* fix
* fix run.sh
* fix init
* fix typo
* fix run.sh
* fix lint
Co-authored-by: 久龙 <guyang.sgy@antfin.com>
2021-08-13 12:22:37 +08:00
Simon Mo
c315596ed2
[Buildkite] Migrate macOS wheel builds ( #16913 )
2021-08-07 21:54:34 -07:00
Chen Shen
0fd3f761b9
[ci][rfc] build debug wheels and run python test on debug build ( #17399 )
...
* enable debug mode
* add
* :upload debug wheels
* upload debug wheels
* add
* fix bug
* add dbg
* Update python/setup.py
Co-authored-by: Simon Mo <simon.mo@hey.com>
* skip windows
Co-authored-by: Simon Mo <simon.mo@hey.com>
2021-08-05 17:58:19 -07:00
SongGuyang
3e42f54910
Support copyright format for c++ files ( #14348 )
2021-08-04 17:19:38 +08:00
Simon Mo
250f0c24e0
[Runtime Env] Refactor local dev mode for linking ray packages ( #17227 )
2021-07-21 00:48:58 -07:00
chenk008
8b4df111e4
[CI] Fix share file leak ( #17122 )
2021-07-16 09:36:39 +08:00
SongGuyang
560fd15568
[C++ worker] support build and add C++ worker to python wheel ( #16496 )
2021-07-08 14:42:26 +08:00
Dmitri Gekhtman
c6497c6520
[client][test] Client multiprocessing tests + client api minor fix ( #16904 )
2021-07-07 09:47:27 -07:00
Amog Kamsetty
e26c232954
[CI] Suppress output for Mac wheel build ( #16603 )
2021-06-22 09:03:50 -07:00
Simon Mo
6763e95079
Revert "Revert "[Buildkite] cleanup artifacts directory between builds"" ( #16385 )
2021-06-14 11:30:55 -07:00
Simon Mo
2cdaf132b5
Revert "[Buildkite] cleanup artifacts directory between builds ( #16307 )" ( #16372 )
2021-06-11 08:33:26 -07:00
SongGuyang
379c87dbbb
[C++ worker] bugfix of incorrect flag name "redis_password" and add test to support connecting to external cluster ( #16219 )
2021-06-11 11:49:13 +08:00
Simon Mo
8d56a36d28
[Buildkite] cleanup artifacts directory between builds ( #16307 )
2021-06-10 17:59:52 -07:00
Simon Mo
9afb6f1ada
Revert "[CI] macOS Build to buildkite ( #16135 )" ( #16312 )
...
This reverts commit 113556463d
.
2021-06-08 09:33:03 -07:00
Simon Mo
113556463d
[CI] macOS Build to buildkite ( #16135 )
2021-06-07 21:33:00 -07:00
architkulkarni
65eab8f376
Revert "Revert "[Core] Add "env_vars" field to runtime_env"" ( #16107 )
2021-05-27 10:16:33 -05:00
architkulkarni
7cfe7f840c
Revert "[Core] Add "env_vars" field to runtime_env ( #16075 )" ( #16099 )
...
This reverts commit 1e245005c9
.
2021-05-26 16:27:04 -07:00
architkulkarni
1e245005c9
[Core] Add "env_vars" field to runtime_env ( #16075 )
2021-05-26 12:11:19 -05:00
Simon Mo
2aee4ac40d
[Serve] Cleanup examples and tests ( #16042 )
2021-05-25 15:32:36 -07:00
Simon Mo
7bbf482070
[Serve] Skip test_router on Windows ( #15651 )
...
The test is platform agnostic anyway and no need to test it on windows.
2021-05-05 15:21:24 -07:00
Dmitri Gekhtman
8f83053e35
[autoscaler][Kubernetes] Operator subprocess error reporting, configuration fixes ( #15526 )
2021-05-04 16:45:37 -05:00
Kathryn Zhou
38b64e4fb4
Add tracing to Ray ( #14872 )
2021-04-30 22:16:47 -07:00