|
4006 | 4006 | timeout: 2400
|
4007 | 4007 | script: python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10
|
4008 | 4008 |
|
| 4009 | + variations: |
| 4010 | + - __suffix__: v1 |
| 4011 | + - __suffix__: v2 |
| 4012 | + run: |
| 4013 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 |
4009 | 4014 |
|
4010 | 4015 | - name: aws_cluster_launcher_nightly_image
|
4011 | 4016 | group: cluster-launcher-test
|
|
4021 | 4026 | timeout: 2400
|
4022 | 4027 | script: python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 --docker-override nightly
|
4023 | 4028 |
|
| 4029 | + variations: |
| 4030 | + - __suffix__: v1 |
| 4031 | + - __suffix__: v2 |
| 4032 | + run: |
| 4033 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 --docker-override nightly |
4024 | 4034 |
|
4025 | 4035 | - name: aws_cluster_launcher_latest_image
|
4026 | 4036 | group: cluster-launcher-test
|
|
4036 | 4046 | timeout: 2400
|
4037 | 4047 | script: python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 --docker-override latest
|
4038 | 4048 |
|
| 4049 | + variations: |
| 4050 | + - __suffix__: v1 |
| 4051 | + - __suffix__: v2 |
| 4052 | + run: |
| 4053 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 --docker-override latest |
4039 | 4054 |
|
4040 | 4055 | - name: aws_cluster_launcher_release_image
|
4041 | 4056 | group: cluster-launcher-test
|
|
4051 | 4066 | timeout: 2400
|
4052 | 4067 | script: python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 --docker-override commit
|
4053 | 4068 |
|
| 4069 | + variations: |
| 4070 | + - __suffix__: v1 |
| 4071 | + - __suffix__: v2 |
| 4072 | + run: |
| 4073 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py aws/tests/aws_cluster.yaml --num-expected-nodes 2 --retries 10 --docker-override commit |
4054 | 4074 |
|
4055 | 4075 |
|
4056 | 4076 | - name: aws_cluster_launcher_minimal
|
|
4067 | 4087 | timeout: 1200
|
4068 | 4088 | script: python launch_and_verify_cluster.py aws/example-minimal.yaml
|
4069 | 4089 |
|
| 4090 | + variations: |
| 4091 | + - __suffix__: v1 |
| 4092 | + - __suffix__: v2 |
| 4093 | + run: |
| 4094 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py aws/example-minimal.yaml |
| 4095 | + |
4070 | 4096 | - name: aws_cluster_launcher_full
|
4071 | 4097 | group: cluster-launcher-test
|
4072 | 4098 | working_dir: ../python/ray/autoscaler/
|
|
4081 | 4107 | timeout: 3000
|
4082 | 4108 | script: python launch_and_verify_cluster.py aws/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override latest
|
4083 | 4109 |
|
| 4110 | + variations: |
| 4111 | + - __suffix__: v1 |
| 4112 | + - __suffix__: v2 |
| 4113 | + run: |
| 4114 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py aws/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override latest |
| 4115 | + |
4084 | 4116 | - name: gcp_cluster_launcher_minimal
|
4085 | 4117 | group: cluster-launcher-test
|
4086 | 4118 | working_dir: ../python/ray/autoscaler/
|
|
4098 | 4130 | timeout: 1200
|
4099 | 4131 | script: python launch_and_verify_cluster.py gcp/example-minimal-pinned.yaml
|
4100 | 4132 |
|
| 4133 | + variations: |
| 4134 | + - __suffix__: v1 |
| 4135 | + - __suffix__: v2 |
| 4136 | + run: |
| 4137 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py gcp/example-minimal-pinned.yaml |
| 4138 | + |
4101 | 4139 | - name: gcp_cluster_launcher_full
|
4102 | 4140 | group: cluster-launcher-test
|
4103 | 4141 | working_dir: ../python/ray/autoscaler/
|
|
4115 | 4153 | timeout: 4800
|
4116 | 4154 | script: python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 30
|
4117 | 4155 |
|
| 4156 | + variations: |
| 4157 | + - __suffix__: v1 |
| 4158 | + - __suffix__: v2 |
| 4159 | + run: |
| 4160 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 30 --docker-override latest |
| 4161 | + |
4118 | 4162 | - name: gcp_cluster_launcher_latest_image
|
4119 | 4163 | group: cluster-launcher-test
|
4120 | 4164 | working_dir: ../python/ray/autoscaler/
|
|
4132 | 4176 | timeout: 3600
|
4133 | 4177 | script: python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override latest
|
4134 | 4178 |
|
| 4179 | + variations: |
| 4180 | + - __suffix__: v1 |
| 4181 | + - __suffix__: v2 |
| 4182 | + run: |
| 4183 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override latest |
| 4184 | + |
4135 | 4185 | - name: gcp_cluster_launcher_nightly_image
|
4136 | 4186 | group: cluster-launcher-test
|
4137 | 4187 | working_dir: ../python/ray/autoscaler/
|
|
4149 | 4199 | timeout: 3600
|
4150 | 4200 | script: python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override nightly
|
4151 | 4201 |
|
| 4202 | + variations: |
| 4203 | + - __suffix__: v1 |
| 4204 | + - __suffix__: v2 |
| 4205 | + run: |
| 4206 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override nightly |
4152 | 4207 |
|
4153 | 4208 | - name: gcp_cluster_launcher_release_image
|
4154 | 4209 | group: cluster-launcher-test
|
|
4167 | 4222 | timeout: 3600
|
4168 | 4223 | script: python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override commit
|
4169 | 4224 |
|
| 4225 | + variations: |
| 4226 | + - __suffix__: v1 |
| 4227 | + - __suffix__: v2 |
| 4228 | + run: |
| 4229 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py gcp/example-full.yaml --num-expected-nodes 2 --retries 20 --docker-override commit |
| 4230 | + |
4170 | 4231 | - name: gcp_cluster_launcher_gpu_docker
|
4171 | 4232 | group: cluster-launcher-test
|
4172 | 4233 | working_dir: ../python/ray/autoscaler/
|
|
4184 | 4245 | timeout: 1200
|
4185 | 4246 | script: python launch_and_verify_cluster.py gcp/example-gpu-docker.yaml
|
4186 | 4247 |
|
| 4248 | + variations: |
| 4249 | + - __suffix__: v1 |
| 4250 | + - __suffix__: v2 |
| 4251 | + run: |
| 4252 | + script: RAY_UP_enable_autoscaler_v2=1 python launch_and_verify_cluster.py gcp/example-gpu-docker.yaml |
| 4253 | + |
4187 | 4254 | - name: autoscaler_aws
|
4188 | 4255 | group: autoscaler-test
|
4189 | 4256 | working_dir: autoscaling_tests
|
|
0 commit comments