Updated action workflow files to work with new test infra Dockerimages. (#7287)
This commit is contained in:
parent
1f69c38ba4
commit
4658ce60d1
14
.github/workflows/funcbench.yml
vendored
14
.github/workflows/funcbench.yml
vendored
@ -27,18 +27,16 @@ jobs:
|
|||||||
--data '{"state":"pending","context":"funcbench-status","target_url":"'$GITHUB_STATUS_TARGET_URL'"}'
|
--data '{"state":"pending","context":"funcbench-status","target_url":"'$GITHUB_STATUS_TARGET_URL'"}'
|
||||||
"https://api.github.com/repos/$GITHUB_REPOSITORY/statuses/$LAST_COMMIT_SHA"
|
"https://api.github.com/repos/$GITHUB_REPOSITORY/statuses/$LAST_COMMIT_SHA"
|
||||||
- name: Prepare nodepool
|
- name: Prepare nodepool
|
||||||
uses: docker://prominfra/prombench:master
|
uses: docker://prominfra/funcbench:master
|
||||||
with:
|
with:
|
||||||
args: make funcbench_nodepool_create
|
entrypoint: 'docker_entrypoint'
|
||||||
- name: Run funcbench
|
args: make deploy
|
||||||
uses: docker://prominfra/prombench:master
|
|
||||||
with:
|
|
||||||
args: make funcbench_resource_apply
|
|
||||||
- name: Delete all resources
|
- name: Delete all resources
|
||||||
if: always()
|
if: always()
|
||||||
uses: docker://prominfra/prombench:master
|
uses: docker://prominfra/funcbench:master
|
||||||
with:
|
with:
|
||||||
args: make funcbench_resource_delete; make funcbench_nodepool_delete
|
entrypoint: 'docker_entrypoint'
|
||||||
|
args: make clean
|
||||||
- name: Update status to failure
|
- name: Update status to failure
|
||||||
if: failure()
|
if: failure()
|
||||||
run: >-
|
run: >-
|
||||||
|
1
.github/workflows/prombench.yml
vendored
1
.github/workflows/prombench.yml
vendored
@ -12,7 +12,6 @@ env:
|
|||||||
PROJECT_ID: macro-mile-203600
|
PROJECT_ID: macro-mile-203600
|
||||||
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
|
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
|
||||||
RELEASE: ${{ github.event.client_payload.RELEASE }}
|
RELEASE: ${{ github.event.client_payload.RELEASE }}
|
||||||
TEST_INFRA_REPO: https://github.com/prometheus/test-infra.git
|
|
||||||
ZONE: europe-west3-a
|
ZONE: europe-west3-a
|
||||||
jobs:
|
jobs:
|
||||||
benchmark_start:
|
benchmark_start:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user