File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1313 --build-name data6build
1414 --test-env RAY_DATA_USE_STREAMING_EXECUTOR=1
1515 --except-tags data_integration,doctest
16- depends_on : data6build
16+ depends_on : [ " data6build", "forge" ]
1717 job_env : forge
1818
1919 - label : " :database: data: arrow 12 tests"
2929 --build-name data12build
3030 --test-env RAY_DATA_USE_STREAMING_EXECUTOR=1
3131 --except-tags data_integration,doctest
32- depends_on : data12build
32+ depends_on : [ " data12build", "forge" ]
3333 job_env : forge
3434
3535 - label : " :database: data: arrow nightly tests"
4545 --build-name datanbuild
4646 --test-env RAY_DATA_USE_STREAMING_EXECUTOR=1
4747 --except-tags data_integration,doctest
48- depends_on : datanbuild
48+ depends_on : [ " datanbuild", "forge" ]
4949 job_env : forge
5050
5151 - label : " :database: data: flaky tests"
5858 - bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
5959 --test-env RAY_DATA_USE_STREAMING_EXECUTOR=1 --parallelism-per-worker 3
6060 --build-name data12build
61- depends_on : data12build
61+ depends_on : [ " data12build", "forge" ]
6262 job_env : forge
Original file line number Diff line number Diff line change @@ -14,4 +14,3 @@ SHELL ["/bin/bash", "-ice"]
1414COPY . .
1515
1616RUN DATA_PROCESSING_TESTING=1 ARROW_VERSION=$ARROW_VERSION ./ci/env/install-dependencies.sh
17- RUN pip install "datasets==2.14.0"
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >io.ray</groupId >
77 <artifactId >ray-superpom</artifactId >
8- <version >2.8.0 </version >
8+ <version >2.8.1 </version >
99 <packaging >pom</packaging >
1010 <name >Ray Project Parent POM</name >
1111 <description >An open source framework that provides a simple, universal API for building distributed applications.
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ werkzeug==2.1.2
7575xlrd==2.0.1
7676yq==3.2.2
7777memray; platform_system != "Windows" and sys_platform != "darwin" and platform_machine != 'aarch64'
78- memray @ git+https://github.com/bloomberg/memray.git; platform_system != "Windows" and sys_platform != "darwin" and platform_machine == 'aarch64'
7978
8079# For doc tests
8180myst-parser==0.15.2
You can’t perform that action at this time.
0 commit comments