You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2023/10/17 18:38:38 UTC

[beam] branch master updated: Fix num workers (#29006)

This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b50a173608 Fix num workers (#29006)
0b50a173608 is described below

commit 0b50a173608c9264d682f0b4c941adbf6362f506
Author: Vitaly Terentyev <vi...@akvelon.com>
AuthorDate: Tue Oct 17 22:38:28 2023 +0400

    Fix num workers (#29006)
    
    * Fix num workers
    
    * Remove groovy file
    
    * Return groovy file, add InfluxDB envs
---
 .github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml         | 2 ++
 ...Dataflow_Pytorch_Imagenet_Classification_Resnet_152_Tesla_T4_GPU.txt | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
index b6c10b6ef60..97099ec525f 100644
--- a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
+++ b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
@@ -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:
diff --git a/.github/workflows/load-tests-job-configs/beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Imagenet_Classification_Resnet_152_Tesla_T4_GPU.txt b/.github/workflows/load-tests-job-configs/beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Imagenet_Classification_Resnet_152_Tesla_T4_GPU.txt
index c1b7e273c6e..e79369befad 100644
--- a/.github/workflows/load-tests-job-configs/beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Imagenet_Classification_Resnet_152_Tesla_T4_GPU.txt
+++ b/.github/workflows/load-tests-job-configs/beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Imagenet_Classification_Resnet_152_Tesla_T4_GPU.txt
@@ -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