summaryrefslogtreecommitdiffstats
path: root/src/usr/errl
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-06-14 12:10:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-19 10:25:29 -0400
commit1c7adb18802816bad22f5a405c03e6b2f7a1fdce (patch)
tree82a1b930e8fba03aa942d4a58f9f4da840986f5f /src/usr/errl
parenta6f303a2c50fbcfc5b2e62c7d27df1ab306eba15 (diff)
downloadtalos-hostboot-1c7adb18802816bad22f5a405c03e6b2f7a1fdce.tar.gz
talos-hostboot-1c7adb18802816bad22f5a405c03e6b2f7a1fdce.zip
HB CI should not fail with committed RECOVERED error log
Change-Id: I78fcc3e47359e013987c3e863ccd9b9dab92ae95 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41836 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl')
-rw-r--r--src/usr/errl/errlmanager.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/errl/errlmanager.C b/src/usr/errl/errlmanager.C
index d693d7a82..15e30ec36 100644
--- a/src/usr/errl/errlmanager.C
+++ b/src/usr/errl/errlmanager.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -693,7 +693,8 @@ void ErrlManager::commitErrLog(errlHndl_t& io_err, compId_t i_committerComp )
TRACFCOMP(g_trac_errl, "commitErrLog() called by %.4X for eid=%.8x, Reasoncode=%.4X",
i_committerComp, io_err->eid(), io_err->reasonCode() );
- if (io_err->sev() != ERRORLOG::ERRL_SEV_INFORMATIONAL)
+ if ( (io_err->sev() != ERRORLOG::ERRL_SEV_INFORMATIONAL) &&
+ (io_err->sev() != ERRORLOG::ERRL_SEV_RECOVERED) )
{
iv_nonInfoCommitted = true;
lwsync();
OpenPOWER on IntegriCloud