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.133.124]) by mx.groups.io with SMTP id smtpd.web10.26222.1669845702037051731 for ; Wed, 30 Nov 2022 14:01:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=GKT+opAw; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669845700; 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=GKT+opAwfJelvv/oFzSt+qGmTN3tkibnClpAqtuVG22ZiZnkRGZeUnzyaMuJIAdvRcyjJX bMOgTZKsuECrjco0y18f/9z1KSDQfuD35ZlEv7xjqkk86yG3bZJyS/TnszH2NGCy/aLzRJ YxvIefOkyWT6eBbgMeCBPYQUQYdcv94= 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-84-o6gqhSWvMS6EAldpZIO5Ag-1; Wed, 30 Nov 2022 17:01:39 -0500 X-MC-Unique: o6gqhSWvMS6EAldpZIO5Ag-1 Received: by mail-lf1-f71.google.com with SMTP id be20-20020a056512251400b004aa9aadf60cso7077098lfb.20 for ; Wed, 30 Nov 2022 14:01:39 -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=kra2j3raBxjs/ThxFTrHaief5yVwUZdVcUcCrtu5vj0BKxhpJ/9AO64bQvWpVzLyP4 DEXysftAT3EqekoEyJOtcxHAfgV4u6PvwlWbampTbDWiYlkZKluV9XLPip48/DdIugI4 jRs6XzIobS+xyX4ook9uJk4FR1aumbfujPnfX8sxdMbINwlrUeLrGqHdKbmfswR3iTiH j62DbrOjYPaX5CNvgHd2U7PL6d4d5e9BmnRxgwr+zxjV63/i+2a33jLr3bWN58/DAdLR L05+VE2Xnd68ErIHBh4UKVu0cww7Vb9bMC3v+djpezFEYnCfzBVmWpaq43CzCN0yB7Ox davg== X-Gm-Message-State: ANoB5pkbPD4PCAiM3CmX/9FVHcnLmLImFsvEPwhNu11QGCXrccTp9Uxs NCa17Ok8IOCOn30+MCz1pJ72cycxdCWq+4eRVAuCB5zPYI2saDmHOFHcVitifdqvGHD9+NOWXlo C//zSX7t9SJuK3HmzKgRlTJeXdz5BKw== X-Received: by 2002:a19:5e49:0:b0:4a2:459e:a92d with SMTP id z9-20020a195e49000000b004a2459ea92dmr19674659lfi.400.1669845697395; Wed, 30 Nov 2022 14:01:37 -0800 (PST) X-Google-Smtp-Source: AA0mqf6BSIApMTPCHFd33YBppShLQIz4e0kKY/tHdbPBKgfqSsxZzn72+P9f7o4zuQL/x6mGdsoLbojj/b4shACAPIo= X-Received: by 2002:a19:5e49:0:b0:4a2:459e:a92d with SMTP id z9-20020a195e49000000b004a2459ea92dmr19674653lfi.400.1669845697206; Wed, 30 Nov 2022 14:01:37 -0800 (PST) Received: from 567203818698 named unknown by gmailapi.google.com with HTTPREST; Wed, 30 Nov 2022 14:01:36 -0800 From: "Oliver Steffen" X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221130220125.1112760-1-osteffen@redhat.com> References: <20221130220125.1112760-1-osteffen@redhat.com> MIME-Version: 1.0 Date: Wed, 30 Nov 2022 14:01:36 -0800 Message-ID: Subject: [PATCH v9 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