driazati commented on code in PR #12473:
URL: https://github.com/apache/tvm/pull/12473#discussion_r964181884


##########
tests/scripts/setup-pytest-env.sh:
##########
@@ -74,17 +75,14 @@ function run_pytest() {
 
     suite_name="${test_suite_name}-${current_shard}-${ffi_type}"
 
-    # Some test environments don't play well with parallelism
-    DEFAULT_PARALLELISM=2
-    if [[ "${TEST_STEP_NAME:-default}" == "frontend: GPU"* ]] || [[ 
"${TEST_STEP_NAME:-default}" == "test: Hexagon"* ]]; then
-        DEFAULT_PARALLELISM=1
-    fi
+    DEFAULT_PARALLELISM=1

Review Comment:
   The n=2 wasn't actually being used (the `if` below was always failing) and 
caused some CI issues that should be resolved in a follow up



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to