This is an automated email from the ASF dual-hosted git repository.
yaxingcai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/dev by this push:
new 5c9a4ad [TEST] Move script location to be consistent (#3)
5c9a4ad is described below
commit 5c9a4adad3e89f42a6c611d65752264c5615819a
Author: Tianqi Chen <[email protected]>
AuthorDate: Sat Sep 13 21:39:15 2025 -0400
[TEST] Move script location to be consistent (#3)
This PR migrates the script location into the test folder.
---
.asf.yaml | 7 +++++++
{scripts => tests/scripts}/benchmark_dlpack.py | 1 -
scripts/run_tests.sh => tests/scripts/task_cpp_tests.sh | 0
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 79666ef..4893631 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,12 +37,19 @@ github:
# enable squash button:
squash: true
# default commit message when merging with a squash commit
+ # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS |
PR_TITLE_AND_DESC
squash_commit_message: DEFAULT
# enable merge button:
merge: false
+ # default commit message when merging with a merge commit
+ # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
+ merge_commit_message: DEFAULT
# disable rebase button:
rebase: false
notifications:
commits: [email protected]
issues: [email protected]
+ pullrequests: [email protected]
+ jobs: [email protected]
+ discussions: [email protected]
diff --git a/scripts/benchmark_dlpack.py b/tests/scripts/benchmark_dlpack.py
similarity index 99%
rename from scripts/benchmark_dlpack.py
rename to tests/scripts/benchmark_dlpack.py
index 6052a6c..954598c 100644
--- a/scripts/benchmark_dlpack.py
+++ b/tests/scripts/benchmark_dlpack.py
@@ -36,7 +36,6 @@ Summary of some takeaways:
-
"""
-import os
import time
import numpy as np
diff --git a/scripts/run_tests.sh b/tests/scripts/task_cpp_tests.sh
similarity index 100%
rename from scripts/run_tests.sh
rename to tests/scripts/task_cpp_tests.sh