Skip to content

trigger test

trigger test #40

name: Self-hosted runner (AMD scheduled CI caller)
on:
schedule:
- cron: "17 2 * * *"
push:
branches:
- run_amd_scheduled_ci_caller*
- rocm-deepspeed-scheduled
jobs:
run_amd_ci_mi210:
name: AMD mi210
if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller'))) || ((github.event_name == 'push') && startsWith(github.ref_name, 'rocm-deepspeed-scheduled')))

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

View workflow run for this annotation

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

Invalid workflow file

The workflow is not valid. .github/workflows/self-scheduled-amd-caller.yml (Line: 14, Col: 9): Unexpected symbol: ')'. Located at position 252 within expression: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller'))) || ((github.event_name == 'push') && startsWith(github.ref_name, 'rocm-deepspeed-scheduled'))) .github/workflows/self-scheduled-amd-caller.yml (Line: 22, Col: 9): Unexpected symbol: ')'. Located at position 252 within expression: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller'))) || ((github.event_name == 'push') && startsWith(github.ref_name, 'rocm-deepspeed-scheduled')))
uses: ./.github/workflows/self-scheduled-amd.yml
with:
gpu_flavor: mi210
secrets: inherit
run_amd_ci_mi250:
name: AMD mi250
if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller'))) || ((github.event_name == 'push') && startsWith(github.ref_name, 'rocm-deepspeed-scheduled')))
uses: ./.github/workflows/self-scheduled-amd.yml
with:
gpu_flavor: mi250
secrets: inherit