From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mx.groups.io with SMTP id smtpd.web09.150.1646784887931588938 for ; Tue, 08 Mar 2022 16:14:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=UHlYda0X; spf=pass (domain: gmail.com, ip: 209.85.210.176, mailfrom: kenlautner3@gmail.com) Received: by mail-pf1-f176.google.com with SMTP id s42so840431pfg.0 for ; Tue, 08 Mar 2022 16:14:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9Ai12AMZT9El8zRUJbZdkX+BvjC9H54qt1U4n+dPzmI=; b=UHlYda0XdKaUIAA1o4GZ+XpvQW1eRPIIwtFSJvD1wqESh7R3bf6/iMmti66s+yGH/3 5n/AKxSH5LVF4PFk2WtE90p8c7bQ1+HZEh6ZTgIxQbM/IbLVED0jSDNmYd06SQm9Gh7C w3Df54L/m44aeSEv5rUUA7FHIvQqhmWkfiJhGCJSmRAujNwQieiq7NzM4A5AyajJ5+Yl txmPD2hED3CN5QDhuhhrINUiKct4ddfstHLTmXZ2bXEuqOXzoiK68+BaN0X+BClyxPUY ldJnw5r+RIQfml6AO9qQmPiCrh4XiPoH3A+panmU+5L6qL1VtbRaVFM3DjoVJDQWuegt cYZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9Ai12AMZT9El8zRUJbZdkX+BvjC9H54qt1U4n+dPzmI=; b=jgbNTYk8bkJFjqa0rQVduXz7UVAQGLJ2kslo3RD6SiRXkPfieU6GXfhzEiGIk4aNRO 9v1yankoSd4nEOggjMzAn2Z1HnhsC32dhucMlbNAJM4ISFoJo6mrPNEAp591OWJhDQZT Tj5DBX/4Tamn1Ztl+3pzUQhXMDzj9vVMaQQ7uafYbzQB/OPdvujH6uw57MshMh19vO6m uuYyYPp2u449r57V1Q+aAiFjAjYU7DhyTV7BFHBfvh2gWkIuPzBm0HAvSzRlYCk8A+DS fSt/dj+dUJ5UAlTTN9u6aTcAJojzyGckW9PRq+0HbsV6J60GZKzxr82OWu6g0qrTEffj dLuw== X-Gm-Message-State: AOAM531L4DayYg6JwJ67zJNT7MNpZEJJE8OZr4YgRPr8V26+Mv4aQn7L OlR8R1OHI6hyCJACMJ6kys31unI8bkI= X-Google-Smtp-Source: ABdhPJyOk9sGtL8/VTiCsjje6wIxxSRJsLyBI2uU01l7eNQkHeg8UXNTjRmzGgjUhcmHXF9KWcHQMw== X-Received: by 2002:a62:1481:0:b0:4f6:38c0:ed08 with SMTP id 123-20020a621481000000b004f638c0ed08mr21097392pfu.86.1646784887086; Tue, 08 Mar 2022 16:14:47 -0800 (PST) Return-Path: Received: from localhost.localdomain ([12.157.155.61]) by smtp.gmail.com with ESMTPSA id f7-20020a056a0022c700b004e11d3d0459sm241672pfj.65.2022.03.08.16.14.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Mar 2022 16:14:46 -0800 (PST) From: "Kenneth Lautner" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v5 2/2] .azurepipelines: Updated python versions Date: Tue, 8 Mar 2022 16:14:32 -0800 Message-Id: <20220309001432.4710-3-kenlautner3@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20220309001432.4710-1-kenlautner3@gmail.com> References: <20220309001432.4710-1-kenlautner3@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Ken Lautner Updated .azurepipelines to use newest python version Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Kenneth Lautner Reviewed-by: Sean Brogan --- .azurepipelines/Ubuntu-PatchCheck.yml | 2 +- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- .azurepipelines/templates/pr-gate-steps.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu= -PatchCheck.yml index 4de453bf9db8..d1b214f3a909 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -27,7 +27,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: '3.7.x'=0D + versionSpec: '3.10.x'=0D architecture: 'x64'=0D =0D - script: |=0D diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azur= epipelines/templates/platform-build-run-steps.yml index 97e7faa26682..8b3112935867 100644 --- a/.azurepipelines/templates/platform-build-run-steps.yml +++ b/.azurepipelines/templates/platform-build-run-steps.yml @@ -42,7 +42,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: "3.8.x"=0D + versionSpec: "3.10.x"=0D architecture: "x64"=0D =0D - script: pip install -r pip-requirements.txt --upgrade=0D diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/= templates/pr-gate-steps.yml index 70c19a462194..754fecd2ecdf 100644 --- a/.azurepipelines/templates/pr-gate-steps.yml +++ b/.azurepipelines/templates/pr-gate-steps.yml @@ -20,7 +20,7 @@ steps: =0D - task: UsePythonVersion@0=0D inputs:=0D - versionSpec: '3.8.x'=0D + versionSpec: '3.10.x'=0D architecture: 'x64'=0D =0D - script: pip install -r pip-requirements.txt --upgrade=0D --=20 2.31.1.windows.1