Updated action workflow files to work with new test infra Dockerimages. (#7287)

This commit is contained in:
Hrishikesh Barman 2020-05-24 14:54:18 +05:30 committed by GitHub
parent 1f69c38ba4
commit 4658ce60d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 9 deletions

View File

@ -27,18 +27,16 @@ jobs:
--data '{"state":"pending","context":"funcbench-status","target_url":"'$GITHUB_STATUS_TARGET_URL'"}'
"https://api.github.com/repos/$GITHUB_REPOSITORY/statuses/$LAST_COMMIT_SHA"
- name: Prepare nodepool
uses: docker://prominfra/prombench:master
uses: docker://prominfra/funcbench:master
with:
args: make funcbench_nodepool_create
- name: Run funcbench
uses: docker://prominfra/prombench:master
with:
args: make funcbench_resource_apply
entrypoint: 'docker_entrypoint'
args: make deploy
- name: Delete all resources
if: always()
uses: docker://prominfra/prombench:master
uses: docker://prominfra/funcbench:master
with:
args: make funcbench_resource_delete; make funcbench_nodepool_delete
entrypoint: 'docker_entrypoint'
args: make clean
- name: Update status to failure
if: failure()
run: >-

View File

@ -12,7 +12,6 @@ env:
PROJECT_ID: macro-mile-203600
PR_NUMBER: ${{ github.event.client_payload.PR_NUMBER }}
RELEASE: ${{ github.event.client_payload.RELEASE }}
TEST_INFRA_REPO: https://github.com/prometheus/test-infra.git
ZONE: europe-west3-a
jobs:
benchmark_start: