Skip to content

Commit

Permalink
Revert "Accept failure of kf pipeline run with a note"
Browse files Browse the repository at this point in the history
This reverts commit 32323a4.
  • Loading branch information
kromanow94 committed Jun 21, 2024
1 parent 32323a4 commit 1bc3d72
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/gh-actions/run_and_wait_kubeflow_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,7 @@ def add_pipeline(
logger.warn("Running 'kubectl describe wf':")
subprocess.run(["kubectl", "describe", "wf"])

logger.warn(
"""The Pipeline Run failed but the goal of verifying if a
kfp.Client can access KFP API from KF Notebook without
credentials has succeeded. Exiting with code 0"""
)
raise SystemExit(0)
raise SystemExit(1)
break
else:
logger.info("Waiting for pipeline to finish...")
Expand Down

0 comments on commit 1bc3d72

Please sign in to comment.