Skip to content

Commit

Permalink
Fix num workers (#29006)
Browse files Browse the repository at this point in the history
* Fix num workers

* Remove groovy file

* Return groovy file, add InfluxDB envs
  • Loading branch information
Amar3tto authored Oct 17, 2023
1 parent bde6005 commit 0b50a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
INFLUXDB_USER: ${{ secrets.INFLUXDB_USER }}
INFLUXDB_USER_PASSWORD: ${{ secrets.INFLUXDB_USER_PASSWORD }}

jobs:
beam_Inference_Python_Benchmarks_Dataflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

--region=us-central1
--machine_type=n1-standard-2
--num_workers=75
--num_workers=30
--disk_size_gb=50
--autoscaling_algorithm=NONE
--staging_location=gs://temp-storage-for-perf-tests/loadtests
Expand Down

0 comments on commit 0b50a17

Please sign in to comment.