Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Test #6224

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
14 changes: 6 additions & 8 deletions .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## @file
# Azure Pipeline build file for a build using ubuntu and GCC5
# Azure Pipeline build file for a build using macOS and XCODE5
#
# Copyright (c) Microsoft Corporation.
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
trigger:
- master
- stable/*

pr:
- master
- stable/*
Expand All @@ -19,8 +18,7 @@ variables:
jobs:
- template: templates/pr-gate-build-job.yml
parameters:
tool_chain_tag: 'GCC5'
vm_image: 'ubuntu-22.04'
container: ${{ variables.default_linux_image }}
arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"
usePythonVersion: '' # use Python from the container image
tool_chain_tag: 'XCODE5'
vm_image: 'macOS-14'
arch_list: "IA32,X64"
usePythonVersion: '' # use default Python from the vm image
36 changes: 0 additions & 36 deletions .azurepipelines/Ubuntu-PatchCheck.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .azurepipelines/Windows-VS2019.yml

This file was deleted.

Loading
Loading