From 394304b9188e2e73f8910e085f8c8c0c2f0aaa59 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:42:25 +0800 Subject: [PATCH] Re organize llm test (#8766) * run llm-example-test in llm-nightly-test.yml * comment out the schedule event --- .github/workflows/llm-nightly-test.yml | 3 +++ .github/workflows/llm_example_tests.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llm-nightly-test.yml b/.github/workflows/llm-nightly-test.yml index 61ecbfcb..8a4caadb 100644 --- a/.github/workflows/llm-nightly-test.yml +++ b/.github/workflows/llm-nightly-test.yml @@ -79,3 +79,6 @@ jobs: llm-inference-test-on-windows: needs: llm-nightly-convert-test-avx512 uses: ./.github/workflows/llm-nightly-test-windows.yml + llm-example-test: + needs: llm-nightly-convert-test-avx512 + uses: ./.github/workflows/llm_example_tests.yml diff --git a/.github/workflows/llm_example_tests.yml b/.github/workflows/llm_example_tests.yml index e8f0ba20..a2fee702 100644 --- a/.github/workflows/llm_example_tests.yml +++ b/.github/workflows/llm_example_tests.yml @@ -7,8 +7,8 @@ concurrency: # Controls when the action will run. on: - schedule: - - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China pull_request: branches: [ main ] paths: