diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-09-17 17:46:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 17:46:15 (GMT) |
commit | a75daed7e004ee9a53b160307c4c072656176a02 (patch) | |
tree | 43262f3f26dd9e5845215cedf907e3301f30c508 /.azure-pipelines/ci.yml | |
parent | add16f1a5e4013f97d33cc677dc008e8199f5b11 (diff) | |
download | cpython-a75daed7e004ee9a53b160307c4c072656176a02.zip cpython-a75daed7e004ee9a53b160307c4c072656176a02.tar.gz cpython-a75daed7e004ee9a53b160307c4c072656176a02.tar.bz2 |
gh-109408: Remove Ubuntu unit tests from Azure Pipelines (#109452)
Diffstat (limited to '.azure-pipelines/ci.yml')
-rw-r--r-- | .azure-pipelines/ci.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 246e059..42eb448 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -11,25 +11,6 @@ jobs: - template: ./prebuild-checks.yml -- job: Ubuntu_CI_Tests - displayName: Ubuntu CI Tests - dependsOn: Prebuild - condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) - - pool: - vmImage: ubuntu-22.04 - - variables: - testRunTitle: '$(build.sourceBranchName)-linux' - testRunPlatform: linux - openssl_version: 1.1.1u - - steps: - - template: ./posix-steps.yml - parameters: - dependencies: apt - - - job: Windows_CI_Tests displayName: Windows CI Tests dependsOn: Prebuild |