This commit is contained in:
Nick Banks 2020-06-18 10:05:12 -07:00 коммит произвёл GitHub
Родитель aa8ac4e0ba
Коммит 8e51aea046
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 17 добавлений и 18 удалений

Просмотреть файл

@ -135,14 +135,12 @@ stages:
parameters:
image: windows-latest
platform: windows
arch: x64
tls: schannel
extraArgs: -Filter "ParameterValidation.*:-*Events"
- template: ./templates/run-bvt.yml
parameters:
image: windows-latest
platform: windows
arch: x64
tls: mitls
logProfile: Full.Light
extraArgs: -Filter -*Unreachable/0:CryptTest/CryptTest.Encryption/2
@ -150,13 +148,11 @@ stages:
parameters:
image: ubuntu-latest
platform: linux
arch: x64
tls: openssl
- template: ./templates/run-bvt.yml
parameters:
image: ubuntu-latest
platform: linux
arch: x64
tls: stub
#
@ -173,19 +169,16 @@ stages:
parameters:
image: windows-latest
platform: windows
arch: x64
tls: stub
- template: ./templates/run-spinquic.yml
parameters:
image: ubuntu-latest
platform: linux
arch: x64
tls: stub
- template: ./templates/run-spinquic.yml
parameters:
image: ubuntu-latest
platform: linux
arch: x64
tls: openssl
#
@ -200,18 +193,23 @@ stages:
jobs:
- template: ./templates/run-performance-int.yml
parameters:
arch: x64
tls: stub
- template: ./templates/run-performance-int.yml
parameters:
arch: x64
tls: schannel
- template: ./templates/run-performance-int.yml
parameters:
tls: mitls
- template: ./templates/run-performance.yml
parameters:
image: ubuntu-latest
platform: linux
arch: x64
tls: openssl
- template: ./templates/run-performance.yml
parameters:
image: ubuntu-latest
platform: linux
tls: stub
- template: ./templates/publish-performance.yml
#
@ -228,13 +226,11 @@ stages:
parameters:
image: windows-latest
platform: windows
arch: x64
tls: mitls
- template: ./templates/run-quicinterop.yml
parameters:
image: ubuntu-latest
platform: linux
arch: x64
tls: openssl
#

Просмотреть файл

@ -3,7 +3,10 @@ jobs:
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
dependsOn:
- performance_windows_x64_stub
- performance_windows_x64_schannel
- performance_windows_x64_mitls
- performance_linux_x64_openssl
- performance_linux_x64_stub
displayName: Performance Publish Results
pool:
vmImage: windows-latest

Просмотреть файл

@ -2,7 +2,7 @@
parameters:
config: 'Debug'
arch: ''
arch: 'x64'
logProfile: 'None'
extraArgs: ''

Просмотреть файл

@ -4,7 +4,7 @@ parameters:
image: ''
platform: ''
config: 'Debug'
arch: ''
arch: 'x64'
tls: ''
logProfile: 'Basic.Light'
extraArgs: ''

Просмотреть файл

@ -2,7 +2,7 @@
parameters:
config: 'Release'
arch: ''
arch: 'x64'
tls: ''
jobs:

Просмотреть файл

@ -4,7 +4,7 @@ parameters:
image: ''
platform: ''
config: 'Release'
arch: ''
arch: 'x64'
tls: ''
jobs:

Просмотреть файл

@ -4,7 +4,7 @@ parameters:
image: ''
platform: ''
config: 'Release'
arch: ''
arch: 'x64'
tls: ''
jobs:

Просмотреть файл

@ -4,7 +4,7 @@ parameters:
image: ''
platform: ''
config: 'Debug'
arch: ''
arch: 'x64'
tls: ''
jobs: