Skip to content

Commit

Permalink
action: production ready
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 2, 2023
1 parent 6eb4417 commit 877ce7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ permissions:
jobs:
microbenchmark:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 5
steps:
- uses: elastic/apm-pipeline-library/.github/actions/run-microbenchmark@github-microbenchmark
- uses: elastic/apm-pipeline-library/.github/actions/run-microbenchmark@current
with:
vault-url: ${{ secrets.VAULT_ADDR }}
vault-role-id: ${{ secrets.VAULT_ROLE_ID }}
vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
notify-if-failure: true
slack-channel: "#apm-agent-go"
script: scripts/ci/bench.sh
environments:
GO_VERSION=stable

0 comments on commit 877ce7f

Please sign in to comment.