1313 - name : servebuild-multipy
1414 label : " wanda: servebuild-py{{matrix}}"
1515 wanda : ci/docker/serve.build.wanda.yaml
16- matrix : ["3.10","3. 12"]
16+ matrix : ["3.12"]
1717 env :
1818 PYTHON : " {{matrix}}"
1919 depends_on : oss-ci-base_build-multipy
@@ -26,16 +26,15 @@ steps:
2626 - name : servetracingbuild
2727 wanda : ci/docker/servetracing.build.wanda.yaml
2828
29- - name : minbuild-multipy
30- label : " wanda: minbuild-{{matrix.app }}-py{{matrix.python}} "
29+ - name : minbuild-serve
30+ label : " wanda: minbuild-{{matrix}}-py39 "
3131 wanda : ci/docker/min.build.wanda.yaml
3232 matrix :
33- setup :
34- app : [serve, default]
35- python : ["3.9", "3.10"]
33+ - serve
34+ - default
3635 env :
37- PYTHON_VERSION : " {{matrix.python}} "
38- EXTRA_DEPENDENCY : " {{matrix.app }}"
36+ PYTHON_VERSION : " 3.9 "
37+ EXTRA_DEPENDENCY : " {{matrix}}"
3938 tags : cibase
4039
4140 # tests
6463 - bazel run //ci/ray_ci:test_in_docker -- //python/ray/serve/... //python/ray/tests/... serve
6564 --except-tags post_wheel_build,gpu,ha_integration,serve_tracing
6665 --workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
67- --build-name servepydantic1build --test-env=EXPECTED_PYTHON_VERSION=3.10 --test-env=EXPECTED_PYDANTIC_VERSION=1.10.12
66+ --build-name servepydantic1build --test-env=EXPECTED_PYTHON_VERSION=3.9 --test-env=EXPECTED_PYDANTIC_VERSION=1.10.12
6867 depends_on : servepydantic1build
6968
7069 - label : " :ray-serve: serve: same event loop tests"
7978 - bazel run //ci/ray_ci:test_in_docker -- //python/ray/serve/... //python/ray/tests/... serve
8079 --except-tags post_wheel_build,gpu,ha_integration,serve_tracing
8180 --workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
82- --build-name servebuild-py3.10 --test-env=EXPECTED_PYTHON_VERSION=3.10 --test-env=RAY_SERVE_RUN_USER_CODE_IN_SEPARATE_THREAD=0
83- depends_on : " servebuild-multipy "
81+ --build-name servebuild --test-env=EXPECTED_PYTHON_VERSION=3.9 --test-env=RAY_SERVE_RUN_USER_CODE_IN_SEPARATE_THREAD=0
82+ depends_on : " servebuild"
8483
8584 - label : " :ray-serve: serve: python {{matrix.python}} tests ({{matrix.worker_id}})"
8685 if : build.pull_request.labels includes "continuous-build" || pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
@@ -149,10 +148,10 @@ steps:
149148 commands :
150149 - bazel run //ci/ray_ci:test_in_docker -- //python/ray/dashboard/... serve
151150 --parallelism-per-worker 2
152- --build-name minbuild-default-py3.10
151+ --build-name minbuild-default-py3.9
153152 --test-env=RAY_DEFAULT=1
154153 --only-tags minimal
155- depends_on : minbuild-multipy
154+ depends_on : minbuild-serve
156155
157156 - label : " :ray-serve: serve: serve minimal"
158157 tags :
@@ -165,7 +164,7 @@ steps:
165164 --build-name minbuild-serve-py3.9
166165 --test-env=RAY_DEFAULT=1
167166 --only-tags minimal
168- depends_on : minbuild-multipy
167+ depends_on : minbuild-serve
169168
170169 - label : " :ray-serve: serve: dashboard tests"
171170 tags :
0 commit comments