Skip to content

Commit

Permalink
enable benchmark job, update get gke creds method
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Jun 21, 2024
1 parent 3e186e7 commit a794a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run-benchmark:
name: Run benchmarks tests
if: ${{ false }} # disable for now
# if: ${{ false }} # disable for now
runs-on: ubuntu-latest
permissions:
contents: 'read'
Expand All @@ -140,6 +140,7 @@ jobs:
with:
cluster_name: 'immutable-prod'
location: 'us-central1'
use_auth_provider: true

- name: Run benchmark script
env:
Expand All @@ -165,7 +166,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
# needs: run-benchmark
needs: run-benchmark
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit a794a25

Please sign in to comment.