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.22810.1669838472947985746 for ; Wed, 30 Nov 2022 12:01:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=LowMYuL2; 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=1669838472; 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=8zwLvnNUvU1kTn8d8OuD5RK17Mn/29+TD6FkfxmE3VE=; b=LowMYuL242/OyFV6RfkR8/EvEdJg6yxK8awdo3rbdKwTPsmKsB3C5ILIIXSKRT9aNKMnce ZcP+VKFOy4x+5mMgF3U5aJlbYSLZsIC7C3vS+lsg6uE2I2xp1mTX0c5veAjjXLcHsSieUF CrZcwixzeqUoZNjMPWii1cIRLdJW9OM= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-351-Zk_lhhAIP32i6w8jQhIbQA-1; Wed, 30 Nov 2022 15:01:10 -0500 X-MC-Unique: Zk_lhhAIP32i6w8jQhIbQA-1 Received: by mail-lf1-f71.google.com with SMTP id y26-20020a0565123f1a00b004b4b8aabd0cso6946084lfa.16 for ; Wed, 30 Nov 2022 12:01:09 -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=8zwLvnNUvU1kTn8d8OuD5RK17Mn/29+TD6FkfxmE3VE=; b=b7AGe5ko7Kt+XnAQtKj6Q4GyW+/xcpOmxaCFxesM0eR3YNM6glYTz8HnYmtEor7IDh u36Kg6e2HfJwtvht30RaCfX3wdXpsaYuNZYjy58kbTAgkpV2aNkcdYPpL0JlsOU7Xej+ v8LkWsuYqTspSTCdvTA6qbKY8brBXWI+0Cc97WUXDrAZBchhrNzYVX6e11tC7WuLLk4F u9USY+Sq5J/yRnerCSRl1vX4E+RzXtTQmWWePwIWJgCVKwNCH7tZ+RmqsfBBy/Q3cdAt v+FEheOta+6aOmaBvgNG/FRKfzBPdnluoc+Rnn3JYEp1ENX7Wz0b4o/zyGp4FCpna8Eg qjmg== X-Gm-Message-State: ANoB5pkYhrMbE/xnUlYX9JRvJG4s8d2wSm87ksf0yOIE4STRppj4eadu dkjYchuUA+PPiS91I1cSP+2RqOn+x/BrzUDtuyI9ynpuDyrvMxJ0oxnyPliIfTrduqMMoqtNqIT M90+/IQgu4itPOtrRLt8YpI1Bzn8I4Q== X-Received: by 2002:a05:651c:114b:b0:26d:fba9:984c with SMTP id h11-20020a05651c114b00b0026dfba9984cmr20002942ljo.438.1669838468241; Wed, 30 Nov 2022 12:01:08 -0800 (PST) X-Google-Smtp-Source: AA0mqf5B01h8ARZjIcS28ThoRkbnW4p8IwSAodMenC1sJRPzDwTMFG9TBehsdAY3lWrwhL2A76x5D3+uz9ipU0xfoxU= X-Received: by 2002:a05:651c:114b:b0:26d:fba9:984c with SMTP id h11-20020a05651c114b00b0026dfba9984cmr20002930ljo.438.1669838468057; Wed, 30 Nov 2022 12:01:08 -0800 (PST) Received: from 567203818698 named unknown by gmailapi.google.com with HTTPREST; Wed, 30 Nov 2022 12:01:07 -0800 From: "Oliver Steffen" X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221130200037.1098765-1-osteffen@redhat.com> References: <20221130200037.1098765-1-osteffen@redhat.com> MIME-Version: 1.0 Date: Wed, 30 Nov 2022 12:01:07 -0800 Message-ID: Subject: [PATCH v8 03/12] EmulatorPkg: CI: use Python version from defaults template 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 default Python version from the defaults template (.azurepipelines/templates/defaults.yml) in the Windows CI jobs. Previous changes to the CI job templates make it necessary to specify a version number, if Python shall be pulled at CI runtime. The Linux CI jobs will use Python from the container image, so these changes are for Windows only. Signed-off-by: Oliver Steffen --- EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index e7ead06ae266..09960e7c7a6e 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -16,6 +16,9 @@ pr: - master - stable/* +variables: + - template: ../../../.azurepipelines/templates/defaults.yml + jobs: - job: Platform_CI variables: @@ -128,3 +131,4 @@ jobs: build_file: $(Build.File) build_flags: $(Build.Flags) run_flags: $(Run.Flags) + usePythonVersion: ${{ variables.default_python_version }} -- 2.38.1