[CI Fix] Temporarily Disable App Test
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Sat, 19 Jan 2019 07:11:18 +0000 (16:11 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Mon, 21 Jan 2019 11:08:12 +0000 (20:08 +0900)
With recent updates on app test and build script,
we no longer have example applications in nnstreamer.git
It should be migrated to nnstreamer-example.git

We should build nnstreamer-example.git for app test, not
example directory in nnstreamer.git

This is an emergency fix for #1047

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.TAOS-CI/taos/config/config-plugins-audit.sh

index 786db4c..21b9660 100644 (file)
@@ -61,9 +61,10 @@ echo "[MODULE] plugins-staging: Plugin group that does not have evaluation and a
 # $module_name
 # echo "[DEBUG] $module_name is done."
 
-audit_plugins[++idx]="pr-audit-nnstreamer-ubuntu-apptest"
-echo "[DEBUG] TAOS/${audit_plugins[idx]}: Check nnstreamer sample app"
-echo "[DEBUG] ${audit_plugins[idx]} is started."
-echo "[DEBUG] Current path: $(pwd)."
-source ${REFERENCE_REPOSITORY}/ci/taos/plugins-staging/${audit_plugins[idx]}.sh
+#audit_plugins[++idx]="pr-audit-nnstreamer-ubuntu-apptest"
+# @todo Fixme. AppTest with Meson!
+#echo "[DEBUG] TAOS/${audit_plugins[idx]}: Check nnstreamer sample app"
+#echo "[DEBUG] ${audit_plugins[idx]} is started."
+#echo "[DEBUG] Current path: $(pwd)."
+#source ${REFERENCE_REPOSITORY}/ci/taos/plugins-staging/${audit_plugins[idx]}.sh