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

push pipeline-lite YAML as part of release CB #2186

Merged
merged 11 commits into from
Sep 23, 2019

Conversation

IronPan
Copy link
Member

@IronPan IronPan commented Sep 21, 2019

Use GCR for hosting the deployment YAML.
This will simplify the release for pipeline-lite deployment.
/assign @Ark-kun @hongye-sun


This change is Reviewable

@IronPan IronPan changed the title push pipeline-lite YAML as part of release CB [WIP] push pipeline-lite YAML as part of release CB Sep 21, 2019
@IronPan IronPan changed the title [WIP] push pipeline-lite YAML as part of release CB push pipeline-lite YAML as part of release CB Sep 23, 2019
@jingzhang36
Copy link
Contributor

/lgtm

@jingzhang36
Copy link
Contributor

/lgtm

@IronPan
Copy link
Member Author

IronPan commented Sep 23, 2019

/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

@@ -201,6 +201,16 @@ steps:
id: 'copyPythonComponentSDKToLatest'
waitFor: ['copyPythonComponentSDKLocal']

# Generate and copy the pipeline-lite deployment YAML
- name: 'google/cloud-sdk'
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Tasks are mush easier to parse when they're separated by an empty line and the id is the first attribute.

args: ['kustomize', '/workspace/manifests/kustomize/env/dev', 'namespaced-install.yaml']
id: 'generateDeploymentYaml'
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'namespaced-install.yaml', 'gs://ml-pipeline/pipeline-lite/$TAG_NAME/namespaced-install.yaml']
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think we should replace gs://ml-pipeline/ with gs://kf-pipelines/ in future?

@k8s-ci-robot k8s-ci-robot merged commit 81bfca8 into kubeflow:master Sep 23, 2019
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.

5 participants