Skip to content

Commit

Permalink
Revert "[CI] Make Graviton3 default AArch64 job runner node (apache#1…
Browse files Browse the repository at this point in the history
…4983)" (apache#15065)

This reverts commit 7dc1d6a.
  • Loading branch information
masahi authored and junrushao committed Jun 22, 2023
1 parent 996dba3 commit 774b9cf
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-GRAVITON3',
node='ARM-SMALL',
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-GRAVITON3",
node="ARM-SMALL",
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-GRAVITON3",
node="ARM-SMALL",
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-GRAVITON3",
node="ARM-SMALL",
ws="tvm/frontend-python-arm",
platform="arm",
docker_image="ci_arm",
Expand Down

0 comments on commit 774b9cf

Please sign in to comment.