Skip to content

Self-hosted runner (AMD mi250 scheduled CI caller) #274

Self-hosted runner (AMD mi250 scheduled CI caller)

Self-hosted runner (AMD mi250 scheduled CI caller) #274

name: Self-hosted runner (AMD mi250 scheduled CI caller)
on:
workflow_run:
workflows: ["Self-hosted runner (AMD scheduled CI caller)"]
branches: ["main"]
types: [completed]
push:
branches:
- run_amd_scheduled_ci_caller*
jobs:
run_amd_ci:
name: AMD mi250
if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
uses: ./.github/workflows/self-scheduled-amd.yml
with:
gpu_flavor: mi250
slack_report_channel: "#transformers-ci-daily-amd"

Check failure on line 19 in .github/workflows/self-scheduled-amd-mi250-caller.yml

View workflow run for this annotation

GitHub Actions / Self-hosted runner (AMD mi250 scheduled CI caller)

Invalid workflow file

The workflow is not valid. .github/workflows/self-scheduled-amd-mi250-caller.yml (Line: 19, Col: 29): Invalid input, slack_report_channel is not defined in the referenced workflow.
secrets: inherit