Skip to content

feat: Add HLO workload executor and initial registry configuration to… #2

feat: Add HLO workload executor and initial registry configuration to…

feat: Add HLO workload executor and initial registry configuration to… #2

name: BAP Onboarding
on:
push:
branches:
- bap-onboarding
workflow_dispatch:
permissions:
contents: read
# Cancel any previous runs on the same branch when a new commit is pushed.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run_benchmarks:
name: Run Tokamax benchmarks
uses: google-ml-infra/actions/.github/workflows/run-benchmarks.yaml@41d4df7f511683b977b4fa80cece1a06fabc061d
with:
registry_file: "xla/tools/benchmarks/bap/benchmark_registry.pbtxt"
workflow_type: "SCHEDULED"
ml_actions_ref: "41d4df7f511683b977b4fa80cece1a06fabc061d"