mirror of
https://github.com/prometheus/prometheus
synced 2025-01-13 10:22:46 +00:00
Update github workflow for funcbench and prombench to incorporate new test infra related changes for gke
Signed-off-by: Drumil Patel <drumilpatel720@gmail.com>
This commit is contained in:
parent
041da628f8
commit
09818b279b
5
.github/workflows/funcbench.yml
vendored
5
.github/workflows/funcbench.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
if: github.event.action == 'funcbench_start'
|
if: github.event.action == 'funcbench_start'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
AUTH_FILE: ${{ secrets.TEST_INFRA_GKE_AUTH }}
|
AUTH_FILE: ${{ secrets.TEST_INFRA_PROVIDER_AUTH }}
|
||||||
BRANCH: ${{ github.event.client_payload.BRANCH }}
|
BRANCH: ${{ github.event.client_payload.BRANCH }}
|
||||||
BENCH_FUNC_REGEX: ${{ github.event.client_payload.BENCH_FUNC_REGEX }}
|
BENCH_FUNC_REGEX: ${{ github.event.client_payload.BENCH_FUNC_REGEX }}
|
||||||
PACKAGE_PATH: ${{ github.event.client_payload.PACKAGE_PATH }}
|
PACKAGE_PATH: ${{ github.event.client_payload.PACKAGE_PATH }}
|
||||||
@ -17,8 +17,9 @@ jobs:
|
|||||||
GITHUB_REPO: prometheus
|
GITHUB_REPO: prometheus
|
||||||
GITHUB_STATUS_TARGET_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
GITHUB_STATUS_TARGET_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
||||||
LAST_COMMIT_SHA: ${{ github.event.client_payload.LAST_COMMIT_SHA }}
|
LAST_COMMIT_SHA: ${{ github.event.client_payload.LAST_COMMIT_SHA }}
|
||||||
PROJECT_ID: macro-mile-203600
|
GKE_PROJECT_ID: macro-mile-203600
|
||||||
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
|
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
|
||||||
|
PROVIDER: gke
|
||||||
ZONE: europe-west3-a
|
ZONE: europe-west3-a
|
||||||
steps:
|
steps:
|
||||||
- name: Update status to pending
|
- name: Update status to pending
|
||||||
|
5
.github/workflows/prombench.yml
vendored
5
.github/workflows/prombench.yml
vendored
@ -3,7 +3,7 @@ on:
|
|||||||
types: [prombench_start,prombench_restart,prombench_stop]
|
types: [prombench_start,prombench_restart,prombench_stop]
|
||||||
name: Prombench Workflow
|
name: Prombench Workflow
|
||||||
env:
|
env:
|
||||||
AUTH_FILE: ${{ secrets.TEST_INFRA_GKE_AUTH }}
|
AUTH_FILE: ${{ secrets.TEST_INFRA_PROVIDER_AUTH }}
|
||||||
CLUSTER_NAME: test-infra
|
CLUSTER_NAME: test-infra
|
||||||
DOMAIN_NAME: prombench.prometheus.io
|
DOMAIN_NAME: prombench.prometheus.io
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -11,8 +11,9 @@ env:
|
|||||||
GITHUB_REPO: prometheus
|
GITHUB_REPO: prometheus
|
||||||
GITHUB_STATUS_TARGET_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
GITHUB_STATUS_TARGET_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
||||||
LAST_COMMIT_SHA: ${{ github.event.client_payload.LAST_COMMIT_SHA }}
|
LAST_COMMIT_SHA: ${{ github.event.client_payload.LAST_COMMIT_SHA }}
|
||||||
PROJECT_ID: macro-mile-203600
|
GKE_PROJECT_ID: macro-mile-203600
|
||||||
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
|
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
|
||||||
|
PROVIDER: gke
|
||||||
RELEASE: ${{ github.event.client_payload.RELEASE }}
|
RELEASE: ${{ github.event.client_payload.RELEASE }}
|
||||||
ZONE: europe-west3-a
|
ZONE: europe-west3-a
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user