This is an automated email from the ASF dual-hosted git repository.
damondouglas pushed a commit to branch fix-distroless-wfs
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-distroless-wfs by this
push:
new ab627ea6a94 Update common.gradle
ab627ea6a94 is described below
commit ab627ea6a942bda3fbb58f9bd844c342390c9d54
Author: Damon <[email protected]>
AuthorDate: Thu Jan 16 15:57:50 2025 -0800
Update common.gradle
---
sdks/python/test-suites/dataflow/common.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sdks/python/test-suites/dataflow/common.gradle
b/sdks/python/test-suites/dataflow/common.gradle
index 1c30e7dfb72..9af8beaefa1 100644
--- a/sdks/python/test-suites/dataflow/common.gradle
+++ b/sdks/python/test-suites/dataflow/common.gradle
@@ -389,12 +389,13 @@ task validatesDistrolessContainer() {
mustRunAfter
":sdks:python:container:py${pyversion}:generatePythonRequirements"
}
dependsOn 'initializeForDataflowJob'
- dependsOn ":sdks:python:container:py${pyversion}:docker"
+ dependsOn ":sdks:python:container:distroless:py${pyversion}:docker"
def runScriptsPath =
"${rootDir}/sdks/python/container/run_validatescontainer.sh"
doLast {
exec {
environment 'IMAGE_SUFFIX', '_distroless'
environment 'TEST_MARK', 'examples_postcommit'
+ environment 'CONTAINER_PROJECT',
":sdks:python:container:distroless:py${pyversion}"
executable 'sh'
args '-c', ". ${envdir}/bin/activate && cd ${rootDir} &&
${runScriptsPath} " +
"${project.ext.pythonVersion} " +