Skip to content

Commit 96beca4

Browse files
committed
enable tf 1.13 in ci
1 parent 895b77d commit 96beca4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
jobs:
66
- template: 'templates/job_generator.yml'
77
parameters:
8-
tf_versions: ['1.12']
8+
tf_versions: ['1.13.1']
99
onnx_opsets: ['9']
1010
onnx_backends:
1111
onnxruntime: ['']

ci_build/azure_pipelines/pretrained_model_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
- template: 'templates/job_generator.yml'
55
parameters:
66
platforms: ['linux', 'windows', 'mac']
7-
tf_versions: ['1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
7+
tf_versions: ['1.13.1', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
88
onnx_opsets: ['9', '8', '7']
99
job:
1010
steps:

ci_build/azure_pipelines/pretrained_model_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
jobs:
44
- template: 'templates/job_generator.yml'
55
parameters:
6-
tf_versions: ['1.12']
6+
tf_versions: ['1.13.1']
77
onnx_opsets: ['9', '8', '7']
88
job:
99
steps:

ci_build/azure_pipelines/unit_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
- template: 'templates/job_generator.yml'
55
parameters:
66
platforms: ['linux', 'windows', 'mac']
7-
tf_versions: ['1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
7+
tf_versions: ['1.13.1', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
88
job:
99
steps:
1010
- template: 'unit_test.yml'

ci_build/azure_pipelines/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
jobs:
44
- template: 'templates/job_generator.yml'
55
parameters:
6-
tf_versions: ['1.12']
6+
tf_versions: ['1.13.1']
77
job:
88
steps:
99
- template: 'unit_test.yml'

0 commit comments

Comments
 (0)