celeste-zeng commented on code in PR #27723:
URL: https://github.com/apache/beam/pull/27723#discussion_r1281150715
##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -348,6 +348,21 @@ task validatesContainer() {
}
}
+task validatesContainerARM() {
+ def pyversion = "${project.ext.pythonVersion.replace('.', '')}"
+ dependsOn 'initializeForDataflowJob'
+ dependsOn ":sdks:python:container:py${pyversion}:docker"
+ def runScriptsPath =
"${rootDir}/sdks/python/container/run_validatescontainer.sh"
Review Comment:
Done.
##########
sdks/python/container/run_validatescontainer.sh:
##########
@@ -24,10 +24,13 @@
# REGION -> Region name to use for Dataflow
#
# Execute from the root of the repository:
-# test Python3.8 container:
+# test Python3.8 x86 container:
# ./gradlew :sdks:python:test-suites:dataflow:py38:validatesContainer
-# or test all supported python versions together:
+# or test all supported python versions x86 containers together:
# ./gradlew :sdks:python:test-suites:dataflow:validatesContainer
+#
+# Note: ARM test suites only run on github actions. For example, to test
Python3.8 ARM containers,
Review Comment:
Added.
--
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]