Skip to content

Preparing for version 0.5 and checking CI #1206

Preparing for version 0.5 and checking CI

Preparing for version 0.5 and checking CI #1206

name: API ROCm Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- labeled
- unlabeled
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
jobs:
run_api_rocm_tests:
if: ${{
(github.event_name == 'push') ||
(github.event_name == 'workflow_dispatch') ||
contains( github.event.pull_request.labels.*.name, 'api') ||
contains( github.event.pull_request.labels.*.name, 'rocm') ||
contains( github.event.pull_request.labels.*.name, 'api_rocm')
}}
uses: huggingface/hf-workflows/.github/workflows/optimum_benchmark_instinct_ci.yaml@testing
with:
machine_type: single-gpu
install_extras: testing,timm,diffusers,codecarbon
test_file: test_api.py

Check failure on line 36 in .github/workflows/test_api_rocm.yaml

View workflow run for this annotation

GitHub Actions / API ROCm Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test_api_rocm.yaml (Line: 36, Col: 18): Invalid input, test_file is not defined in the referenced workflow.
pytest_keywords: api and cuda
secrets:
HF_TOKEN: ${{ secrets.HF_TOKEN }}