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] Change the owner of cluster launcher related tests to clusters team. #40424

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4718,7 +4718,7 @@
cluster:
cluster_compute: tpl_64_gce.yaml
- __suffix__: aws.py311
frequency: weekly
frequency: weekly
python: "3.11"


Expand Down Expand Up @@ -4776,7 +4776,7 @@
variations:
- __suffix__: aws
- __suffix__: aws.py311
frequency: weekly
frequency: weekly
python: "3.11"
- __suffix__: gce
env: gce
Expand Down Expand Up @@ -4858,7 +4858,7 @@
variations:
- __suffix__: aws
- __suffix__: aws.py311
frequency: manual
frequency: manual
python: "3.11"
smoke_test:
frequency: nightly-3x
Expand Down Expand Up @@ -6481,7 +6481,7 @@
working_dir: ../python/ray/autoscaler/

frequency: nightly
team: core
team: clusters

cluster:
byod: {}
Expand All @@ -6497,7 +6497,7 @@
working_dir: ../python/ray/autoscaler/

frequency: nightly
team: core
team: clusters
python: "3.8"
cluster:
byod: {}
Expand All @@ -6513,7 +6513,7 @@
working_dir: ../python/ray/autoscaler/

frequency: nightly
team: core
team: clusters
python: "3.8"
cluster:
byod: {}
Expand All @@ -6529,7 +6529,7 @@
working_dir: ../python/ray/autoscaler/

frequency: manual
team: core
team: clusters
python: "3.8"
cluster:
byod: {}
Expand All @@ -6546,7 +6546,7 @@
working_dir: ../python/ray/autoscaler/

frequency: nightly
team: core
team: clusters
cluster:
byod: {}
cluster_compute: aws/tests/aws_compute.yaml
Expand All @@ -6560,7 +6560,7 @@
working_dir: ../python/ray/autoscaler/

frequency: nightly
team: core
team: clusters
cluster:
byod: {}
cluster_compute: aws/tests/aws_compute.yaml
Expand All @@ -6577,7 +6577,7 @@

env: gce
frequency: nightly
team: core
team: clusters
cluster:
byod: {}
cluster_compute: gcp/tests/single_node_32_cpu_gce.yaml
Expand All @@ -6594,7 +6594,7 @@

env: gce
frequency: nightly
team: core
team: clusters
cluster:
byod: {}
cluster_compute: gcp/tests/single_node_32_cpu_gce.yaml
Expand All @@ -6612,7 +6612,7 @@
env: gce
python: "3.8"
frequency: nightly
team: core
team: clusters
cluster:
byod: {}
cluster_compute: gcp/tests/single_node_32_cpu_gce.yaml
Expand All @@ -6630,7 +6630,7 @@
env: gce
python: "3.8"
frequency: nightly
team: core
team: clusters
cluster:
byod: {}
cluster_compute: gcp/tests/single_node_32_cpu_gce.yaml
Expand All @@ -6649,7 +6649,7 @@
env: gce
python: "3.8"
frequency: manual
team: core
team: clusters
cluster:
byod: {}
cluster_compute: gcp/tests/single_node_32_cpu_gce.yaml
Expand All @@ -6666,7 +6666,7 @@
stable: False

frequency: nightly
team: core
team: core

cluster:
# leave oom disabled as test is marked unstable at the moment.
Expand All @@ -6675,8 +6675,8 @@
- RAY_memory_monitor_refresh_ms=0
pip:
- ray[default]
cluster_compute: aws.yaml
cluster_compute: aws.yaml

run:
timeout: 1800
script: python run.py
script: python run.py
Loading