You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/03/30 16:44:40 UTC

[incubator-tvm-vta] branch master updated: Update ASF yaml (#2)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-vta.git


The following commit(s) were added to refs/heads/master by this push:
     new 6905fc3  Update ASF yaml (#2)
6905fc3 is described below

commit 6905fc33b8fdf17ded52303ad933234a47827b76
Author: Tianqi Chen <tq...@users.noreply.github.com>
AuthorDate: Mon Mar 30 09:44:32 2020 -0700

    Update ASF yaml (#2)
    
    * Update ASF yaml
    
    * Update lint script
---
 .asf.yaml                  | 7 +++++++
 tests/scripts/task_lint.sh | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 902e2bf..8bd60a2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,6 +16,13 @@
 # under the License.
 
 github:
+  description: "Open, Modular, Deep Learning Accelerator"
+  labels:
+    - tvm
+    - vta
+    - tensor
+    - hardware
+    - machine-learning
   enabled_merge_buttons:
     squash:  true
     rebase:  true
diff --git a/tests/scripts/task_lint.sh b/tests/scripts/task_lint.sh
index 3e7aa4e..24a8b3f 100755
--- a/tests/scripts/task_lint.sh
+++ b/tests/scripts/task_lint.sh
@@ -28,7 +28,7 @@ trap cleanup 0
 
 
 echo "Check file types..."
-# python3 tvm/tests/lint/check_file_type.py
+python3 tvm/tests/lint/check_file_type.py
 
 echo "Check ASF license header..."
 java -jar /bin/apache-rat.jar -E tvm/tests/lint/rat-excludes  -d . | (grep "== File" > /tmp/$$.apache-rat.txt || true)