[ci] Migrate chaos test compute configs to new schema#62606
Open
sai-miduthuri wants to merge 1 commit intomasterfrom
Open
[ci] Migrate chaos test compute configs to new schema#62606sai-miduthuri wants to merge 1 commit intomasterfrom
sai-miduthuri wants to merge 1 commit intomasterfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: sai.miduthuri <sai.miduthuri@anyscale.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates chaos test compute templates and release test configurations to the anyscale_sdk_2026 schema. Feedback identifies a schema error in compute_template.yaml where advanced_instance_config was incorrectly placed at the top level; it must be defined within each node configuration. Additionally, the zones field needs to be added to replace the removed region field for consistency with other templates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
compute_template.yamlandcompute_template_gce.yaml) from legacy Anyscale compute config schema to the new SDK schemaanyscale_sdk_2026: trueflag to all 16 chaos test entries inrelease_tests.yamlConfig changes
cloud_id->cloud,ANYSCALE_CLOUD_ID->ANYSCALE_CLOUD_NAMEhead_node_type->head_node,worker_node_types->worker_nodesmin_workers/max_workers->min_nodes/max_nodesuse_spot: false->market_type: ON_DEMANDadvanced_configurations_json->advanced_instance_configresources(removedcustom_resourcesnesting, capitalizedcpu->CPU)region+allowed_azswithzonesregion,max_workers, and nodenamefieldsTests updated (16)
chaos_many_tasks_{baseline,kill_raylet,iptable_failure_injection,terminate_instance}chaos_many_actors_{baseline,kill_raylet,iptable_failure_injection,terminate_instance}chaos_streaming_generator_{baseline,kill_raylet,iptable_failure_injection,terminate_instance}chaos_object_ref_borrowing_{baseline,kill_raylet,iptable_failure_injection,terminate_instance}Test plan
ComputeConfig.from_yaml()