Skip to content

Commit

Permalink
Add extra marks to VertexAI IT tests (#28534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored Sep 19, 2023
1 parent 27ada99 commit a1ec055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from apache_beam.io.filesystems import FileSystems
from apache_beam.testing.test_pipeline import TestPipeline

# pylint: disable=ungrouped-imports
try:
from apache_beam.examples.inference import vertex_ai_image_classification
from apache_beam.examples.inference import vertex_ai_llm_text_classification
Expand Down
3 changes: 2 additions & 1 deletion sdks/python/test-suites/dataflow/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ task vertexAIInferenceTest {
"test_opts": testOpts,
"suite": "VertexAITests-df-py${pythonVersionSuffix}",
"collect": "uses_vertex_ai and it_postcommit" ,
"runner": "TestDataflowRunner"
"runner": "TestDataflowRunner",
"requirements_file": "$requirementsFile"
]
def cmdArgs = mapToArgString(argMap)
exec {
Expand Down

0 comments on commit a1ec055

Please sign in to comment.