Hotfix-change-ci (#30669)

* dmmy change

* fiux

* revert change
This commit is contained in:
Arthur 2024-05-06 11:26:04 +02:00 committed by GitHub
parent 09edd77f64
commit a45c514899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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