Skip to content

Commit

Permalink
add to schema + change to string for filtering
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yu <justinvyu@anyscale.com>
  • Loading branch information
justinvyu committed Jul 10, 2023
1 parent f572816 commit a0c5954
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
10 changes: 6 additions & 4 deletions release/ray_release/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
},
"alert": {
"type": "string"
},
"affected": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -107,7 +110,7 @@
"cu118"
]
},
"post_build_script":{
"post_build_script": {
"type": "string"
},
"pip": {
Expand All @@ -117,8 +120,7 @@
"type": "array"
}
},
"required": [
],
"required": [],
"title": "Byod"
},
"Run": {
Expand Down Expand Up @@ -215,4 +217,4 @@
]
}
}
}
}
38 changes: 19 additions & 19 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
runtime_env:
Expand Down Expand Up @@ -156,7 +156,7 @@
frequency: weekly
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -228,7 +228,7 @@
python: "3.8"
frequency: nightly
team: ml
affected: true
affected: "true"
cluster:
# byod:
# type: gpu
Expand Down Expand Up @@ -897,7 +897,7 @@

python: "3.8"

affected: true
affected: "true"
frequency: weekly
team: ml
cluster:
Expand Down Expand Up @@ -945,7 +945,7 @@
group: Workspace templates
working_dir: workspace_templates/02_many_model_training
python: "3.9"
affected: true
affected: "true"
frequency: nightly-3x
team: ml
cluster:
Expand Down Expand Up @@ -1503,7 +1503,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -1534,7 +1534,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -1630,7 +1630,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
runtime_env:
Expand Down Expand Up @@ -1663,7 +1663,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
runtime_env:
Expand Down Expand Up @@ -1758,7 +1758,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -1795,7 +1795,7 @@
frequency: nightly
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod: {}
cluster_env: app_config.yaml
Expand Down Expand Up @@ -1824,7 +1824,7 @@
frequency: nightly
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod: {}
cluster_env: app_config.yaml
Expand Down Expand Up @@ -1853,7 +1853,7 @@
frequency: nightly
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod: {}
cluster_env: app_config.yaml
Expand Down Expand Up @@ -2106,7 +2106,7 @@
frequency: weekly
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod: {}
cluster_env: app_config.yaml
Expand Down Expand Up @@ -2320,7 +2320,7 @@
frequency: nightly-3x
team: ml
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -2395,7 +2395,7 @@
frequency: weekly
team: rllib
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -2442,7 +2442,7 @@
frequency: weekly
team: rllib
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -3720,7 +3720,7 @@
frequency: nightly
team: rllib
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down Expand Up @@ -4540,7 +4540,7 @@
frequency: nightly
team: rllib
python: "3.8"
affected: true
affected: "true"
cluster:
byod:
type: gpu
Expand Down

0 comments on commit a0c5954

Please sign in to comment.