test: Update test cases in presubmit-tests-tfx.sh (#5628)

replace taxi_pipeline_kubeflow_gcp_test with penguin_pipeline_kubeflow_gcp_test
This commit is contained in:
Chen Sun 2021-05-10 23:10:42 -07:00 committed by GitHub
parent ecb7dbc0b1
commit 98440d932c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -62,5 +62,6 @@ python3 kubeflow_v2_run_executor_test.py
cd $source_root/tfx/tfx/orchestration/kubeflow/v2/file_based_example_gen
python3 driver_test.py
cd $source_root/tfx/tfx/examples/chicago_taxi_pipeline
python3 taxi_pipeline_kubeflow_gcp_test.py
python3 taxi_pipeline_kubeflow_local_test.py
cd $source_root/tfx/tfx/examples/penguin
python3 penguin_pipeline_kubeflow_gcp_test.py