-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] Add GCE variances to Data tests #34105
Conversation
This reverts commit 5984f1e.
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
This reverts commit de05655. Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-standard-64-nvidia-tesla-t4-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We actually don't have this type of machine, the list is here: https://github.com/anyscale/product/blob/master/backend/utils/allowed_gpus.yaml
If you can scan through the list of failing tests real quick and see if there are any obvious such as a wrong type of machines, that would be great. If the error is not comprehensible then you can merge the PR. |
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani <[email protected]>
are the failing tests ok? |
@amogkam yeah. Discussed with @can-anyscale and we're going to merge the PR with the failing tests. |
Hi yes, please merge even if they fail if the failures are not comprehensible or infra failure related. They are running on GCE stack for the first time so we expect some of them to fail. Merge into master will help the infra team to look at them easier. Thankks |
ok can you add a pr description please? |
This PR configures BuildKite to run Data release tests on GCE. I excluded the parquet_metadata_resolution and shuffle_data_loader release tests because more work is required to migrate those tests. --------- Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: elliottower <[email protected]>
This PR configures BuildKite to run the shuffle_data_loader Data release tests on GCE. This test was previously excluded in #34105. --------- Signed-off-by: Balaji Veeramani <[email protected]>
This PR configures BuildKite to run Data release tests on GCE. I excluded the parquet_metadata_resolution and shuffle_data_loader release tests because more work is required to migrate those tests. --------- Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: Jack He <[email protected]>
This PR configures BuildKite to run the shuffle_data_loader Data release tests on GCE. This test was previously excluded in ray-project#34105. --------- Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: Jack He <[email protected]>
This PR configures BuildKite to run the shuffle_data_loader Data release tests on GCE. This test was previously excluded in ray-project#34105. --------- Signed-off-by: Balaji Veeramani <[email protected]>
Why are these changes needed?
This PR configures BuildKite to run Data release tests on GCE. I excluded the
parquet_metadata_resolution
andshuffle_data_loader
release tests because more work is required to migrate those tests.Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.