+++ /dev/null
-{
- "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"
- }
-}
-
-
# 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
#### 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 #################################
###### 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."
##################################################################################################################
-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.