diff options
author | Sameer Veer <sveer@us.ibm.com> | 2018-04-20 08:17:59 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-04-20 15:48:03 -0400 |
commit | 695bed5ed487505709914e9c1cffc346f83535eb (patch) | |
tree | 566b1820cded227cbd978d707de9bd8ff5dbe686 /src/build | |
parent | 71b89fad03c1927b55ae0fa778db0ff7f3d7b937 (diff) | |
download | talos-hostboot-695bed5ed487505709914e9c1cffc346f83535eb.tar.gz talos-hostboot-695bed5ed487505709914e9c1cffc346f83535eb.zip |
Print OUTPUT from fsp-CI-Jenkins cmd - to chk which hw was used by fspCI
Change-Id: Ie9a86e02d223edd81ec9b9baf5322d8a154499ba
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57544
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-x | src/build/citest/auto-release | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/citest/auto-release b/src/build/citest/auto-release index e0fb763cf..147d62848 100755 --- a/src/build/citest/auto-release +++ b/src/build/citest/auto-release @@ -425,6 +425,10 @@ function run_fsp_ci { OUTPUT="$(fsp-CI-jenkins -r $FIPS_RELEASE -t $FEATURE --test_on_hardware=1 $HDW_MC_LIST)" + echo -e ">>> BEGIN Returned output tokens from running \"fsp-CI-jenkins\"\n" + echo -e "\nOUTPUT=>$OUTPUT<=" + echo -e "<<< END Returned output tokens from running \"fsp-CI-jenkins\"\n" + # Check if fsp-CI-jenkins failed to start if [ $? -eq 0 ]; then URL="$(echo $OUTPUT | grep -o "Check status at .*" | sed -e "s/Check status at//")" |