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 0478cd2827c move performance singlestoreio config to the right place 
(#29126)
0478cd2827c is described below

commit 0478cd2827cd003cb7511278bb9c5f13dd96e151
Author: Vlado Djerek <rage.bubble...@gmail.com>
AuthorDate: Tue Oct 24 21:23:16 2023 +0200

    move performance singlestoreio config to the right place (#29126)
---
 .github/workflows/beam_PerformanceTests_SingleStoreIO.yml               | 2 +-
 .../config_PerformanceTests_SingleStoreIO.txt                           | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml 
b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
index e7bf6cc91cd..c5c35b5807a 100644
--- a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
+++ b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
@@ -105,7 +105,7 @@ jobs:
           test-type: performance
           test-language: java
           argument-file-paths: |
-            ${{ github.workspace 
}}/.github/workflows/performance-tests-job-configs/config_PerformanceTests_SingleStoreIO.txt
+            ${{ github.workspace 
}}/.github/workflows/performance-tests-pipeline-options/config_PerformanceTests_SingleStoreIO.txt
           arguments: |
             --singleStoreServerName=${{ 
steps.install_singlestore.outputs.lb_ip }}
       # The env variable is created and populated in the test-arguments-action 
as "<github.job>_test_arguments_<argument_file_paths_index>"
diff --git 
a/.github/workflows/performance-tests-job-configs/config_PerformanceTests_SingleStoreIO.txt
 
b/.github/workflows/performance-tests-pipeline-options/config_PerformanceTests_SingleStoreIO.txt
similarity index 100%
rename from 
.github/workflows/performance-tests-job-configs/config_PerformanceTests_SingleStoreIO.txt
rename to 
.github/workflows/performance-tests-pipeline-options/config_PerformanceTests_SingleStoreIO.txt

Reply via email to