Sure, I will update the commit message. ________________________________ From: Kinney, Michael D Sent: Thursday, April 27, 2023 8:52:40 AM To: Guo, Gua ; devel@edk2.groups.io Cc: Sean Brogan ; Michael Kubacki ; Oliver Steffen ; fernald, chris ; Kinney, Michael D Subject: RE: [PATCH v2 2/2] .azurepipelines: Choose container that have installed lcov Hi Gua, It is hard to review this type of patch without more context. Can you provide a link to the PR or branch where the docker image was updated? That information should be part of the commit message. Thanks, Mike > -----Original Message----- > From: Guo, Gua > Sent: Wednesday, April 26, 2023 5:34 PM > To: devel@edk2.groups.io > Cc: Guo, Gua ; Kinney, Michael D > ; Sean Brogan ; > Michael Kubacki ; Oliver Steffen > ; fernald, chris > Subject: [PATCH v2 2/2] .azurepipelines: Choose container that have installed > lcov > > From: Gua Guo > > Azure should install code coverage tool (lcov), it didn't > exist on Fedora and Ubuntu by default. > > Cc: Michael D Kinney > Cc: Sean Brogan > Cc: Michael Kubacki > Cc: Oliver Steffen > Cc: Chris Fernald > Signed-off-by: Gua Guo > --- > .azurepipelines/templates/defaults.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.azurepipelines/templates/defaults.yml > b/.azurepipelines/templates/defaults.yml > index 74d6b41783..8412a43cad 100644 > --- a/.azurepipelines/templates/defaults.yml > +++ b/.azurepipelines/templates/defaults.yml > @@ -9,4 +9,4 @@ > > > variables: > > default_python_version: ">=3.10.6" > > - default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:47addc9" > > + default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:3b3eb8f" > > -- > 2.39.2.windows.1