Migrate the CI runners to the new clusters (#33849)
* try fixing push-ci * move to new runners * move benchmark.yml to new runners * move doctest_job.yml to new runners * move doctests.yml to new runners * move push-important-models.yml to new runners * move self-pr-slow-ci.yml to new runners * fix typo Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> * fix working directory Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> * fix working directory Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> * improve code Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com> --------- Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6f0ce52760
commit
4df3ccddb7
@@ -1153,6 +1153,7 @@ JOB_TO_TEST_FILE = {
|
||||
|
||||
|
||||
def create_test_list_from_filter(full_test_list, out_path):
|
||||
os.makedirs(out_path, exist_ok=True)
|
||||
all_test_files = "\n".join(full_test_list)
|
||||
for job_name, _filter in JOB_TO_TEST_FILE.items():
|
||||
file_name = os.path.join(out_path, f"{job_name}_test_list.txt")
|
||||
|
||||
Reference in New Issue
Block a user