Skip to content
name: Self-hosted runner (nightly-ci)
on:
repository_dispatch:
schedule:
- cron: "17 2 * * *"
push:
branches:
- build-cleanup-docker-build
jobs:
model-ci:
name: Model CI
uses: ./.github/workflows/self-scheduled.yml

Check failure on line 15 in .github/workflows/self-nightly-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-nightly-caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/self-nightly-caller.yml" -> "./.github/workflows/self-scheduled.yml" (source branch with sha:676c58d945f899d3fcc2bb7552a6a48009b49fde) : You have an error in your yaml syntax on line 284
with:
job: run_models_gpu
slack_report_channel: "#transformers-ci-past-future"
runner: daily-ci
docker: huggingface/transformers-all-latest-torch-nightly-gpu
secrets: inherit
deepspeed-ci:
name: DeepSpeed CI
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_torch_cuda_extensions_gpu
slack_report_channel: "#transformers-ci-past-future"
runner: daily-ci
docker: huggingface/transformers-pytorch-deepspeed-nightly-gpu
secrets: inherit