From 81c9996dbc0ae49cace1bd8688c48b49bbbf6b81 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 21 Mar 2024 16:04:22 +0100 Subject: [PATCH] try --- .github/workflows/self-scheduled.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 7d438421c901c5..88911a3b9d99aa 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -348,14 +348,6 @@ jobs: name: ${{ matrix.machine_type }}_run_tests_quantization_torch_gpu path: /transformers/reports/${{ matrix.machine_type }}_tests_quantization_torch_gpu - - name: "Slack report" - uses: ./.github/slack-report.yml - with: - job: run_tests_quantization_torch_gpu - CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }} - CI_SLACK_REPORT_CHANNEL_ID: ${{ secrets.slack_report_channel }} - ACCESS_REPO_INFO_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }} - # # run_extract_warnings: # name: Extract warnings in CI artifacts @@ -455,3 +447,13 @@ jobs: # with: # name: prev_ci_results # path: prev_ci_results + + send_results: + name: Slack Report + uses: ./.github/workflows/slack-report.yml + with: + job: ${{ inputs.job }} + secrets: + CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }} + CI_SLACK_REPORT_CHANNEL_ID: ${{ secrets.CI_SLACK_REPORT_CHANNEL_ID }} + ACCESS_REPO_INFO_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }}