Skip to content

Commit

Permalink
trigger CI for short_prep_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Jul 12, 2024
1 parent 02f7417 commit cde447b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/self-scheduled-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@ name: Self-hosted runner (scheduled)


on:
repository_dispatch:
schedule:
- cron: "17 2 * * *"
push:
branches:
- run_scheduled_ci*
- short_prep_inputs_ci

jobs:
model-ci:
name: Model CI
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_models_gpu
slack_report_channel: "#transformers-ci-daily-models"
slack_report_channel: "#transformers-ci-feedback-tests"
runner: daily-ci
docker: huggingface/transformers-all-latest-gpu
ci_event: Daily CI
Expand All @@ -26,7 +23,7 @@ jobs:
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_pipelines_torch_gpu
slack_report_channel: "#transformers-ci-daily-pipeline-torch"
slack_report_channel: "#transformers-ci-feedback-tests"
runner: daily-ci
docker: huggingface/transformers-pytorch-gpu
ci_event: Daily CI
Expand All @@ -37,7 +34,7 @@ jobs:
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_pipelines_tf_gpu
slack_report_channel: "#transformers-ci-daily-pipeline-tf"
slack_report_channel: "#transformers-ci-feedback-tests"
runner: daily-ci
docker: huggingface/transformers-tensorflow-gpu
ci_event: Daily CI
Expand All @@ -48,7 +45,7 @@ jobs:
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_examples_gpu
slack_report_channel: "#transformers-ci-daily-examples"
slack_report_channel: "#transformers-ci-feedback-tests"
runner: daily-ci
docker: huggingface/transformers-all-latest-gpu
ci_event: Daily CI
Expand All @@ -59,7 +56,7 @@ jobs:
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_torch_cuda_extensions_gpu
slack_report_channel: "#transformers-ci-daily-deepspeed"
slack_report_channel: "#transformers-ci-feedback-tests"
runner: daily-ci
docker: huggingface/transformers-pytorch-deepspeed-latest-gpu
ci_event: Daily CI
Expand All @@ -71,7 +68,7 @@ jobs:
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_quantization_torch_gpu
slack_report_channel: "#transformers-ci-daily-quantization"
slack_report_channel: "#transformers-ci-feedback-tests"
runner: daily-ci
docker: huggingface/transformers-quantization-latest-gpu
ci_event: Daily CI
Expand Down
2 changes: 1 addition & 1 deletion utils/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ def prepare_reports(title, header, reports, to_truncate=True):
)

prev_ci_artifacts = None
if is_scheduled_ci_run:
if True:
if job_name == "run_models_gpu":
# Get the last previously completed CI's failure tables
artifact_names = [f"ci_results_{job_name}"]
Expand Down

0 comments on commit cde447b

Please sign in to comment.