Skip to content

Commit

Permalink
Add compatibility tests for tf in mctq1.4.0 (not scheduled for runnin…
Browse files Browse the repository at this point in the history
…g yet) (#72)

Co-authored-by: reuvenp <[email protected]>
  • Loading branch information
reuvenperetz and reuvenp authored Dec 17, 2023
1 parent 7ce4bfd commit e7faa0a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run_comp_test_tf211_v14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run Backward Compatibility Test - Tensorflow 2.11 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers

jobs:
run-comp-tensorflow-2_11-v1_4:
uses: ./.github/workflows/compatibility_keras_tests.yml
with:
save_version: "v1.4.0"
python_version: "3.10"
tf_version: "2.11.*"
11 changes: 11 additions & 0 deletions .github/workflows/run_comp_test_tf212_v14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run Backward Compatibility Test - Tensorflow 2.12 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers

jobs:
run-comp-tensorflow-2_12-v1_4:
uses: ./.github/workflows/compatibility_keras_tests.yml
with:
save_version: "v1.4.0"
python_version: "3.10"
tf_version: "2.12.*"
11 changes: 11 additions & 0 deletions .github/workflows/run_comp_test_tf213_v14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run Backward Compatibility Test - Tensorflow 2.13 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers

jobs:
run-comp-tensorflow-2_13-v1_4:
uses: ./.github/workflows/compatibility_keras_tests.yml
with:
save_version: "v1.4.0"
python_version: "3.10"
tf_version: "2.13.*"
11 changes: 11 additions & 0 deletions .github/workflows/run_comp_test_tf214_v14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run Backward Compatibility Test - Tensorflow 2.14 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers

jobs:
run-comp-tensorflow-2_14-v1_4:
uses: ./.github/workflows/compatibility_keras_tests.yml
with:
save_version: "v1.4.0"
python_version: "3.10"
tf_version: "2.14.*"

0 comments on commit e7faa0a

Please sign in to comment.