tvalentyn commented on code in PR #22131:
URL: https://github.com/apache/beam/pull/22131#discussion_r972437142


##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -364,3 +364,38 @@ task validatesContainer() {
     }
   }
 }
+
+def tensorRTTests = tasks.create("tensorRTtests") {
+  dependsOn 'installGcpTest'
+  dependsOn ':sdks:python:sdist'
+ doLast {
+  def testOpts = basicPytestOpts
+  def argMap = [
+    "runner": "DataflowRunner",
+    "machine_type":"n1-standard-4",
+    "sdk_container_image": 
"us.gcr.io/apache-beam-testing/python-postcommit-it/tensor_rt:latest",

Review Comment:
   actually, they could also be used for other runners, so could be a little up 
the tree, such as test-suites/containers/tensortt_runinference



-- 
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]

Reply via email to