Skip to content

Commit 1773e3f

Browse files
committed
Finalize the workflow actions.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 870f22f commit 1773e3f

File tree

4 files changed

+18
-23
lines changed

4 files changed

+18
-23
lines changed

.github/workflows/keras_application_test_core.yml

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

33
on:
44
pull_request:
@@ -7,17 +7,15 @@ on:
77
push:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
jobs:
1213
run_tests:
1314
strategy:
1415
matrix:
15-
# tf_version: ['2.9.0', '2.13.0']
16-
# python_version: ['3.8', '3.9']
17-
# opset_version: ['18', '15']
18-
tf_version: ['2.9.0']
19-
python_version: ['3.9']
20-
opset_version: ['18']
16+
tf_version: ['2.9.0', '2.13.0']
17+
python_version: ['3.8', '3.9']
18+
opset_version: ['18', '15']
2119
ort_version: ['1.16.3']
2220
onnx_version: ['1.15.0']
2321
os: ['ubuntu-latest', 'windows-2022']

.github/workflows/keras_unit_test_core.yml

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

33
on:
44
pull_request:
@@ -7,17 +7,16 @@ on:
77
push:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
jobs:
1213
run_tests:
1314
strategy:
1415
matrix:
15-
# tf_version: ['2.9.0', '2.13.0']
16-
# python_version: ['3.8', '3.9']
17-
# opset_version: ['18', '15']
18-
tf_version: ['2.9.0']
19-
python_version: ['3.9']
20-
opset_version: ['18'] ort_version: ['1.16.3']
16+
tf_version: ['2.9.0', '2.13.0']
17+
python_version: ['3.8', '3.9']
18+
opset_version: ['18', '15']
19+
ort_version: ['1.16.3']
2120
onnx_version: ['1.15.0']
2221
os: ['ubuntu-latest', 'windows-2022']
2322

.github/workflows/pretrained_model_tests_core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pretrained Model Test (Core)
1+
name: Pretrained Model Test (CI)
22

33
on:
44
pull_request:
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
jobs:
1213
run_tests:

.github/workflows/unit_tests_core.yml

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

33
on:
44
pull_request:
@@ -7,17 +7,15 @@ on:
77
push:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
jobs:
1213
run_tests:
1314
strategy:
1415
matrix:
15-
# tf_version: ['2.9.0', '2.13.0']
16-
# python_version: ['3.8', '3.9']
17-
# opset_version: ['18', '15']
18-
tf_version: ['2.9.0']
19-
python_version: ['3.9']
20-
opset_version: ['18']
16+
tf_version: ['2.9.0', '2.13.0']
17+
python_version: ['3.8', '3.9']
18+
opset_version: ['18', '15']
2119
ort_version: ['1.16.3']
2220
os: ['ubuntu-latest', 'windows-2022']
2321

@@ -75,7 +73,6 @@ jobs:
7573
name: Test Results (${{ matrix.tf_version }}-${{ matrix.python_version }}-${{ matrix.os }})
7674
path: ./**/test-results-*.xml
7775

78-
7976
publish-test-results:
8077
name: "Publish Tests Results to Github"
8178
needs: run_tests

0 commit comments

Comments
 (0)