summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Veer <sveer@us.ibm.com>2018-04-12 13:11:52 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-04-13 16:21:58 -0400
commit15777e178a40228e43bb981942ef0661956e08f8 (patch)
treedbe0fa0369b084e8a653c7bc9d4236a32333fef7
parent78f675d4399ec5b2442f25bd750e99390725f921 (diff)
downloadtalos-hostboot-15777e178a40228e43bb981942ef0661956e08f8.tar.gz
talos-hostboot-15777e178a40228e43bb981942ef0661956e08f8.zip
Updated fsp-CI-jenkins call to control which fspCI hw to use
Change-Id: Ic9a8ce0df357876d58a3d2f5b35b32215166d290 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57126 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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>
-rwxr-xr-xsrc/build/citest/auto-release6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/build/citest/auto-release b/src/build/citest/auto-release
index 77cd9de6b..e0fb763cf 100755
--- a/src/build/citest/auto-release
+++ b/src/build/citest/auto-release
@@ -419,7 +419,11 @@ function run_fsp_ci {
((retries--))
# Call fsp-CI without force; omitting force allows fsp-CI to kill duplicate jobs
- OUTPUT="$(fsp-CI-jenkins -r $FIPS_RELEASE -t $FEATURE --test_on_hardware=1)"
+ # HDW_MC_LIST is passed by the Jenkins job - this allows to control which HDW machine(s) to use
+ # for e.g. HDW_MC_LIST can be passed as ' -hdw_machine_list="fleetwood_1, zep_2s4u, zz_2s4u" '
+ # If HDW_MC_LIST not supplied, it defaults to zep and zz -no fleetwood.
+
+ OUTPUT="$(fsp-CI-jenkins -r $FIPS_RELEASE -t $FEATURE --test_on_hardware=1 $HDW_MC_LIST)"
# Check if fsp-CI-jenkins failed to start
if [ $? -eq 0 ]; then
OpenPOWER on IntegriCloud