Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions ci/jenkins/generated/arm_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ci/jenkins/templates/arm_jenkinsfile.groovy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

{% call m.invoke_build(
name='BUILD: arm',
node='ARM-SMALL',
node='ARM-GRAVITON3',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it would be useful to have a analysis of cost and the way we structure the tests.

As of now running the UTs directly through e2e compilation can take up a lot of CI time. A lot of that comes from tests that are as a matter of fact integration tests

Would be great for us to isolate out a limited set of integration tests (in cases with tests/arm_sve/) and only run limited set of testcases over these would be useful. Like our require_cuda tag, while majority of tests do not have to go through the specific nodes

condition='!skip_ci && is_docs_only_build != 1',
ws='tvm/build-arm',
docker_image='ci_arm',
Expand All @@ -40,7 +40,7 @@
{% call(shard_index, num_shards) m.sharded_test_step(
name="integration: aarch64",
num_shards=4,
node="ARM-SMALL",
node="ARM-GRAVITON3",
ws="tvm/ut-python-arm",
platform="arm",
docker_image="ci_arm",
Expand All @@ -57,7 +57,7 @@

{% call(shard_index, num_shards) m.sharded_test_step(
name="topi: aarch64",
node="ARM-SMALL",
node="ARM-GRAVITON3",
ws="tvm/ut-python-arm",
platform="arm",
docker_image="ci_arm",
Expand All @@ -82,7 +82,7 @@

{% call(shard_index, num_shards) m.sharded_test_step(
name="frontend: aarch64",
node="ARM-SMALL",
node="ARM-GRAVITON3",
ws="tvm/frontend-python-arm",
platform="arm",
docker_image="ci_arm",
Expand Down