aleksandr-dudko commented on code in PR #29034:
URL: https://github.com/apache/beam/pull/29034#discussion_r1363186344
##########
.github/workflows/beam_LoadTests_Python_CoGBK_Dataflow_Batch.yml:
##########
@@ -79,10 +79,10 @@ jobs:
test-type: load
test-language: python
argument-file-paths: |
- ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python-cogbk/python_CoGBK_Dataflow_Batch_100b_Single_Key.txt
- ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python-cogbk/python_CoGBK_Dataflow_Batch_100b_Multiple_Keys.txt
- ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python-cogbk/python_CoGBK_Dataflow_Batch_10kB.txt
- ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python-cogbk/python_CoGBK_Dataflow_Batch_2MB.txt
+ ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python_CoGBK_Dataflow_Batch_100b_Single_Key.txt
+ ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python_CoGBK_Dataflow_Batch_100b_Multiple_Keys.txt
+ ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python_CoGBK_Dataflow_Batch_10kB.txt
+ ${{ github.workspace
}}/.github/workflows/load-tests-job-configs/python_CoGBK_Dataflow_Batch_2MB.txt
Review Comment:
Yes, I corrected the file path to the correct one, following the same
approach we use for all other jobs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]