We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40055d1 commit fc5222fCopy full SHA for fc5222f
.kokoro/tests/run_tests.sh
@@ -167,12 +167,19 @@ btlr_args=(
167
"**/requirements.txt"
168
)
169
170
-# if [[ -n "${NUM_TEST_WORKERS:-}" ]]; then
+if [[ -n "${NUM_TEST_WORKERS:-}" ]]; then
171
btlr_args+=(
172
"--max-concurrency"
173
"${NUM_TEST_WORKERS}"
174
175
-# fi
+fi
176
+
177
+# DEBUG
178
179
+btlr_args+=(
180
+ "--max-concurrency"
181
+ "10"
182
+)
183
184
if [[ -n "${DIFF_FROM:-}" ]]; then
185
0 commit comments