Create self-scheduled-amd-mi355-caller.yml (#40134)
This commit is contained in:
committed by
GitHub
parent
be1ab5103f
commit
e446372f76
63
.github/workflows/self-scheduled-amd-mi355-caller.yml
vendored
Normal file
63
.github/workflows/self-scheduled-amd-mi355-caller.yml
vendored
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
name: Self-hosted runner scale set (AMD mi355 scheduled CI caller)
|
||||||
|
|
||||||
|
# Note: For every job in this workflow, the name of the runner scale set is finalized in the runner yaml i.e. huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml
|
||||||
|
# For example, 1gpu : amd-mi355-ci-1gpu
|
||||||
|
# 2gpu : amd-mi355-ci-2gpu
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["Self-hosted runner (AMD scheduled CI caller)"]
|
||||||
|
branches: ["main"]
|
||||||
|
types: [completed]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- run_amd_scheduled_ci_caller*
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
model-ci:
|
||||||
|
name: Model CI
|
||||||
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
||||||
|
with:
|
||||||
|
job: run_models_gpu
|
||||||
|
slack_report_channel: "#amd-hf-ci"
|
||||||
|
runner_scale_set: amd-mi355-ci
|
||||||
|
docker: huggingface/transformers-pytorch-amd-gpu
|
||||||
|
ci_event: Scheduled CI (AMD) - mi355
|
||||||
|
report_repo_id: optimum-amd/transformers_daily_ci
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
|
torch-pipeline:
|
||||||
|
name: Torch pipeline CI
|
||||||
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
||||||
|
with:
|
||||||
|
job: run_pipelines_torch_gpu
|
||||||
|
slack_report_channel: "#amd-hf-ci"
|
||||||
|
runner_scale_set: amd-mi355-ci
|
||||||
|
docker: huggingface/transformers-pytorch-amd-gpu
|
||||||
|
ci_event: Scheduled CI (AMD) - mi355
|
||||||
|
report_repo_id: optimum-amd/transformers_daily_ci
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
|
example-ci:
|
||||||
|
name: Example CI
|
||||||
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
||||||
|
with:
|
||||||
|
job: run_examples_gpu
|
||||||
|
slack_report_channel: "#amd-hf-ci"
|
||||||
|
runner_scale_set: amd-mi355-ci
|
||||||
|
docker: huggingface/transformers-pytorch-amd-gpu
|
||||||
|
ci_event: Scheduled CI (AMD) - mi355
|
||||||
|
report_repo_id: optimum-amd/transformers_daily_ci
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
|
deepspeed-ci:
|
||||||
|
name: DeepSpeed CI
|
||||||
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
||||||
|
with:
|
||||||
|
job: run_torch_cuda_extensions_gpu
|
||||||
|
slack_report_channel: "#amd-hf-ci"
|
||||||
|
runner_scale_set: amd-mi355-ci
|
||||||
|
docker: huggingface/transformers-pytorch-deepspeed-amd-gpu
|
||||||
|
ci_event: Scheduled CI (AMD) - mi355
|
||||||
|
report_repo_id: optimum-amd/transformers_daily_ci
|
||||||
|
secrets: inherit
|
||||||
Reference in New Issue
Block a user