[CI/Doxygen] Apply advanced rule
authorsewon.oh <sewon.oh@samsung.com>
Tue, 10 Jul 2018 05:59:25 +0000 (14:59 +0900)
committer임근식/동작제어Lab(SR)/Principal Engineer/삼성전자 <geunsik.lim@samsung.com>
Tue, 10 Jul 2018 06:13:41 +0000 (15:13 +0900)
- Remove unused file: config-cibot.json
- Update config files for applying advanced doxygen rule

Signed-off-by: sewon.oh <sewon.oh@samsung.com>
Documentation/ci-config/config-cibot.json [deleted file]
Documentation/ci-config/config-environment.sh
Documentation/ci-config/config-plugins-audit.sh
Documentation/ci-config/config-plugins-format.sh

diff --git a/Documentation/ci-config/config-cibot.json b/Documentation/ci-config/config-cibot.json
deleted file mode 100644 (file)
index 1adb0ad..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-    "github": {
-        "id": "git.bot.sec",
-        "token": "01eec554abcaae8755c06c2b06f5d6bb84d4b4a5",
-        "from": "git.bot.sec@samsung.com"
-    },
-    "repo": {
-        "repo": "https://github.sec.samsung.net/STAR/nnstreamer.git",
-        "branch": "tizen",
-        "action": "something has been changed on the server",
-        "run": "./run-unit-test.sh"
-    }
-}
-
-
index 61e4142..fe31142 100644 (file)
@@ -34,7 +34,7 @@ SRC_PATH="./gst/"
 # Audit Area (pr-audit)
 # Skip build-checker / unit-test checker if all changes are limited to:
 # The path starts without / and it denotes the full paths in the git repo. (regex)
-SKIP_CI_PATHS="^ci/.*|^Documentation/.*|^\.github/.*|^obsolete/.*|^README\.md"
+SKIP_CI_PATHS="^ci/.*|^Documentation/.*|^\.github/.*|^obsolete/.*|^README\.md|^temporal-bin/.*|^external/.*"
 
 # Define the number of CPUs to build source codes in parallel
 # We recommend that you define appropriate # of CPUs that does not result in
@@ -61,6 +61,17 @@ pr_comment_pr_monitor=0
 #### Build test: Write build type to test ex) "x86_64 armv7l" 
 pr_build_arch_type="x86_64 armv7l"
 
+### Check level of doxygen tag:
+# Basic = 0 (@file + @brief)
+# Advanced = 1 (Basic + "@author, @bug and functions with ctags")
+pr_doxygen_check_level=1
+
+#### File size limit
+# unit of the file size is MB.
+filesize_limit=5
+
+# folder name to exclude the file size check rule. (e.g., <github-repository-name>/temproal-bin/)
+filesize_limit_exception_folder="temporal-bin"
 
 ################# Do not modify the below statements #################################
 
index dcd7660..9fc4a12 100644 (file)
@@ -34,14 +34,14 @@ echo "[MODULE] plugins-good: Plugin group that follow Apache license with good q
 
 
 ###### plugins-ugly ################################################################################################
-echo "[MODULE] plugins-ugly: Plugin group that does not have evaluation and aging test enough"
+echo "[MODULE] plugins-staging: Plugin group that does not have evaluation and aging test enough"
 # Please append your plugin modules here.
 
 module_name="pr-audit-resource"
 echo "[DEBUG] $module_name is started."
 echo "[DEBUG] CI/$module_name: Check if there are not-installed resource files."
 echo "[DEBUG] Current path: $(pwd)."
-source ${REFERENCE_REPOSITORY}/ci/standalone/plugins-ugly/$module_name.sh
+source ${REFERENCE_REPOSITORY}/ci/standalone/plugins-staging/$module_name.sh
 $module_name
 echo "[DEBUG] $module_name is done."
 
index 77e8e2b..3c18c18 100644 (file)
@@ -35,6 +35,6 @@ echo "pr-format-indent is done."
 
 
 ##################################################################################################################
-echo "[MODULE] plugins-ugly: Plugin group that does not have evaluation and aging test enough"
+echo "[MODULE] plugins-staging: Plugin group that does not have evaluation and aging test enough"
 # Please append your plugin modules here.