Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci][core] Python 311 core release tests #38511

Merged
merged 16 commits into from
Aug 23, 2023
Prev Previous commit
Next Next commit
update
Signed-off-by: rickyyx <rickyx@anyscale.com>
  • Loading branch information
rickyyx committed Aug 16, 2023
commit b327fcd05ea9deba599f7ad0c27bf155c7254d68
21 changes: 21 additions & 0 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4876,6 +4876,9 @@

variations:
- __suffix__: aws
- __suffix__: aws.py311
frequency: weekly
python: "3.11"
- __suffix__: gce
env: gce
frequency: manual
Expand Down Expand Up @@ -4930,6 +4933,7 @@
cluster:
cluster_compute: tpl_64_gce.yaml
- __suffix__: aws.py311
frequency: weekly
python: "3.11"


Expand Down Expand Up @@ -4984,6 +4988,9 @@

variations:
- __suffix__: aws
- __suffix__: aws.py311
frequency: weekly
python: "3.11"
- __suffix__: gce
env: gce
frequency: manual
Expand Down Expand Up @@ -5063,6 +5070,11 @@

variations:
- __suffix__: aws
- __suffix__: aws.py311
frequency: manual
python: "3.11"
smoke_test:
frequency: nightly-3x
- __suffix__: gce
env: gce
frequency: manual
Expand Down Expand Up @@ -5257,6 +5269,9 @@

variations:
- __suffix__: aws
- __suffix__: aws.py311
frequency: weekly
python: "3.11"
- __suffix__: gce
env: gce
frequency: manual
Expand Down Expand Up @@ -5599,6 +5614,9 @@
wait_for_nodes:
num_nodes: 2

variations:
- __suffix__: aws.py311
python: "3.11"

- name: many_nodes
group: core-scalability-test
Expand All @@ -5621,6 +5639,9 @@

variations:
- __suffix__: aws
- __suffix__: aws.py311
python: "3.11"
frequency: weekly
- __suffix__: gce
env: gce
frequency: manual
Expand Down