From: Radek Zetik Date: Mon, 14 Dec 2015 09:06:26 +0000 (+0000) Subject: CI: Create simple Hello world build-vsperf.sh X-Git-Tag: brahmaputra.1.0~41 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0fd47566a26ad5170309f75640170fa8b9e81d94;p=vswitchperf.git 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 Reviewed-by: Maryam Tahhan Reviewed-by: Brian Castelli --- 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"