summaryrefslogtreecommitdiffstats
path: root/src/build/citest
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2017-02-21 15:41:28 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-23 11:07:26 -0500
commitea45f786fc6876fc2837109627f0e25ebb43a1b7 (patch)
treef5551b9a29fa24be48403671ae53e355f1f4fdcc /src/build/citest
parent0b78736a962816dce4c341b218fe7b6b17673d89 (diff)
downloadtalos-hostboot-ea45f786fc6876fc2837109627f0e25ebb43a1b7.tar.gz
talos-hostboot-ea45f786fc6876fc2837109627f0e25ebb43a1b7.zip
Adding hardware to fspCI command for the release tool
Change-Id: I5bba63de13349bf889b8687bbd6573f72b9f3a21 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36817 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/citest')
-rwxr-xr-xsrc/build/citest/auto-release4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/citest/auto-release b/src/build/citest/auto-release
index 9cbac262e..f4666c34b 100755
--- a/src/build/citest/auto-release
+++ b/src/build/citest/auto-release
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -150,7 +150,7 @@ function run_fsp_ci {
while true;
do
((retries--))
- OUTPUT="$(fsp-CI-jenkins -r $FIPS_RELEASE -t $FEATURE --force)";
+ OUTPUT="$(fsp-CI-jenkins -r $FIPS_RELEASE -t $FEATURE --test_on_hardware=1 --force)";
# Check if fsp-CI-jenkins failed to start
if [ $? -eq 0 ]; then
OpenPOWER on IntegriCloud