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
# with:
# job: run_tests_gpu
# secrets:
# CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
# CI_SLACK_REPORT_CHANNEL_ID: ${{ secrets.CI_SLACK_CHANNEL_ID_DAILY }}
# ACCESS_REPO_INFO_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
quantization-ci:
name: Quantization CI
uses: ./.github/workflows/self-scheduled.yml

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

View workflow run for this annotation

GitHub Actions / Self-hosted runner (scheduled)

Invalid workflow file

The workflow is not valid. In .github/workflows/self-scheduled-caller.yml (Line: 31, Col: 11): Error from called workflow huggingface/transformers/.github/workflows/self-scheduled.yml@3f5bbe5e4bd33d2aeb565455668bd686313db47d (Line: 460, Col: 12): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.job
with:
job: run_tests_quantization_torch_gpu
secrets:
CI_SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
CI_SLACK_REPORT_CHANNEL_ID: ${{ secrets.CI_SLACK_BOT_TOKEN }}
ACCESS_REPO_INFO_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}