From b9f565f8c94725f9045e732d00926b818d666c69 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 11 Apr 2025 11:07:12 -0400 Subject: [PATCH] EmulatorPkg: 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 --- .../.azurepipelines/{Ubuntu-GCC5.yml => Ubuntu-GCC.yml} | 2 +- .../.azurepipelines/{Windows-VS2019.yml => Windows-VS.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename EmulatorPkg/PlatformCI/.azurepipelines/{Ubuntu-GCC5.yml => Ubuntu-GCC.yml} (96%) rename EmulatorPkg/PlatformCI/.azurepipelines/{Windows-VS2019.yml => Windows-VS.yml} (96%) diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC.yml similarity index 96% rename from EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml rename to EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC.yml index 8af4c9c778..3ca31d8a24 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC.yml @@ -3,7 +3,7 @@ # # Platform: EmulatorPkg # OS: Ubuntu -# Toolchain: GCC5 +# Toolchain: GCC # # Copyright (c) Microsoft Corporation. # Copyright (c) 2020, Intel Corporation. All rights reserved. diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS.yml similarity index 96% rename from EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml rename to EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS.yml index 9e33ef136d..9f27fd66c2 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS.yml @@ -3,7 +3,7 @@ # # Platform: EMULATORPKG # OS: Windows -# Toolchain: VS2022 +# Toolchain: VS # # Copyright (c) Microsoft Corporation. # Copyright (c) 2020, Intel Corporation. All rights reserved.