From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.56265.1669926517814184976 for ; Thu, 01 Dec 2022 12:28:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=b3NH+IM3; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669926517; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c0feGxO3TVMHbmOCBimyFArfJHRtqkSXWmr0CpZRKiM=; b=b3NH+IM3x28OY+/+jtx7hP8K2YJqZAc1nRVL2zx9n68YIeLDOWyoBwqm0Q5M7SD5z2NKiZ 8mg5s4KdsLQBYKBtIG6ri4Dlgyx7CySKJMhNZfBml3ZaJrqeeORhSQzOa1+cjCZplDYgfv 1JA9kzNfMxZb8hDirKjXCp322ovY89s= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-511-eWkNkVWkMRmTbasUZLUO6w-1; Thu, 01 Dec 2022 15:28:36 -0500 X-MC-Unique: eWkNkVWkMRmTbasUZLUO6w-1 Received: by mail-lf1-f70.google.com with SMTP id l7-20020a19c207000000b004a471b5cbabso1217598lfc.18 for ; Thu, 01 Dec 2022 12:28:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=c0feGxO3TVMHbmOCBimyFArfJHRtqkSXWmr0CpZRKiM=; b=t1mY81BwcCtTPJ4jqCmL8Eg2IKpcECgmvfnel0L5Dznz6dXRQwU5y7w6y+IvIl5rIT RSiG8s37kf2yDEAC0jm4c9MaBsE/6vi3BgJgdcqGa49bjU4TTr9ytAo2cCLT9SzmIP7+ 0RTvyovEa4+1n+w95BxQIXjJNX6+JlEW/Q64Ey7GYt/qkiG2IfWrOecqhuhjLIPSuUh6 XrMl4g/BGhqxFTPbeos+dU6jTHr358/JAEZb/r58ud2kJfE9rXW1O7FXl3h/slFmo6xv tWYQAjilGF/oMyVaUUKLLyY41DtOfGt6jIWAhcaNaFX9zRW2nSMbpLVtD+lLOOv6j1Ix CoqQ== X-Gm-Message-State: ANoB5pnLCgwAlSzTGXX3MBvytbc4v3CZf2bRUgJFpbPnxYoPG2bR01lN SpmXNLlf3a1URzdq3xg9joRSyHF2M+nUwRt9hVOPjbLELhsj9CeUjLzzETByneM2D6GmWq6AwHh CYoURKWVkwEfzmAG1AeMxnIlFwo88WQ== X-Received: by 2002:a05:651c:238d:b0:279:aa68:cbd6 with SMTP id bk13-20020a05651c238d00b00279aa68cbd6mr5791576ljb.425.1669926514000; Thu, 01 Dec 2022 12:28:34 -0800 (PST) X-Google-Smtp-Source: AA0mqf4/Z8tHtwtifGXfL7dIk6eN4vwsX3GbtYQDpKZ+kAed/qbCCT4RlLUcN8PMevkKUktqp5GvEFooJ+hxElrXErI= X-Received: by 2002:a05:651c:238d:b0:279:aa68:cbd6 with SMTP id bk13-20020a05651c238d00b00279aa68cbd6mr5791566ljb.425.1669926513865; Thu, 01 Dec 2022 12:28:33 -0800 (PST) Received: from 567203818698 named unknown by gmailapi.google.com with HTTPREST; Thu, 1 Dec 2022 12:28:33 -0800 From: "Oliver Steffen" X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221201202810.109662-1-osteffen@redhat.com> References: <20221201202810.109662-1-osteffen@redhat.com> MIME-Version: 1.0 Date: Thu, 1 Dec 2022 12:28:33 -0800 Message-ID: Subject: [PATCH v10 16/17] CI: use ubuntu-22.04 image (Linux only) To: 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 , Michael Kubacki , Ray Ni , Sami Mujawar , Sean Brogan , Sunil V L , Yuwei Chen , Zhiguang Liu , Pawel Polawski , Chris Fernald , Oliver Steffen X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 -- 2.38.1