CI: Create simple Hello world build-vsperf.sh 83/4583/3
authorRadek Zetik <radekx.zetik@intel.com>
Mon, 14 Dec 2015 09:06:26 +0000 (09:06 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 15 Dec 2015 15:09:36 +0000 (15:09 +0000)
Create a ci directory and create a simple
"echo Hello world" in a shell script called
build-vsperf.sh.
The file will be used as a placeholder for OPNFV Jenkins
vsperf-daily-master job.

JIRA: VSPERF-157

Change-Id: Ibe5ca31f8776fcf4ba6b1e353383a03566617350
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
ci/build-vsperf.sh [new file with mode: 0755]

diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh
new file mode 100755 (executable)
index 0000000..46c0d0e
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello world"