Skip to content

Commit

Permalink
[CI] Make Graviton3 default AArch64 job runner node (apache#15352)
Browse files Browse the repository at this point in the history
In order to support SVE testing, migrating the current default AArch64
nodes to Graviton3 based nodes. Using r7g.large instances which have the
memory requirements to support the TVM workloads.

Co-authored-by: Liam Sturge <[email protected]>
  • Loading branch information
Mousius and Liam-Sturge authored Jul 19, 2023
1 parent 3fbf0ff commit 0603cce
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
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',
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

0 comments on commit 0603cce

Please sign in to comment.