File tree 3 files changed +0
-65
lines changed
3 files changed +0
-65
lines changed Original file line number Diff line number Diff line change 11
11
- template : ./prebuild-checks.yml
12
12
13
13
14
- - job : macOS_CI_Tests
15
- displayName : macOS CI Tests
16
- dependsOn : Prebuild
17
- # condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
18
- # bpo-39837: macOS tests on Azure Pipelines are disabled
19
- condition : false
20
-
21
- variables :
22
- testRunTitle : ' $(build.sourceBranchName)-macos'
23
- testRunPlatform : macos
24
-
25
- pool :
26
- vmImage : macos-10.15
27
-
28
- steps :
29
- - template : ./macos-steps.yml
30
-
31
-
32
14
- job : Ubuntu_CI_Tests
33
15
displayName : Ubuntu CI Tests
34
16
dependsOn : Prebuild
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
- template : ./prebuild-checks.yml
12
12
13
13
14
- - job : macOS_PR_Tests
15
- displayName : macOS PR Tests
16
- dependsOn : Prebuild
17
- # condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
18
- # bpo-39837: macOS tests on Azure Pipelines are disabled
19
- condition : false
20
-
21
- variables :
22
- testRunTitle : ' $(system.pullRequest.TargetBranch)-macos'
23
- testRunPlatform : macos
24
-
25
- pool :
26
- vmImage : macos-10.15
27
-
28
- steps :
29
- - template : ./macos-steps.yml
30
- parameters :
31
- targetBranch : $(System.PullRequest.TargetBranch)
32
-
33
-
34
14
- job : Ubuntu_PR_Tests
35
15
displayName : Ubuntu PR Tests
36
16
dependsOn : Prebuild
You can’t perform that action at this time.
0 commit comments