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

Release b0147bdbed9f25212408e0468a475289e80e0406 #1238

Merged
merged 3 commits into from
Apr 26, 2019

Conversation

Ark-kun
Copy link
Contributor

@Ark-kun Ark-kun commented Apr 26, 2019

This change is Reviewable

Copy link
Contributor

@animeshsingh animeshsingh left a comment

Choose a reason for hiding this comment

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

/lgtm
We should look at a better strategy for this though. Either use constant URLs which get mapped by backend registry, or define global variables which can be referenced everywhere. Current approach is very error prone

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Apr 26, 2019

/test kubeflow-pipeline-e2e-test

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Apr 26, 2019

We should look at a better strategy for this though.

I'll implement the better way soon. The images/components won't be updated unless the code was changed.

Either use constant URLs which get mapped by backend registry, or define global variables which can be referenced everywhere.
Current approach is very error prone

Current approach provides a choice between exact reproducibility and using the latest version.

@@ -15,7 +15,7 @@ outputs:
- {name: Predictions dir, type: GCSPath, description: 'GCS or local directory.'} #Will contain prediction_results-* and schema.json files; TODO: Split outputs and replace dir with single file # type: {GCSPath: {path_type: Directory}}
implementation:
container:
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tf-predict:e20fad3e161e88226c83437271adb063221459b9
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tf-predict:b0147bdbed9f25212408e0468a475289e80e0406
Copy link
Member

Choose a reason for hiding this comment

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

why this sha instead of e8524ee?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We want to release component images as from b0147bd (as the title indicates).
e8524ee is the commit that does this (updates images to b0147bd).
A commit cannot reference itself >_<

P.S. This PR has 3 commits.

@IronPan
Copy link
Member

IronPan commented Apr 26, 2019

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

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

1 similar comment
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

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

@k8s-ci-robot k8s-ci-robot merged commit 7228ba1 into master Apr 26, 2019
@Ark-kun Ark-kun deleted the release-b0147bdbed9f25212408e0468a475289e80e0406 branch April 26, 2019 17:54
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
* Update kafka example with latest knative version

* Set address url according to inference protocol

* Add mms check for addressable url

* Fix mnist kafka event transformer

* Address comments

* Add step to upload the model
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
* Add SquareAttack to artserver and rework example predictor

* Refactor mnist example

* Update example script

* Init readme

* Remove unnecessary entrypoint arguments

* add art explainer api and sdk code gen

* add test overlay

* update art.yaml to v1beta1 art spec

* Update art predictor and docs

* add art explainer e2e test

* Update e2e test and predictor image

* Update art e2e test

* Apply suggestions from code review

Co-authored-by: Animesh Singh <[email protected]>

* update eventing addressable url from kubeflow#1238

* regenerate sdk with new predictor protocols

* update e2e test

* fix typo

* fix typo

* regenerate sdk spec

* update crd with makefile controller-gen

* reduce art image size

* Apply suggestions from code review

Co-authored-by: Animesh Singh <[email protected]>

* configure manifests to not directly apply crd

* add namespace resource to the crd patch

* add missing version to test

Co-authored-by: Tommy Li <[email protected]>
Co-authored-by: Animesh Singh <[email protected]>
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