aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-skipmaster.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-29 11:31:06 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-29 11:31:32 +0200
commit47e67bd0fc909dcd6021d168caea9ff0a2d43a67 (patch)
treef9d7529b84de3e483b340eff52d836a6211d09a9 /jjb/common/include-agl-skipmaster.sh
parent8fa95065c155b79e6a4bbcd2d74b51f764055024 (diff)
Prepare CI on master for new framework integration
During the last workshop the transition to the new framework was presented. This change essentially deprecates the SMACK-based application framework. To prepare the integration of it, we remove the deprecated components: - skip application framework related tests on master branch Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ia75c40674f9233a351796107f70521b017a5ced9
Diffstat (limited to 'jjb/common/include-agl-skipmaster.sh')
-rw-r--r--jjb/common/include-agl-skipmaster.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/common/include-agl-skipmaster.sh b/jjb/common/include-agl-skipmaster.sh
new file mode 100644
index 00000000..107a961a
--- /dev/null
+++ b/jjb/common/include-agl-skipmaster.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# Do not execute on master branch (new appfw)
+if test x"master" = x"${GERRIT_BRANCH}" ; then
+exit 0
+fi