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'"}' --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: >-

View File

@ -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: