This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch oss-image-cpu
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/oss-image-cpu by this push:
new ff7f0d1d346 Fix jobname
ff7f0d1d346 is described below
commit ff7f0d1d3462022d0b7a04a94840bb4873ae5f8f
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jan 22 10:43:08 2026 +0400
Fix jobname
---
.../workflows/beam_Inference_Python_Benchmarks_Dataflow.yml | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
index 883f5dc4457..a10ca530217 100644
--- a/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
+++ b/.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml
@@ -98,17 +98,6 @@ jobs:
# The env variables are created and populated in the
test-arguments-action as
"<github.job>_test_arguments_<argument_file_paths_index>"
- name: get current time
run: echo "NOW_UTC=$(date '+%m%d%H%M%S' --utc)" >> $GITHUB_ENV
- - name: run PyTorch Image Classification EfficientNet-B0 Streaming
(Right-fitting)
- uses: ./.github/actions/gradle-command-self-hosted-action
- timeout-minutes: 180
- with:
- gradle-command: :sdks:python:apache_beam:testing:load_tests:run
- arguments: |
-
-PloadTest.mainClass=apache_beam.testing.benchmarks.inference.pytorch_imagenet_rightfit_benchmarks
\
- -Prunner=DataflowRunner \
- -PpythonVersion=3.10 \
-
-PloadTest.requirementsTxtFile=apache_beam/ml/inference/pytorch_rightfit_requirements.txt
\
- '-PloadTest.args=${{
env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_9 }}
--mode=streaming
--job_name=benchmark-tests-pytorch-imagenet-rightfit-streaming-${{env.NOW_UTC}}
--output_table=apache-beam-testing.beam_run_inference.result_torch_inference_imagenet_stream_rightfit'
\
- name: run PyTorch Image Object Detection Faster R-CNN ResNet-50 Batch
uses: ./.github/actions/gradle-command-self-hosted-action
timeout-minutes: 180
@@ -119,7 +108,7 @@ jobs:
-Prunner=DataflowRunner \
-PpythonVersion=3.10 \
-PloadTest.requirementsTxtFile=apache_beam/ml/inference/pytorch_image_object_detection_requirements.txt
\
- '-PloadTest.args=${{
env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_10 }} --mode=batch
--job_name=benchmark-tests-pytorch-image-object_detection-batch-${{env.NOW_UTC}}
--output_table=apache-beam-testing.beam_run_inference.result_torch_inference_image_object_detection_batch'
\
+ '-PloadTest.args=${{
env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_10 }} --mode=batch
--job_name=benchmark-tests-pytorch-image-object-detection-batch-${{env.NOW_UTC}}
--output_table=apache-beam-testing.beam_run_inference.result_torch_inference_image_object_detection_batch'
\
- name: run PyTorch Image Captioning BLIP + CLIP Batch
uses: ./.github/actions/gradle-command-self-hosted-action
timeout-minutes: 180