From 42e800dc2945e5cadb9df4f09670f2e20eb6d222 Mon Sep 17 00:00:00 2001 From: Guenther Schmuelling Date: Wed, 20 Oct 2021 10:53:15 -0700 Subject: [PATCH] replace depriciated docker image (#1750) Signed-off-by: Guenther Schmuelling --- ci_build/azure_pipelines/keras2onnx_application_tests.yml | 2 +- ci_build/azure_pipelines/keras2onnx_unit_test.yml | 2 +- ci_build/azure_pipelines/templates/combine_test_coverage.yml | 2 +- ci_build/azure_pipelines/templates/job_generator.yml | 2 +- .../azure_pipelines/trimmed_keras2onnx_application_tests.yml | 2 +- ci_build/azure_pipelines/trimmed_keras2onnx_unit_test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci_build/azure_pipelines/keras2onnx_application_tests.yml b/ci_build/azure_pipelines/keras2onnx_application_tests.yml index 17ae0e04d..49a4dbce2 100644 --- a/ci_build/azure_pipelines/keras2onnx_application_tests.yml +++ b/ci_build/azure_pipelines/keras2onnx_application_tests.yml @@ -5,7 +5,7 @@ jobs: - job: 'Linux' timeoutInMinutes: 180 pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'ubuntu-latest' strategy: matrix: Python36-onnx1.5: diff --git a/ci_build/azure_pipelines/keras2onnx_unit_test.yml b/ci_build/azure_pipelines/keras2onnx_unit_test.yml index efc47f0d9..29ea9f4d7 100644 --- a/ci_build/azure_pipelines/keras2onnx_unit_test.yml +++ b/ci_build/azure_pipelines/keras2onnx_unit_test.yml @@ -4,7 +4,7 @@ jobs: - job: 'Linux' pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'ubuntu-latest' strategy: matrix: diff --git a/ci_build/azure_pipelines/templates/combine_test_coverage.yml b/ci_build/azure_pipelines/templates/combine_test_coverage.yml index 85a842fd3..3639ad472 100644 --- a/ci_build/azure_pipelines/templates/combine_test_coverage.yml +++ b/ci_build/azure_pipelines/templates/combine_test_coverage.yml @@ -11,7 +11,7 @@ stages: CI_ARTIFACT_NAME: '${{ parameters.artifact_name }}' pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' steps: - task: DownloadBuildArtifacts@0 diff --git a/ci_build/azure_pipelines/templates/job_generator.yml b/ci_build/azure_pipelines/templates/job_generator.yml index 910171a6f..b8584724d 100644 --- a/ci_build/azure_pipelines/templates/job_generator.yml +++ b/ci_build/azure_pipelines/templates/job_generator.yml @@ -33,7 +33,7 @@ jobs: ${{ each onnx_opset in parameters.onnx_opsets }}: ${{ 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) }}: ${{ if eq(platform, 'linux') }}: - CI_VM_IMAGE: 'ubuntu-16.04' + CI_VM_IMAGE: 'ubuntu-latest' ${{ if eq(platform, 'windows') }}: CI_VM_IMAGE: 'vs2017-win2016' ${{ if eq(platform, 'mac') }}: diff --git a/ci_build/azure_pipelines/trimmed_keras2onnx_application_tests.yml b/ci_build/azure_pipelines/trimmed_keras2onnx_application_tests.yml index ff88a76bc..1d3fe57cc 100644 --- a/ci_build/azure_pipelines/trimmed_keras2onnx_application_tests.yml +++ b/ci_build/azure_pipelines/trimmed_keras2onnx_application_tests.yml @@ -5,7 +5,7 @@ jobs: - job: 'Linux' timeoutInMinutes: 180 pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'ubuntu-latest' strategy: matrix: Python36-onnx1.5: diff --git a/ci_build/azure_pipelines/trimmed_keras2onnx_unit_test.yml b/ci_build/azure_pipelines/trimmed_keras2onnx_unit_test.yml index 9f53bf7dc..eb51dc8ef 100644 --- a/ci_build/azure_pipelines/trimmed_keras2onnx_unit_test.yml +++ b/ci_build/azure_pipelines/trimmed_keras2onnx_unit_test.yml @@ -4,7 +4,7 @@ jobs: - job: 'Linux' pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'ubuntu-latest' strategy: matrix: