Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 373519e

Browse files
authoredOct 20, 2021
Merge branch 'master' into fix_convtranspose_channels_first
2 parents c79f97b + 42e800d commit 373519e

6 files changed

+6
-6
lines changed
 

Diff for: ‎ci_build/azure_pipelines/keras2onnx_application_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- job: 'Linux'
66
timeoutInMinutes: 180
77
pool:
8-
vmImage: 'Ubuntu-16.04'
8+
vmImage: 'ubuntu-latest'
99
strategy:
1010
matrix:
1111
Python36-onnx1.5:

Diff for: ‎ci_build/azure_pipelines/keras2onnx_unit_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44

55
- job: 'Linux'
66
pool:
7-
vmImage: 'Ubuntu-16.04'
7+
vmImage: 'ubuntu-latest'
88
strategy:
99
matrix:
1010

Diff for: ‎ci_build/azure_pipelines/templates/combine_test_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stages:
1111
CI_ARTIFACT_NAME: '${{ parameters.artifact_name }}'
1212

1313
pool:
14-
vmImage: 'ubuntu-16.04'
14+
vmImage: 'ubuntu-latest'
1515

1616
steps:
1717
- task: DownloadBuildArtifacts@0

Diff for: ‎ci_build/azure_pipelines/templates/job_generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ each onnx_opset in parameters.onnx_opsets }}:
3434
${{ format('{0} python{1}{2}{3} tf{4} onnx{5} {6}{7}{8}', platform, python_version, replace(replace(parameters.skip_tflite_tests,'True', ''), 'False', ' tflite'), replace(replace(parameters.skip_tfjs_tests,'True', ''), 'False', ' tfjs'), tf_version, onnx_version, replace(format('opset{0} ', onnx_opset), 'opset ', ''), onnx_backend.key, onnx_backend_version) }}:
3535
${{ if eq(platform, 'linux') }}:
36-
CI_VM_IMAGE: 'ubuntu-16.04'
36+
CI_VM_IMAGE: 'ubuntu-latest'
3737
${{ if eq(platform, 'windows') }}:
3838
CI_VM_IMAGE: 'vs2017-win2016'
3939
${{ if eq(platform, 'mac') }}:

Diff for: ‎ci_build/azure_pipelines/trimmed_keras2onnx_application_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- job: 'Linux'
66
timeoutInMinutes: 180
77
pool:
8-
vmImage: 'Ubuntu-16.04'
8+
vmImage: 'ubuntu-latest'
99
strategy:
1010
matrix:
1111
Python36-onnx1.5:

Diff for: ‎ci_build/azure_pipelines/trimmed_keras2onnx_unit_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44

55
- job: 'Linux'
66
pool:
7-
vmImage: 'Ubuntu-16.04'
7+
vmImage: 'ubuntu-latest'
88
strategy:
99
matrix:
1010

0 commit comments

Comments
 (0)
Please sign in to comment.