Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 30, 2024
1 parent 56b1295 commit c025819
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/self-nightly-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
slack_report_channel: "#transformers-ci-past-future"
runner: daily-ci
docker: huggingface/transformers-all-latest-torch-nightly-gpu
ci_event: Nightly CI
secrets: inherit

deepspeed-ci:
Expand All @@ -36,4 +37,5 @@ jobs:
slack_report_channel: "#transformers-ci-past-future"
runner: daily-ci
docker: huggingface/transformers-pytorch-deepspeed-nightly-gpu
ci_event: Nightly CI
secrets: inherit
6 changes: 5 additions & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
docker:
required: true
type: string
ci_event:
required: true
type: string

env:
HF_HOME: /mnt/cache
Expand Down Expand Up @@ -454,5 +457,6 @@ jobs:
# This would be an empty string if `setup` is skipped.
folder_slices: ${{ needs.setup.outputs.folder_slices }}
quantization_matrix: ${{ needs.setup.outputs.quantization_matrix }}

ci_event: ${{ inputs.ci_event }}

secrets: inherit
5 changes: 4 additions & 1 deletion .github/workflows/slack-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
quantization_matrix:
required: true
type: string
ci_event:
required: true
type: string


jobs:
Expand Down Expand Up @@ -73,7 +76,7 @@ jobs:
CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
ACCESS_REPO_INFO_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }}
SLACK_REPORT_CHANNEL: ${{ inputs.slack_report_channel }}
CI_EVENT: scheduled
CI_EVENT: ${{ inputs.ci_event }}
CI_SHA: ${{ github.sha }}
CI_TEST_JOB: ${{ inputs.job }}
SETUP_STATUS: ${{ inputs.setup_status }}
Expand Down

0 comments on commit c025819

Please sign in to comment.