Merge pull request #15682 from prometheus/prombench-custom

prombench: Extend GH job for the upcoming custom benchmark feature.
This commit is contained in:
Bartlomiej Plotka 2024-12-17 15:20:52 +01:00 committed by GitHub
commit dd95a7e231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,8 @@ env:
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
PROVIDER: gke
RELEASE: ${{ github.event.client_payload.RELEASE }}
BENCHMARK_VERSION: ${{ github.event.client_payload.BENCHMARK_VERSION }}
BENCHMARK_DIRECTORY: ${{ github.event.client_payload.BENCHMARK_DIRECTORY }}
ZONE: europe-west3-a
jobs:
benchmark_start: