Skip to content
name: Self-hosted runner (scheduled)
# Note that each job's dependencies go into a corresponding docker file.
#
# For example for `run_all_tests_torch_cuda_extensions_gpu` the docker image is
# `huggingface/transformers-pytorch-deepspeed-latest-gpu`, which can be found at
# `docker/transformers-pytorch-deepspeed-latest-gpu/Dockerfile`
on:
repository_dispatch:
schedule:
- cron: "17 2 * * *"
push:
branches:
- run_scheduled_ci*
- move_jobs_from_daily_ci
jobs:
model-ci:
name: Model CI
uses: ./.github/workflows/self-scheduled.yml

Check failure on line 21 in .github/workflows/self-scheduled-caller.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/self-scheduled-caller.yml" -> "./.github/workflows/self-scheduled.yml" (source branch with sha:9133fe5172d390604766648e43031913fb7cb058) : invalid value for secrets. Expected "inherit" keyword or explicit map of secrets
with:
job: run_tests_gpu
secrets: inherit
quantization-ci:
name: Quantization CI
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_tests_quantization_torch_gpu
secrets: inherit