You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mw...@apache.org on 2020/03/03 13:27:30 UTC

[beam] 01/01: BEAM-9396 Fix container name in Python CoGBK test on Flink

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

mwalenia pushed a commit to branch BEAM-9396-python-cogbk
in repository https://gitbox.apache.org/repos/asf/beam.git

commit eb90f76c033678ebfc98a63ef63055df09d78e21
Author: Michal Walenia <mi...@polidea.com>
AuthorDate: Tue Mar 3 14:27:03 2020 +0100

    BEAM-9396 Fix container name in Python CoGBK test on Flink
---
 .test-infra/jenkins/job_LoadTests_coGBK_Flink_Python.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_LoadTests_coGBK_Flink_Python.groovy b/.test-infra/jenkins/job_LoadTests_coGBK_Flink_Python.groovy
index b5fbcee..bfe8a7e 100644
--- a/.test-infra/jenkins/job_LoadTests_coGBK_Flink_Python.groovy
+++ b/.test-infra/jenkins/job_LoadTests_coGBK_Flink_Python.groovy
@@ -150,7 +150,7 @@ def scenarios = { datasetName, sdkHarnessImageTag -> [
 
 def loadTest = { scope, triggeringContext ->
   Docker publisher = new Docker(scope, loadTestsBuilder.DOCKER_CONTAINER_REGISTRY)
-  String pythonHarnessImageTag = publisher.getFullImageName('python2.7_sdk')
+  String pythonHarnessImageTag = publisher.getFullImageName('beam_python2.7_sdk')
 
   def datasetName = loadTestsBuilder.getBigQueryDataset('load_test', triggeringContext)
   def numberOfWorkers = 5