Skip to content

Commit

Permalink
Unpin Dataflow legacy worker container for Nexmark test (#33224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Nov 27, 2024
1 parent 5a6c902 commit 9696201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 0 additions & 4 deletions sdks/java/testing/nexmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ def getNexmarkArgs = {
}
} else {
def dataflowWorkerJar = project.findProperty('dataflowWorkerJar') ?: project(":runners:google-cloud-dataflow-java:worker").shadowJar.archivePath
// Provide job with a customizable worker jar.
// With legacy worker jar, containerImage is set to empty (i.e. to use the internal build).
// More context and discussions can be found in PR#6694.
nexmarkArgsList.add("--dataflowWorkerJar=${dataflowWorkerJar}".toString())
nexmarkArgsList.add('--workerHarnessContainerImage=')

def nexmarkProfile = project.findProperty(nexmarkProfilingProperty) ?: ""
if (nexmarkProfile.equals("true")) {
Expand Down

0 comments on commit 9696201

Please sign in to comment.