Skip to content

Commit

Permalink
kubeflow-pipelines-samples-v2-gha - WIP cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro committed Jul 30, 2024
1 parent fa0e349 commit df17f38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion backend/src/v2/test/scripts/ci-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PROJECT="${PROJECT:-kfp-ci}"
GCS_ROOT="gs://${PROJECT}/${COMMIT_SHA}/v2-sample-test"
GCR_ROOT="gcr.io/${PROJECT}/${COMMIT_SHA}/v2-sample-test"
# This is kfp-ci endpoint.
HOST=http://localhost:8888
HOST=${HOST:-"https://$(curl https://raw.githubusercontent.com/kubeflow/testing/master/test-infra/kfp/endpoint)"}

if [[ -z "${PULL_NUMBER}" ]]; then
KFP_PACKAGE_PATH='git+https://github.com/kubeflow/pipelines\#egg=kfp&subdirectory=sdk/python'
Expand Down
53 changes: 0 additions & 53 deletions samples/v2/new_producer_consumer_param_test.py

This file was deleted.

2 changes: 2 additions & 0 deletions samples/v2/sample_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def test(self):
TestCase(pipeline_func=two_step_pipeline_containerized.two_step_pipeline_containerized),
TestCase(pipeline_func=component_with_optional_inputs.pipeline),
TestCase(pipeline_func=pipeline_with_env.pipeline_with_env),

# The following tests are not working. Tracking issue: https://github.com/kubeflow/pipelines/issues/11053
# TestCase(pipeline_func=pipeline_with_importer.pipeline_with_importer),
# TestCase(pipeline_func=pipeline_with_volume.pipeline_with_volume),
# TestCase(pipeline_func=pipeline_with_secret_as_volume.pipeline_secret_volume),
Expand Down

0 comments on commit df17f38

Please sign in to comment.