From 0d5ad90aa1e1114747f0ac0c8f886f9be4a1c6ed Mon Sep 17 00:00:00 2001 From: Reuven <44209964+reuvenperetz@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:04:17 +0200 Subject: [PATCH] Schedule v1.4.0 compatability tests (#76) Co-authored-by: reuvenp --- .github/workflows/run_comp_test_tf211_v14.yml | 2 ++ .github/workflows/run_comp_test_tf212_v14.yml | 2 ++ .github/workflows/run_comp_test_tf213_v14.yml | 2 ++ .github/workflows/run_comp_test_tf214_v14.yml | 2 ++ .github/workflows/run_comp_test_torch20_v14.yml | 2 ++ .github/workflows/run_comp_test_torch21_v14.yml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/.github/workflows/run_comp_test_tf211_v14.yml b/.github/workflows/run_comp_test_tf211_v14.yml index 58cb973..6a8a398 100644 --- a/.github/workflows/run_comp_test_tf211_v14.yml +++ b/.github/workflows/run_comp_test_tf211_v14.yml @@ -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: diff --git a/.github/workflows/run_comp_test_tf212_v14.yml b/.github/workflows/run_comp_test_tf212_v14.yml index 983be6b..3eb929c 100644 --- a/.github/workflows/run_comp_test_tf212_v14.yml +++ b/.github/workflows/run_comp_test_tf212_v14.yml @@ -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: diff --git a/.github/workflows/run_comp_test_tf213_v14.yml b/.github/workflows/run_comp_test_tf213_v14.yml index 1b083d7..802abbc 100644 --- a/.github/workflows/run_comp_test_tf213_v14.yml +++ b/.github/workflows/run_comp_test_tf213_v14.yml @@ -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: diff --git a/.github/workflows/run_comp_test_tf214_v14.yml b/.github/workflows/run_comp_test_tf214_v14.yml index 6f1dfdd..13bc810 100644 --- a/.github/workflows/run_comp_test_tf214_v14.yml +++ b/.github/workflows/run_comp_test_tf214_v14.yml @@ -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: diff --git a/.github/workflows/run_comp_test_torch20_v14.yml b/.github/workflows/run_comp_test_torch20_v14.yml index ce02b14..b8977ee 100644 --- a/.github/workflows/run_comp_test_torch20_v14.yml +++ b/.github/workflows/run_comp_test_torch20_v14.yml @@ -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: diff --git a/.github/workflows/run_comp_test_torch21_v14.yml b/.github/workflows/run_comp_test_torch21_v14.yml index b09ab76..7b1b819 100644 --- a/.github/workflows/run_comp_test_torch21_v14.yml +++ b/.github/workflows/run_comp_test_torch21_v14.yml @@ -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: