-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix instructions for tensorflow-notebook release #494
Conversation
@@ -114,8 +114,9 @@ REPO_NAME=kubeflow | |||
ENV=releasing | |||
ks param set --env=${ENV} workflows namespace kubeflow-releasing | |||
ks param set --env=${ENV} workflows name "${USER}-${JOB_NAME}-${VERSION_TAG}" | |||
ks param set --env=${ENV} workflows prow_env "JOB_NAME=${JOB_NAME},JOB_TYPE=${JOB_TYPE},PULL_BASE_SHA=${PULL_BASE_SHA},REPO_NAME=${REPO_NAME},REPO_OWNER=${REPO_OWNER},BUILD_NUMBER=${BUILD_NUMBER}" | |||
ks param set --env=${ENV} workflows serving_image "gcr.io/kubeflow-images-staging/tf-model-server:${VERSION_TAG}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why delete this line?
serving_image param is not used in this workflow.
…On Fri, Mar 23, 2018 at 11:56 AM, Lun-Kai Hsu ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In releasing.md
<#494 (comment)>:
> @@ -114,8 +114,9 @@ REPO_NAME=kubeflow
ENV=releasing
ks param set --env=${ENV} workflows namespace kubeflow-releasing
ks param set --env=${ENV} workflows name "${USER}-${JOB_NAME}-${VERSION_TAG}"
-ks param set --env=${ENV} workflows prow_env "JOB_NAME=${JOB_NAME},JOB_TYPE=${JOB_TYPE},PULL_BASE_SHA=${PULL_BASE_SHA},REPO_NAME=${REPO_NAME},REPO_OWNER=${REPO_OWNER},BUILD_NUMBER=${BUILD_NUMBER}"
-ks param set --env=${ENV} workflows serving_image "gcr.io/kubeflow-images-staging/tf-model-server:${VERSION_TAG} <http://gcr.io/kubeflow-images-staging/tf-model-server:$%7BVERSION_TAG%7D>"
why delete this line?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#494 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwpFX8RTgKeEUWL9fSxxqtx4db_09vpks5thUVOgaJpZM4S5NAC>
.
--
Ankush Agarwal
Software Engineer, Cloud ML
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lluunn 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 |
add application overlay for spartakus
/cc @lluunn