summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2017-03-08 15:23:25 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-03-09 11:13:37 -0500
commitc70e7f7817bba97fc5d5661f63ab2b5587855417 (patch)
treedf0a5ef08a19719f2883d6b8ff2d9d3b5e9d5601 /src
parent7016f6416949e8e59a67ef68dc47704029897869 (diff)
downloadtalos-hostboot-c70e7f7817bba97fc5d5661f63ab2b5587855417.tar.gz
talos-hostboot-c70e7f7817bba97fc5d5661f63ab2b5587855417.zip
Adding hardware to fspCI command for the release tool (Take 2)
Change-Id: Ib7edebae62238e4673092d98a6c9c3ff8cc2d940 RTC:170870 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37692 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Tested-by: Jenkins OP Build CI <op-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> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/citest/auto-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/citest/auto-release b/src/build/citest/auto-release
index 13f1031cb..f4666c34b 100755
--- a/src/build/citest/auto-release
+++ b/src/build/citest/auto-release
@@ -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