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] 74662: all pass
Date: Wed, 2 May 2018 23:18:50 +0100	[thread overview]
Message-ID: <osstest-74662-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 19f21ed91652d2a5160426ad8ca9219728d85aec
baseline version:
 ovmf                 1df5fb2d83d9eca2d3b4b87fab7a0ec9f288cb6f

Last test of basis    74659  2018-05-02 14:53:04 Z    0 days
Testing same since    74662  2018-05-02 20:48:34 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
  Carsey, Jaben <jaben.carsey@intel.com>
  Jaben Carsey <jaben.carsey@intel.com>
  Ruiyu Ni <ruiyu.ni@intel.com>
  Yunhua Feng <yunhuax.feng@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 19f21ed91652d2a5160426ad8ca9219728d85aec
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Mon Mar 5 11:27:34 2018 +0800

    MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issue
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit a079c5550d84b2e151185f4d4c4d6afaef1dcb64
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 20 23:51:46 2018 +0800

    BaseTools: remove unused MigrationUtilities.py
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit c93356ada99e6f8083a64f99d162b44a2765ce63
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 20 23:51:42 2018 +0800

    BaseTools: remove redundant if comparison
    
    inherently python will check string and list for None and having data
    
    if <x> in [None, ''] and similar are superflous.
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 1beb268a686344d92f42ced656edf46c626e9413
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 27 00:57:57 2018 +0800

    BaseTools: replace string with predefined constant
    
    v2 - add missing namespace.
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 91fa33eeca8cea64490ccf4d92f920369a2a3eed
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 27 00:57:56 2018 +0800

    BaseTools: Replace Binary File type strings with predefined constant
    
    BINARY_FILE_TYPE_FW was 'FW'
    BINARY_FILE_TYPE_GUID was 'GUID'
    BINARY_FILE_TYPE_PREEFORM was 'PREEFORM'
    BINARY_FILE_TYPE_UEFI_APP was 'UEFI_APP'
    BINARY_FILE_TYPE_UNI_UI was 'UNI_UI'
    BINARY_FILE_TYPE_UNI_VER was 'UNI_VER'
    BINARY_FILE_TYPE_LIB was 'LIB'
    BINARY_FILE_TYPE_PE32 was 'PE32'
    BINARY_FILE_TYPE_PIC was 'PIC'
    BINARY_FILE_TYPE_PEI_DEPEX was 'PEI_DEPEX'
    BINARY_FILE_TYPE_DXE_DEPEX was 'DXE_DEPEX'
    BINARY_FILE_TYPE_SMM_DEPEX was 'SMM_DEPEX'
    BINARY_FILE_TYPE_TE was 'TE'
    BINARY_FILE_TYPE_VER was 'VER'
    BINARY_FILE_TYPE_UI was 'UI'
    BINARY_FILE_TYPE_BIN was 'BIN'
    BINARY_FILE_TYPE_FV was 'FV'
    
    v2 - split apart FV and GUID types with different meanings.
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit be409b67566348f75b69e66ef9604b248e053553
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 27 00:57:55 2018 +0800

    BaseTools: Replace PCD type strings with predefined constant
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit eece4292acc8068a3383fc200ac8c66be1156763
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 20 23:51:37 2018 +0800

    BaseTools: DataType - cleanup list constants
    
    remove unused ones
    convert lists used for membership testing to sets
    use shared ones not local ones
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 0c60e60b1800cfd80d9aa8e93b482f812d2414a1
Author: Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Date:   Fri Apr 27 22:04:15 2018 +0800

    BaseTools: Replace EDK Component strings with predefined constant
    
    EDK_COMPONENT_TYPE_LIBRARY was 'LIBRARY'
    EDK_COMPONENT_TYPE_SECURITY_CORE was 'SECURITY_CORE'
    EDK_COMPONENT_TYPE_COMBINED_PEIM_DRIVER was 'COMBINED_PEIM_DRIVER'
    EDK_COMPONENT_TYPE_PIC_PEIM was 'PIC_PEIM'
    EDK_COMPONENT_TYPE_RELOCATABLE_PEIM was 'RELOCATABLE_PEIM'
    EDK_COMPONENT_TYPE_BS_DRIVER was 'BS_DRIVER'
    EDK_COMPONENT_TYPE_RT_DRIVER was 'RT_DRIVER'
    EDK_COMPONENT_TYPE_SAL_RT_DRIVER was 'SAL_RT_DRIVER'
    EDK_COMPONENT_TYPE_APPLICATION was 'APPLICATION'
    
    v2 - revert 2 files.  will update later in own patches.
    v3 - fix v2
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit ee1ca53df6547a3d1339dc905c8ec6df51e00f05
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 20 23:51:35 2018 +0800

    BaseTools: Share a dictionary instead of keeping multiples
    
    Move a dictionary to a shared location and use from there
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 88c6c1b64ca51f67fa9c524f3ab5efcad2e6ba22
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 20 23:51:34 2018 +0800

    BaseTools: Define and use a set for common list
    
    share a set for both PEI module types
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 8bb63e377bf10f5769e1502f8d22579fdd40c701
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 27 00:57:53 2018 +0800

    BaseTools: replace string constants used for module types
    
    replace raw strings in the code (note: except UPT) with constants.
    SUP_MODULE_BASE was 'BASE'
    SUP_MODULE_SEC was 'SEC'
    SUP_MODULE_PEI_CORE was 'PEI_CORE'
    SUP_MODULE_PEIM was 'PEIM'
    SUP_MODULE_DXE_CORE was 'DXE_CORE'
    SUP_MODULE_DXE_DRIVER was 'DXE_DRIVER'
    SUP_MODULE_DXE_RUNTIME_DRIVER was 'DXE_RUNTIME_DRIVER'
    SUP_MODULE_DXE_SAL_DRIVER was 'DXE_SAL_DRIVER'
    SUP_MODULE_DXE_SMM_DRIVER was 'DXE_SMM_DRIVER'
    SUP_MODULE_UEFI_DRIVER was 'UEFI_DRIVER'
    SUP_MODULE_UEFI_APPLICATION was 'UEFI_APPLICATION'
    SUP_MODULE_USER_DEFINED was 'USER_DEFINED'
    SUP_MODULE_SMM_CORE was 'SMM_CORE'
    SUP_MODULE_MM_STANDALONE was 'MM_STANDALONE'
    SUP_MODULE_MM_CORE_STANDALONE was 'MM_CORE_STANDALONE'
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 50874612be60df3752327fb488799074826b759e
Author: Carsey, Jaben <jaben.carsey@intel.com>
Date:   Fri Apr 27 22:04:14 2018 +0800

    BaseTools: Workspace/MetaFileParser - refactor dicts
    
    make defaultdict to avoid initialize inner items
    to empty the dict, call clear instead of making a new object
    
    v2 - to empty the dict, dont re-run constructor, just call .clear()
    in post process API also.
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit a802b269061cf83c17b74dc166cf21efe25f938f
Author: Yunhua Feng <yunhuax.feng@intel.com>
Date:   Fri Apr 27 09:15:56 2018 +0800

    BaseTools: Fix regression bug by 3378782691af
    
    Fix regression bug by 3378782691af
    
    Fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=941
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

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

                 reply	other threads:[~2018-05-02 22:18 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-74662-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.