All of lore.kernel.org
 help / color / mirror / Atom feed
From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xenproject.org, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 74839: all pass
Date: Sun, 10 Jun 2018 23:34:00 +0100	[thread overview]
Message-ID: <osstest-74839-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

flight 74839 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/74839/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 eb5943134630292db2c14346b5d94eab0b72314f
baseline version:
 ovmf                 d78675d1956aaae05d5db872eddd4119a01d0ecb

Last test of basis    74836  2018-06-09 13:00:09 Z    1 days
Testing same since    74839  2018-06-10 07:54:36 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@linaro.org>
  Kinney, Michael D <michael.d.kinney@intel.com>
  Michael D Kinney <michael.d.kinney@intel.com>
  Ruiyu Ni <ruiyu.ni@intel.com>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit eb5943134630292db2c14346b5d94eab0b72314f
Author: Kinney, Michael D <michael.d.kinney@intel.com>
Date:   Thu Mar 29 08:35:07 2018 -0700

    SignedCapsulePkg/SystemFirmwareUpdateDxe: Use progress API
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=801
    
    Use PlatformFlashWriteWithProgress() instead of PlatformFLashWrite()
    so the user can be informed of the progress as a capsule is used
    to update a firmware image in a firmware device.
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit 574761065744238440d2baf426d2ccc5912db13a
Author: Kinney, Michael D <michael.d.kinney@intel.com>
Date:   Thu Feb 15 14:02:06 2018 -0800

    MdeModulePkg/DxeCapsuleLibFmp: Add progress bar support
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=801
    
    Based on content from the following branch/commits:
    https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport
    
    * Change Update_Image_Progress() to UpdateImageProcess()
    * Call DisplayUpdateProgressLib from UpdateImageProgress().
    * Split out a boot service and runtime version of
      UpdateImageProgress() so the DisplayUpdateProgressLib is
      not used at runtime.
    * If gEdkiiFirmwareManagementProgressProtocolGuid is present,
      then use its progress bar color and watchdog timer value.
    * If gEdkiiFirmwareManagementProgressProtocolGuid is not present,
      then use default progress bar color and 5 min watchdog timer.
    * Remove Print() calls during capsule processing.  Instead,
      the DisplayUpdateProgressLib is used to inform the user
      of progress during a capsule update.
    
    Cc: Star Zeng <star.zeng@intel.com>
    Cc: Eric Dong <eric.dong@intel.com>
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Sean Brogan <sean.brogan@microsoft.com>
    Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit f3100a1a2f575e1a0ce4744cb2722e780135b1cf
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue May 29 18:12:51 2018 +0800

    MdeModulePkg/Ata/AtaAtapiPassThru: Enable/disable DEVSLP per policy
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
    Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit 06766c0e19092eed5563caeb94576f0d4ac65fd1
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue May 29 13:08:21 2018 +0800

    MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policy
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
    Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

commit f87a1e4158994b4d16ae09ea0bc41831292dc94c
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue May 29 13:07:32 2018 +0800

    MdeModulePkg: Add AtaAtapiPolicy protocol definition
    
    The patch adds AtaAtapiPolicy protocol which is produced by platform
    and consumed by AtaAtapiPassThruDxe driver.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit 8d3c4b552f81ff7aafbe50e555032a83aef1b0d8
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue May 29 10:51:25 2018 +0800

    MdeModulePkg/AtaAtapiPassThru: Spin up Power up in Standby devices
    
    The patch adds support to certain devices that support PUIS (Power
    up in Standby).
    For those devices that supports SET_FEATURE spin up, SW needs to
    send SET_FEATURE subcommand to spin up the devices.
    For those devices that doesn't support SET_FEATURE spin up, SW needs
    to send read sectors command to spin up the devices.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
    Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

                 reply	other threads:[~2018-06-10 22:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-74839-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.