File tree 2 files changed +10
-80
lines changed
2 files changed +10
-80
lines changed Original file line number Diff line number Diff line change 1
1
variables :
2
- manylinux : false
3
2
coverage : false
4
3
5
- resources :
6
- containers :
7
- - container : manylinux1
8
- image : pyca/cryptography-manylinux1:x86_64
4
+ trigger : ['master', '3.9', '3.8', '3.7']
9
5
10
6
jobs :
11
7
- job : Prebuild
12
8
displayName : Pre-build checks
13
9
14
10
pool :
15
- vmImage : ubuntu-16 .04
11
+ vmImage : ubuntu-18 .04
16
12
17
13
steps :
18
14
- template : ./prebuild-checks.yml
24
20
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
25
21
26
22
pool :
27
- vmImage : ubuntu-16 .04
23
+ vmImage : ubuntu-18 .04
28
24
29
25
steps :
30
26
- template : ./docs-steps.yml
56
52
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
57
53
58
54
pool :
59
- vmImage : ubuntu-16 .04
55
+ vmImage : ubuntu-18 .04
60
56
61
57
variables :
62
58
testRunTitle : ' $(build.sourceBranchName)-linux'
69
65
dependencies : apt
70
66
71
67
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
68
- job : Ubuntu_Coverage_CI_Tests
104
69
displayName : Ubuntu CI Tests (coverage)
105
70
dependsOn : Prebuild
113
78
)
114
79
115
80
pool :
116
- vmImage : ubuntu-16 .04
81
+ vmImage : ubuntu-18 .04
117
82
118
83
variables :
119
84
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
Original file line number Diff line number Diff line change 1
1
variables :
2
- manylinux : false
3
2
coverage : false
4
3
5
- resources :
6
- containers :
7
- - container : manylinux1
8
- image : pyca/cryptography-manylinux1:x86_64
4
+ pr : ['master', '3.9', '3.8', '3.7']
9
5
10
6
jobs :
11
7
- job : Prebuild
12
8
displayName : Pre-build checks
13
9
14
10
pool :
15
- vmImage : ubuntu-16 .04
11
+ vmImage : ubuntu-18 .04
16
12
17
13
steps :
18
14
- template : ./prebuild-checks.yml
24
20
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
25
21
26
22
pool :
27
- vmImage : ubuntu-16 .04
23
+ vmImage : ubuntu-18 .04
28
24
29
25
steps :
30
26
- template : ./docs-steps.yml
56
52
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
57
53
58
54
pool :
59
- vmImage : ubuntu-16 .04
55
+ vmImage : ubuntu-18 .04
60
56
61
57
variables :
62
58
testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
69
65
dependencies : apt
70
66
71
67
72
- - job : ManyLinux1_PR_Tests
73
- displayName : ManyLinux1 PR 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 : ' $(system.pullRequest.TargetBranch)-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
68
- job : Ubuntu_Coverage_PR_Tests
104
69
displayName : Ubuntu PR Tests (coverage)
105
70
dependsOn : Prebuild
113
78
)
114
79
115
80
pool :
116
- vmImage : ubuntu-16 .04
81
+ vmImage : ubuntu-18 .04
117
82
118
83
variables :
119
84
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
You can’t perform that action at this time.
0 commit comments