Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Component] Rollforward of PR#2697 #2760

Merged
merged 14 commits into from
Dec 20, 2019
Merged

Conversation

numerology
Copy link

@numerology numerology commented Dec 19, 2019

Rollforward of #2697
Provide a default value of mlpipeline ui metadata path.


This change is Reviewable

@numerology
Copy link
Author

/hold tests are still failing.

@numerology
Copy link
Author

/hold cancel
Off line test is passing.

@numerology
Copy link
Author

/assign @gaoning777

@gaoning777
Copy link
Contributor

/lgtm

@numerology
Copy link
Author

/retest
Failure is not due to the bug intended to be fixed.

@numerology
Copy link
Author

/retest

@gaoning777
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gaoning777

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@numerology
Copy link
Author

/retest

2 similar comments
@numerology
Copy link
Author

/retest

@numerology
Copy link
Author

/retest

@k8s-ci-robot k8s-ci-robot merged commit 5551114 into kubeflow:master Dec 20, 2019
@numerology
Copy link
Author

Ok. It seems like the tests are pretty flaky. May need to investigate when we got some cycles.

@numerology numerology deleted the fix-2697 branch December 20, 2019 04:17
if args.ui_metadata_path:
os.environ['KFP_UI_METADATA_PATH'] = args.ui_metadata_path

launch(args.file_or_module, [args.args, args.ui_metadata_path])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure the args.ui_metadata_path needs to be passed to functions? They usually do no accept it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've verified it works by building a new container image. But your point is good. The actual root cause might be simply the argument name should be ui_metadata_path but not --ui_metadata_path.

Let me take a shot to see if that works.

Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
* Revert "Components - De-hardcoded the UI metadata file path in GCP components (kubeflow#2697)"

This reverts commit 08ebd15

* Revert "Revert "Components - De-hardcoded the UI metadata file path in GCP components (kubeflow#2697)""

This reverts commit e9bdbd2

* provide a default ui json path

* lint

* test image

* revert image tag

* update

* fix

* update image tag

* patch 2697

* fix test

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants