Skip to content

bench-trigger sweep=pr2483-commit-hostpin host=ax102 profile=2c8g rep=1 #2

bench-trigger sweep=pr2483-commit-hostpin host=ax102 profile=2c8g rep=1

bench-trigger sweep=pr2483-commit-hostpin host=ax102 profile=2c8g rep=1 #2

name: Bench Check Docker
on:
workflow_dispatch:
inputs:
ref:
description: Branch or tag to benchmark
required: true
default: fireactions-runners
runner_label:
description: Fireactions benchmark label
required: true
sweep_id:
description: Sweep identifier
required: true
rep:
description: Repetition number
required: true
bench_job_key:
description: Job selector
required: true
default: build
run-name: bench-check-docker | ${{ inputs.sweep_id }} | ${{ inputs.bench_job_key }} | ${{ inputs.runner_label }} | rep-${{ inputs.rep }}
concurrency:
group: bench-check-docker-${{ inputs.sweep_id }}-${{ inputs.runner_label }}-rep-${{ inputs.rep }}
cancel-in-progress: false
jobs:
build:
if: ${{ inputs.bench_job_key == 'build' }}

Check failure on line 32 in .github/workflows/bench-check-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bench-check-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
runs-on: [self-hosted, ${{ inputs.runner_label }}]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- run: docker build .