Unverified Commit a45c5148 authored by Arthur's avatar Arthur Committed by GitHub
Browse files

Hotfix-change-ci (#30669)

* dmmy change

* fiux

* revert change
parent 09edd77f
......@@ -152,7 +152,7 @@ class CircleCIJob:
tests = " ".join(expanded_tests)
# Each executor to run ~10 tests
n_executors = max(len(tests) // 10, 1)
n_executors = max(len(expanded_tests) // 10, 1)
# Avoid empty test list on some executor(s) or launching too many executors
if n_executors > self.parallelism:
n_executors = self.parallelism
......
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