aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Zetik <radekx.zetik@intel.com>2015-12-14 09:06:26 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-12-15 15:09:36 +0000
commit0fd47566a26ad5170309f75640170fa8b9e81d94 (patch)
tree0823603ee1e5edce49e412fe3f8165c09c80cda1
parent88c209da88d6187c0687bcb18753e2af293b2e40 (diff)
CI: Create simple Hello world build-vsperf.sh
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>
-rwxr-xr-xci/build-vsperf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh
new file mode 100755
index 00000000..46c0d0e9
--- /dev/null
+++ b/ci/build-vsperf.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello world"