Skip to content

Commit 0603cce

Browse files
MousiusLiam-Sturge
andauthored
[CI] Make Graviton3 default AArch64 job runner node (apache#15352)
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]>
1 parent 3fbf0ff commit 0603cce

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

ci/jenkins/generated/arm_jenkinsfile.groovy

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/jenkins/templates/arm_jenkinsfile.groovy.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
{% call m.invoke_build(
2121
name='BUILD: arm',
22-
node='ARM-SMALL',
22+
node='ARM-GRAVITON3',
2323
condition='!skip_ci && is_docs_only_build != 1',
2424
ws='tvm/build-arm',
2525
docker_image='ci_arm',
@@ -40,7 +40,7 @@
4040
{% call(shard_index, num_shards) m.sharded_test_step(
4141
name="integration: aarch64",
4242
num_shards=4,
43-
node="ARM-SMALL",
43+
node="ARM-GRAVITON3",
4444
ws="tvm/ut-python-arm",
4545
platform="arm",
4646
docker_image="ci_arm",
@@ -57,7 +57,7 @@
5757

5858
{% call(shard_index, num_shards) m.sharded_test_step(
5959
name="topi: aarch64",
60-
node="ARM-SMALL",
60+
node="ARM-GRAVITON3",
6161
ws="tvm/ut-python-arm",
6262
platform="arm",
6363
docker_image="ci_arm",
@@ -82,7 +82,7 @@
8282

8383
{% call(shard_index, num_shards) m.sharded_test_step(
8484
name="frontend: aarch64",
85-
node="ARM-SMALL",
85+
node="ARM-GRAVITON3",
8686
ws="tvm/frontend-python-arm",
8787
platform="arm",
8888
docker_image="ci_arm",

0 commit comments

Comments
 (0)