From: "Oliver Steffen" <osteffen@redhat.com>
To: osteffen@redhat.com
Cc: afish@apple.com, ardb+tianocore@kernel.org, bob.c.feng@intel.com,
Bret.Barkelew@microsoft.com, devel@edk2.groups.io,
gaoliming@byosoft.com.cn, jiewen.yao@intel.com,
jordan.l.justen@intel.com, kraxel@redhat.com,
michael.d.kinney@intel.com, quic_llindhol@quicinc.com,
ray.ni@intel.com, sami.mujawar@arm.com,
sean.brogan@microsoft.com, yuwei.chen@intel.com
Subject: [PATCH 1/4] CI: don't force python verison (Linux only)
Date: Tue, 19 Apr 2022 09:34:45 +0200 [thread overview]
Message-ID: <20220419073448.165566-2-osteffen@redhat.com> (raw)
In-Reply-To: <20220419073448.165566-1-osteffen@redhat.com>
Use the Python supplied by the container image.
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
---
.azurepipelines/templates/platform-build-run-steps.yml | 1 +
.azurepipelines/templates/pr-gate-steps.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml
index 97e7faa26682..b0219bc61e67 100644
--- a/.azurepipelines/templates/platform-build-run-steps.yml
+++ b/.azurepipelines/templates/platform-build-run-steps.yml
@@ -44,6 +44,7 @@ steps:
inputs:
versionSpec: "3.8.x"
architecture: "x64"
+ condition: not(eq('${{ parameters.tool_chain_tag }}', 'GCC5'))
- script: pip install -r pip-requirements.txt --upgrade
displayName: 'Install/Upgrade pip modules'
diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml
index 70c19a462194..f5cf5ff0376f 100644
--- a/.azurepipelines/templates/pr-gate-steps.yml
+++ b/.azurepipelines/templates/pr-gate-steps.yml
@@ -22,6 +22,7 @@ steps:
inputs:
versionSpec: '3.8.x'
architecture: 'x64'
+ condition: not(eq('${{ parameters.tool_chain_tag }}', 'GCC5'))
- script: pip install -r pip-requirements.txt --upgrade
displayName: 'Install/Upgrade pip modules'
--
2.35.1
next prev parent reply other threads:[~2022-04-19 7:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-19 7:34 [PATCH 0/4] CI: Use Fedora 35 container for Linux jobs Oliver Steffen
2022-04-19 7:34 ` Oliver Steffen [this message]
2022-04-19 7:34 ` [PATCH 2/4] CI: add ~/.local/bin to PATH (Linux only) Oliver Steffen
2022-04-19 7:34 ` [PATCH 3/4] CI: Use Fedora 35 container " Oliver Steffen
2022-04-19 7:34 ` [PATCH 4/4] BaseTools: Remove ext. gcc dependencies " Oliver Steffen
2022-04-19 21:54 ` [PATCH 0/4] CI: Use Fedora 35 container for Linux jobs Ard Biesheuvel
2022-04-20 7:30 ` Gerd Hoffmann
2022-04-20 9:16 ` Ard Biesheuvel
2022-04-20 9:32 ` [edk2-devel] " Oliver Steffen
-- strict thread matches above, loose matches on Subject: below --
2022-04-19 7:36 Oliver Steffen
2022-04-19 7:36 ` [PATCH 1/4] CI: don't force python verison (Linux only) Oliver Steffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220419073448.165566-2-osteffen@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox