From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.56727.1669927458673940481 for ; Thu, 01 Dec 2022 12:44:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=bX/ypVOG; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 505DA20B83C2; Thu, 1 Dec 2022 12:44:16 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 505DA20B83C2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1669927458; bh=4s6TA47OdwdKve9fs56SVVFtYbudEkxtL5h0kdBLZm0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=bX/ypVOGm/2w2msQUrbMvxZL6vmlgDFjO1tGUHFiOBZgS5aXT6VL8oJzWapsEbpy3 IxlYgds8bw6TW6Dovma4BjgkFKsDtKrdxzoyi7yZtNeN2wzp+Nm/Bsnd6e7nJkndIh BLRj41JuSd96W/eozig3uiZfCGSBKRGTcwogkNh0= Message-ID: Date: Thu, 1 Dec 2022 15:44:15 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [PATCH v10 16/17] CI: use ubuntu-22.04 image (Linux only) To: Oliver Steffen , devel@edk2.groups.io Cc: Andrew Fish , Ard Biesheuvel , Bob Feng , Daniel Schaefer , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Leif Lindholm , Liming Gao , Michael D Kinney , Ray Ni , Sami Mujawar , Sean Brogan , Sunil V L , Yuwei Chen , Zhiguang Liu , Pawel Polawski , Chris Fernald References: <20221201202810.109662-1-osteffen@redhat.com> From: "Michael Kubacki" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Michael Kubacki On 12/1/2022 3:28 PM, Oliver Steffen wrote: > Use the same vm_image as the other Linux CIs in > ArmVirtPkg, EmulatorPkg, and OvmfPkg. > Switch over to ubuntu-22.04 form ubuntu-latest. > > Signed-off-by: Oliver Steffen > --- > .azurepipelines/Ubuntu-GCC5.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml > index ca23b684e222..48844b7dad3a 100644 > --- a/.azurepipelines/Ubuntu-GCC5.yml > +++ b/.azurepipelines/Ubuntu-GCC5.yml > @@ -17,7 +17,7 @@ jobs: > - template: templates/pr-gate-build-job.yml > parameters: > tool_chain_tag: 'GCC5' > - vm_image: 'ubuntu-latest' > + vm_image: 'ubuntu-22.04' > container: 'ghcr.io/tianocore/containers/fedora-35-build:2113a0e' > arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64" > usePythonVersion: '' # use Python from the container image