driazati commented on code in PR #10743:
URL: https://github.com/apache/tvm/pull/10743#discussion_r846367674
##########
jenkins/macros.j2:
##########
@@ -18,3 +18,52 @@
{% macro per_exec_ws(folder) -%}
"workspace/exec_${env.EXECUTOR_NUMBER}/{{ folder }}"
{%- endmacro -%}
+
+{% macro sharded_test_step(name, num_shards, node, ws) %}
+{% for shard_index in range(1, num_shards + 1) %}
+ '{{ name }} {{ shard_index }} of {{ num_shards }}': {
Review Comment:
ah I see, we should still be ok on that front but would probably need to pad
if we shard more than n=9
--
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]