Skip to content

Commit

Permalink
Adding hardware to fspCI command for the release tool (Take 2)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
e-liner authored and wghoffa committed Mar 9, 2017
1 parent 7016f64 commit c70e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/citest/auto-release
Expand Up @@ -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
Expand Down

0 comments on commit c70e7f7

Please sign in to comment.