mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:00:36 +08:00
docker working!
This commit is contained in:
+11
-2
@@ -1,7 +1,16 @@
|
||||
- label: "Wheel Testing"
|
||||
conditions:
|
||||
[
|
||||
"RAY_CI_LINUX_WHEELS_AFFECTED",
|
||||
"RAY_CI_JAVA_AFFECTED",
|
||||
"RAY_CI_STREAMING_JAVA_AFFECTED",
|
||||
]
|
||||
commands:
|
||||
- docker ps
|
||||
- docker run hello-world
|
||||
- LINUX_WHEELS=1 LINUX_JARS=1 DOCKER_BUILD_PY37=1 RAY_INSTALL_JAVA=1 ./ci/travis/ci.sh build
|
||||
- pip install docker
|
||||
- python ./ci/travis/build-docker-images.py PY37
|
||||
- bash ./java/build-jar-multiplatform.sh linux
|
||||
|
||||
|
||||
# - label: ":book: Lint"
|
||||
# commands:
|
||||
|
||||
Reference in New Issue
Block a user