Skip to content

ci: support running smoke tests using the GitHub UI (#14156) #1736

ci: support running smoke tests using the GitHub UI (#14156)

ci: support running smoke tests using the GitHub UI (#14156) #1736

---
name: microbenchmark
on:
workflow_dispatch:
push:
branches:
- main
- "8.[0-9]+"
- "8.x"
paths-ignore:
- '**.md'
- '**.asciidoc'
# limit the access of the generated GITHUB_TOKEN
permissions:
contents: read
jobs:
microbenchmark:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Run buildkite pipeline
uses: elastic/oblt-actions/buildkite/run@v1.9.1
with:
token: ${{ secrets.BUILDKITE_TOKEN }}
pipeline: apm-agent-microbenchmark
env-vars: |
script=.ci/scripts/bench.sh
repo=apm-server
sha=${{ github.sha }}
BRANCH_NAME=${{ github.ref_name }}
REPO=apm-server