Skip to content

Commit

Permalink
Schedule v1.4.0 compatability tests (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: reuvenp <[email protected]>
  • Loading branch information
reuvenperetz and reuvenp committed Dec 21, 2023
1 parent e63fc5d commit 0d5ad90
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_comp_test_tf211_v14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Backward Compatibility Test - Tensorflow 2.11 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-tensorflow-2_11-v1_4:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_comp_test_tf212_v14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Backward Compatibility Test - Tensorflow 2.12 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-tensorflow-2_12-v1_4:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_comp_test_tf213_v14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Backward Compatibility Test - Tensorflow 2.13 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-tensorflow-2_13-v1_4:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_comp_test_tf214_v14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Backward Compatibility Test - Tensorflow 2.14 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-tensorflow-2_14-v1_4:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_comp_test_torch20_v14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Backward Compatibility Test - Pytorch 2.0 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-torch-2_0-v1_4:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_comp_test_torch21_v14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Backward Compatibility Test - Pytorch 2.1 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-torch-2_1-v1_4:
Expand Down

0 comments on commit 0d5ad90

Please sign in to comment.