Add PACKAGE_PATH to funcbench workflow (#7744)
This commit is contained in:
parent
e91f7e1c0a
commit
0c2fcd8981
|
@ -1,4 +1,4 @@
|
|||
on: repository_dispatch
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [funcbench_start]
|
||||
name: Funcbench Workflow
|
||||
|
@ -11,6 +11,7 @@ jobs:
|
|||
AUTH_FILE: ${{ secrets.TEST_INFRA_GKE_AUTH }}
|
||||
BRANCH: ${{ github.event.client_payload.BRANCH }}
|
||||
BENCH_FUNC_REGEX: ${{ github.event.client_payload.BENCH_FUNC_REGEX }}
|
||||
PACKAGE_PATH: ${{ github.event.client_payload.PACKAGE_PATH }}
|
||||
GITHUB_TOKEN: ${{ secrets.PROMBOT_TOKEN }}
|
||||
GITHUB_ORG: prometheus
|
||||
GITHUB_REPO: prometheus
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
on: repository_dispatch
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [prombench_start,prombench_restart,prombench_stop]
|
||||
name: Prombench Workflow
|
||||
|
|
Loading…
Reference in New Issue