Skip to content

Commit e74e670

Browse files
committed
Complete all settings.
Signed-off-by: Jay Zhang <[email protected]>
1 parent eca92fa commit e74e670

File tree

4 files changed

+69
-23
lines changed

4 files changed

+69
-23
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Keras2onnx Application Tests (CI)
1+
name: Keras2onnx App Test (CI)
22

33
on:
44
pull_request:
@@ -18,12 +18,28 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
tf_version: ['2.9.0', '2.13.0']
22-
python_version: ['3.8', '3.9']
21+
name:
22+
- 'py38-tf2.9'
23+
- 'py39-tf2.10'
24+
- 'py39-tf2.15'
25+
- 'py310-tf2.14'
26+
os: ['ubuntu-latest', 'windows-2022']
2327
opset_version: ['18', '15']
2428
ort_version: ['1.16.3']
25-
onnx_version: ['1.15.0']
26-
os: ['ubuntu-latest', 'windows-2022']
29+
onnx_version: ['1.16.1']
30+
include:
31+
- name: 'py38-tf2.9'
32+
tf_version: '2.9.0'
33+
python_version: '3.8'
34+
- name: 'py39-tf2.10'
35+
tf_version: '2.10.0'
36+
python_version: '3.9'
37+
- name: 'py39-tf2.15'
38+
tf_version: '2.15.0'
39+
python_version: '3.9'
40+
- name: 'py310-tf2.14'
41+
tf_version: '2.14.0'
42+
python_version: '3.10'
2743

2844
runs-on: ${{ matrix.os }}
2945

.github/workflows/keras_unit_test_ci.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Keras2onnx Unit Tests (CI)
1+
name: Keras2onnx Unit Test (CI)
22

33
on:
44
pull_request:
@@ -18,12 +18,28 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
tf_version: ['2.9.0', '2.13.0']
22-
python_version: ['3.8', '3.9']
21+
name:
22+
- 'py38-tf2.9'
23+
- 'py39-tf2.10'
24+
- 'py39-tf2.15'
25+
- 'py310-tf2.14'
26+
os: ['ubuntu-latest', 'windows-2022']
2327
opset_version: ['18', '15']
2428
ort_version: ['1.16.3']
25-
onnx_version: ['1.15.0']
26-
os: ['ubuntu-latest', 'windows-2022']
29+
onnx_version: ['1.16.1']
30+
include:
31+
- name: 'py38-tf2.9'
32+
tf_version: '2.9.0'
33+
python_version: '3.8'
34+
- name: 'py39-tf2.10'
35+
tf_version: '2.10.0'
36+
python_version: '3.9'
37+
- name: 'py39-tf2.15'
38+
tf_version: '2.15.0'
39+
python_version: '3.9'
40+
- name: 'py310-tf2.14'
41+
tf_version: '2.14.0'
42+
python_version: '3.10'
2743

2844
runs-on: ${{ matrix.os }}
2945

.github/workflows/pretrained_model_tests_ci.yml

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,34 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21+
name:
22+
- 'py38-tf2.9'
23+
- 'py39-tf2.9'
24+
- 'py39-tf2.15'
25+
- 'py310-tf2.15'
2126
opset_version: ['18', '15']
2227
ort_version: ['1.16.3']
2328
onnx_version: ['1.16.1']
2429
include:
25-
- tf_version: '2.9.0'
30+
- name: 'py38-tf2.9'
31+
tf_version: '2.9.0'
2632
python_version: '3.8'
27-
- tf_version: '2.9.0'
33+
- name: 'py39-tf2.9'
34+
tf_version: '2.9.0'
2835
python_version: '3.9'
29-
- tf_version: '2.15.0'
36+
- name: 'py39-tf2.15'
37+
tf_version: '2.15.0'
3038
python_version: '3.9'
31-
# - tf_version: '2.15.0'
32-
# python_version: '3.10'
33-
# - tf_version: '1.15.5'
34-
# python_version: '3.7'
35-
# os: 'ubuntu-latest'
36-
# opset_version: '15'
37-
# ort_version: '1.14.1'
38-
# onnx_version: '1.14.1'
39+
- name: 'py310-tf2.15'
40+
tf_version: '2.15.0'
41+
python_version: '3.10'
42+
- name: 'py37-tf1.15'
43+
tf_version: '1.15.5'
44+
python_version: '3.7'
45+
os: 'ubuntu-latest'
46+
opset_version: '15'
47+
ort_version: '1.14.1'
48+
onnx_version: '1.14.1'
3949

4050
runs-on: ubuntu-latest
4151

.github/workflows/unit_tests_ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Tests (CI)
1+
name: Unit Test (CI)
22

33
on:
44
pull_request:
@@ -20,17 +20,21 @@ jobs:
2020
matrix:
2121
name:
2222
- 'py38-tf2.9'
23+
- 'py39-tf2.10'
2324
- 'py39-tf2.15'
2425
- 'py310-tf2.15'
2526
os: ['ubuntu-latest', 'windows-2022']
26-
opset_version: [18, 15]
27+
opset_version: ['18', '15']
2728
ort_version: ['1.16.3']
2829
onnx_version: ['1.16.1']
2930
skip_tflite: ['False']
3031
include:
3132
- name: 'py38-tf2.9'
3233
tf_version: '2.9.0'
3334
python_version: '3.8'
35+
- name: 'py39-tf2.10'
36+
tf_version: '2.10.0'
37+
python_version: '3.9'
3438
- name: 'py39-tf2.15'
3539
tf_version: '2.15.0'
3640
python_version: '3.9'

0 commit comments

Comments
 (0)