diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2024-12-19 21:09:25 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-04-22 23:54:34 +0000 |
commit | ab3a451b1bae58f81e51451c1c4a5785f86b2aa7 (patch) | |
tree | 30458258e667d253399ea7ad467f218543c13a06 | |
parent | b9f565f8c94725f9045e732d00926b818d666c69 (diff) | |
download | edk2-ab3a451b1bae58f81e51451c1c4a5785f86b2aa7.zip edk2-ab3a451b1bae58f81e51451c1c4a5785f86b2aa7.tar.gz edk2-ab3a451b1bae58f81e51451c1c4a5785f86b2aa7.tar.bz2 |
OvmfPkg: Update pipeline filenames
Details about a particular pipeline change over time - such as the
specific Linux distro or toolchain version. At the same time, the
pipeline files are directly referenced in Azure Pipelines to run the
pipeline and few users have access to change those details.
To make the files less likely to refer to outdated information over
time and reduce the need for an Azure Pipeline administrator to get
involved, the files are updated to drop specific details apart from
the host OS environment used in the pipeline.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
-rw-r--r-- | OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC.yml (renamed from OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml) | 2 | ||||
-rw-r--r-- | OvmfPkg/PlatformCI/.azurepipelines/Windows-VS.yml (renamed from OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC.yml index 6762c2c..089db6e 100644 --- a/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml +++ b/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC.yml @@ -3,7 +3,7 @@ #
# Platform: OVMF
# OS: Ubuntu
-# Toolchain: GCC5
+# Toolchain: GCC
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS.yml index 7ae01fe..adba93c 100644 --- a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS.yml @@ -3,7 +3,7 @@ #
# Platform: OVMF
# OS: Windows
-# Toolchain: VS2022
+# Toolchain: VS
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
|