Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 21, 2024
1 parent 36b4929 commit 81c9996
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 81c9996

Please sign in to comment.