Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed Dec 14, 2021
1 parent c9e4815 commit 812f1db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ jobs:
set -e
cd code/perf-test
# Package the login in a JSON payload
# login='{"tenantId":"${{ secrets.test_tenant_id }}","clientId":"${{ secrets.TESTER_SP_ID }}","secret":"${{ secrets.TESTER_SP_SECRET }}"}'
# ./delta-kusto -p from-parameters.yaml -o tokenProvider.login=$login
./delta-kusto -p from-parameters.yaml -o tokenProvider.systemManagedIdentity=true
login='{"tenantId":"${{ secrets.test_tenant_id }}","clientId":"${{ secrets.TESTER_SP_ID }}","secret":"${{ secrets.TESTER_SP_SECRET }}"}'
./delta-kusto -p from-parameters.yaml -o tokenProvider.login=$login
# Sleep to reset throttling
- name: Sleep
run: sleep 3s
Expand Down

0 comments on commit 812f1db

Please sign in to comment.