Skip to content

Self-hosted runner (AMD mi300 CI caller) #9

Self-hosted runner (AMD mi300 CI caller)

Self-hosted runner (AMD mi300 CI caller) #9

name: Self-hosted runner (AMD mi300 CI caller)
on:
workflow_run:
workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"]
types: [completed]
push:
branches:
- run_amd_push_ci_caller*
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
jobs:
run_amd_ci:
name: AMD mi300
if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && (startsWith(github.ref_name, 'run_amd_push_ci_caller') || startsWith(github.ref_name, 'mi300-ci'))))
uses: ./.github/workflows/self-push-amd.yml

Check failure on line 22 in .github/workflows/self-push-amd-mi300-caller.yml

View workflow run for this annotation

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

Invalid workflow file

The workflow is not valid. In .github/workflows/self-push-amd-mi300-caller.yml (Line: 22, Col: 11): Error from called workflow Cemberk/transformers/.github/workflows/self-push-amd.yml@ab310b3baff0e1f8a6fe5fe923199158d13f35ba (Line: 264, Col: 9): Job 'send_results' depends on unknown job 'run_tests_amdgpu run_models_gpu'.
with:
gpu_flavor: mi300
secrets: inherit