summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/ci.yml
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-09-17 17:46:15 (GMT)
committerGitHub <noreply@github.com>2023-09-17 17:46:15 (GMT)
commita75daed7e004ee9a53b160307c4c072656176a02 (patch)
tree43262f3f26dd9e5845215cedf907e3301f30c508 /.azure-pipelines/ci.yml
parentadd16f1a5e4013f97d33cc677dc008e8199f5b11 (diff)
downloadcpython-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.yml19
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