Skip to content

Commit

Permalink
Adds a comment on Kubeflow test setup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 429030451
jiyongjung authored and tfx-copybara committed Feb 16, 2022
1 parent 8935778 commit 9ed544c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tfx/orchestration/kubeflow/e2e_tests/kubeflow_e2e_test.py
Original file line number Diff line number Diff line change
@@ -197,6 +197,9 @@ def _assert_infra_validator_passed(self, pipeline_name: str):
def testSimpleEnd2EndPipeline(self):
"""End-to-End test for simple pipeline."""
pipeline_name = 'kubeflow-e2e-test-{}'.format(test_utils.random_id())
# Test data is copied from the repository(tfx/components/testdata/) to an
# ephemeral location in GCS bucket(BaseKubeflowTest._BUCKET_NAME).
# See kubeflow_test_utils.BaseKubeflowTest.setUp() for the detail.
components = kubeflow_test_utils.create_e2e_components(
self._pipeline_root(pipeline_name),
self._data_root,

0 comments on commit 9ed544c

Please sign in to comment.