Skip to content

Commit baf5025

Browse files
committed
rebase
2 parents 6cfbdc6 + 03017a8 commit baf5025

File tree

5,581 files changed

+1307927
-626604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,581 files changed

+1307927
-626604
lines changed

.azure-pipelines/ci.yml

Lines changed: 4 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,29 @@
1-
variables:
2-
manylinux: false
3-
coverage: false
4-
5-
resources:
6-
containers:
7-
- container: manylinux1
8-
image: pyca/cryptography-manylinux1:x86_64
1+
trigger: ['main', '3.*']
92

103
jobs:
114
- job: Prebuild
125
displayName: Pre-build checks
136

147
pool:
15-
vmImage: ubuntu-16.04
8+
vmImage: ubuntu-24.04
169

1710
steps:
1811
- template: ./prebuild-checks.yml
1912

2013

21-
- job: Docs_PR
22-
displayName: Docs PR
23-
dependsOn: Prebuild
24-
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
25-
26-
pool:
27-
vmImage: ubuntu-16.04
28-
29-
steps:
30-
- template: ./docs-steps.yml
31-
parameters:
32-
upload: true
33-
34-
35-
- job: macOS_CI_Tests
36-
displayName: macOS CI Tests
37-
dependsOn: Prebuild
38-
#condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
39-
# bpo-39837: macOS tests on Azure Pipelines are disabled
40-
condition: false
41-
42-
variables:
43-
testRunTitle: '$(build.sourceBranchName)-macos'
44-
testRunPlatform: macos
45-
46-
pool:
47-
vmImage: macos-10.14
48-
49-
steps:
50-
- template: ./macos-steps.yml
51-
52-
53-
- job: Ubuntu_CI_Tests
54-
displayName: Ubuntu CI Tests
55-
dependsOn: Prebuild
56-
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
57-
58-
pool:
59-
vmImage: ubuntu-16.04
60-
61-
variables:
62-
testRunTitle: '$(build.sourceBranchName)-linux'
63-
testRunPlatform: linux
64-
openssl_version: 1.1.1f
65-
66-
steps:
67-
- template: ./posix-steps.yml
68-
parameters:
69-
dependencies: apt
70-
71-
72-
- job: ManyLinux1_CI_Tests
73-
displayName: ManyLinux1 CI Tests
74-
dependsOn: Prebuild
75-
condition: |
76-
and(
77-
and(
78-
succeeded(),
79-
eq(variables['manylinux'], 'true')
80-
),
81-
eq(dependencies.Prebuild.outputs['tests.run'], 'true')
82-
)
83-
84-
pool:
85-
vmImage: ubuntu-16.04
86-
87-
container: manylinux1
88-
89-
variables:
90-
testRunTitle: '$(build.sourceBranchName)-manylinux1'
91-
testRunPlatform: manylinux1
92-
openssl_version: ''
93-
94-
steps:
95-
- template: ./posix-steps.yml
96-
parameters:
97-
dependencies: yum
98-
sudo_dependencies: ''
99-
xvfb: false
100-
patchcheck: false
101-
102-
103-
- job: Ubuntu_Coverage_CI_Tests
104-
displayName: Ubuntu CI Tests (coverage)
105-
dependsOn: Prebuild
106-
condition: |
107-
and(
108-
and(
109-
succeeded(),
110-
eq(variables['coverage'], 'true')
111-
),
112-
eq(dependencies.Prebuild.outputs['tests.run'], 'true')
113-
)
114-
115-
pool:
116-
vmImage: ubuntu-16.04
117-
118-
variables:
119-
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
120-
testRunPlatform: linux-coverage
121-
openssl_version: 1.1.1f
122-
123-
steps:
124-
- template: ./posix-steps.yml
125-
parameters:
126-
dependencies: apt
127-
coverage: true
128-
129-
13014
- job: Windows_CI_Tests
13115
displayName: Windows CI Tests
13216
dependsOn: Prebuild
13317
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
13418

13519
pool:
136-
vmImage: windows-2019
20+
vmImage: windows-2022
13721

13822
strategy:
13923
matrix:
14024
win32:
14125
arch: win32
142-
buildOpt:
26+
buildOpt: '-p Win32'
14327
testRunTitle: '$(Build.SourceBranchName)-win32'
14428
testRunPlatform: win32
14529
win64:

.azure-pipelines/docs-steps.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.azure-pipelines/macos-steps.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.azure-pipelines/posix-deps-apt.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

.azure-pipelines/posix-steps.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)