Commit Graph

9 Commits

Author SHA1 Message Date
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Renmin 3df29394c1
Integration test fix (#3357)
* try generate MKP binary for each submit

* try run

* fix format

* fix format

* fix format

* it works, gcloud builds submit --config test/cloudbuild/mkp_verify.yaml --project ml-pipeline-test

* test commit trigger

* backup codes

* test

* fix

* pass manual test before submit

* 0.3.0

* quick fix for test path

Co-authored-by: Renmin Gu <renming@google.com>
2020-03-25 01:23:02 -07:00
Renmin 32b30b896b
Post-submit test for Hosted/MKP (mpdev verify) (#3193)
* try generate MKP binary for each submit

* try run

* fix format

* fix format

* fix format

* it works, gcloud builds submit --config test/cloudbuild/mkp_verify.yaml --project ml-pipeline-test

* test commit trigger

* backup codes

* test

* fix

* pass manual test before submit

* 0.3.0

Co-authored-by: Renmin Gu <renming@google.com>
2020-03-23 17:20:47 -07:00
Jiaxiao Zheng 13fc87bf41
[Manifest] fix version for MLMD store (#3237)
* fix version

* update
2020-03-09 09:14:37 -07:00
dushyanthsc 553ee7ca90
Metadata: Update Metadata server version to v0.21.1 (#2931)
Change to bump the metadata version to v0.21.1 to  get the latest updates in MLMD.
2020-01-30 12:32:20 -08:00
Rui Fang 6fc07a17c5
[Fix][Test] Fix post submit test on mkp deployment (#2939)
* Add mkp deployment for test

* Add mkp deployment script

This commit adds mkp deployment script including cluster deployment,
argo installation and kfp mkp deployment.

* Add sleep 60 after kfp deployment

This commits adds sleep 60 after kfp deployment to make sure kfp
resources are ready when running argo submit.

* Typo fix
This commit fixes zone variable and deletes extra comments.

* Remove cluster deployment and argo installation in mkp script

This commit removes cluster deployment and argo installation in mkp
script. Those logic are the same with before and can use existing
script.

* Revert unrelated changes

This commit reverts unrelated changes on
test/manifests/kustomization.yaml.

* Add kfp deployment options param in post submit script

This commit adds kfp deployment options in post submit script. Current
options are standalone and mkp deployment.

* Remove WI set up on mkp deployment

This commit removes WI set up on mkp deployment.

* Fix on naming and syntax

This commit fixes small naming and syntax problem pointed on PR review.

* Read marketplace tools image from dockerfile

This commit changes marketplace tool image name from hard-coded to be
read from manifest.

* Fix post submit test

This commit fixes post submit on mkp deployment when running docker. The
base image didn't set up avoiding using sudo when running docker.
2020-01-30 11:38:18 -08:00
dushyanthsc 469e7196cf Metadata: Updating metadata server version from 0.14.0 to v0.21.0 (#2901)
Change to bump the metadata version to get the latest updates in MLMD.
2020-01-27 09:51:03 -08:00
Rui Fang f00be85ef0 [Test] Read mkp tools image from manifest docker file (#2900)
* Add mkp deployment for test

* Add mkp deployment script

This commit adds mkp deployment script including cluster deployment,
argo installation and kfp mkp deployment.

* Add sleep 60 after kfp deployment

This commits adds sleep 60 after kfp deployment to make sure kfp
resources are ready when running argo submit.

* Typo fix
This commit fixes zone variable and deletes extra comments.

* Remove cluster deployment and argo installation in mkp script

This commit removes cluster deployment and argo installation in mkp
script. Those logic are the same with before and can use existing
script.

* Revert unrelated changes

This commit reverts unrelated changes on
test/manifests/kustomization.yaml.

* Add kfp deployment options param in post submit script

This commit adds kfp deployment options in post submit script. Current
options are standalone and mkp deployment.

* Remove WI set up on mkp deployment

This commit removes WI set up on mkp deployment.

* Fix on naming and syntax

This commit fixes small naming and syntax problem pointed on PR review.

* Read marketplace tools image from dockerfile

This commit changes marketplace tool image name from hard-coded to be
read from manifest.
2020-01-22 12:12:35 -08:00
Rui Fang 7641121b0a [Test] Add KFP MKP deployment for e2e tests (#2850)
* Add mkp deployment for test

* Add mkp deployment script

This commit adds mkp deployment script including cluster deployment,
argo installation and kfp mkp deployment.

* Add sleep 60 after kfp deployment

This commits adds sleep 60 after kfp deployment to make sure kfp
resources are ready when running argo submit.

* Typo fix
This commit fixes zone variable and deletes extra comments.

* Remove cluster deployment and argo installation in mkp script

This commit removes cluster deployment and argo installation in mkp
script. Those logic are the same with before and can use existing
script.

* Revert unrelated changes

This commit reverts unrelated changes on
test/manifests/kustomization.yaml.

* Remove WI set up on mkp deployment

This commit removes WI set up on mkp deployment.
2020-01-18 14:07:35 -08:00