Unverified Commit b05e0bec authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Use large VM for `repo_utils_job` (#21928)



upgrade to large VM
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent fa9d2ad7
...@@ -387,7 +387,7 @@ repo_utils_job = CircleCIJob( ...@@ -387,7 +387,7 @@ repo_utils_job = CircleCIJob(
], ],
parallelism=None, parallelism=None,
pytest_num_workers=1, pytest_num_workers=1,
resource_class=None, resource_class="large",
tests_to_run="tests/repo_utils", tests_to_run="tests/repo_utils",
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment