Integration with Releng 05/2605/1
authorMark Beierl <mark@jemms.net>
Fri, 16 Oct 2015 20:42:10 +0000 (16:42 -0400)
committerMark Beierl <mark@jemms.net>
Fri, 16 Oct 2015 20:42:10 +0000 (16:42 -0400)
Added verify, merge and daily jobs that will be
called automatically by Gerrit/LF Jenkins on
workflow change

Change-Id: I3ae85593b6aeac4a1a7abb51354b9cc6fa1fd813
JIRA: RELENG-41
Signed-off-by: Mark Beierl <mark@jemms.net>
ci/daily.sh [new file with mode: 0755]
ci/merge.sh [new file with mode: 0755]
ci/verify.sh [new file with mode: 0755]

diff --git a/ci/daily.sh b/ci/daily.sh
new file mode 100755 (executable)
index 0000000..06bd986
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+exit 0
diff --git a/ci/merge.sh b/ci/merge.sh
new file mode 100755 (executable)
index 0000000..06bd986
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+exit 0
diff --git a/ci/verify.sh b/ci/verify.sh
new file mode 100755 (executable)
index 0000000..06bd986
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+exit 0