Commit Graph

6 Commits

Author SHA1 Message Date
Pratyusha R 1d9690321f
fix(samples): Updated samples/core to V2 (#9879)
* Updated output_a_directory.py to V2

* Update output_a_directory_test.py to V2

* Update parallel_join.py to V2

* Update multiple_outputs.ipynb to V2

* Update multiple_outputs_test.py to V2

* Updated kfp_env_validation to V2

* Updated loop_parallelism to V2
2024-03-06 22:57:14 +00:00
Yaqi Ji b693909a08
feat(sdk)!: move v1 to deprecated folder (#7291)
* chore(sdk): move v1 to deprecated

* fix testsg

* fix testsg

* fix setup.py

* fix test

* s'

* fix tests

* fix test

* retore v2 test changes

* fix py3.6 test

* fix py3.6 test

* fix py3.6 import fallback error

* remove deprecated

* fix samples test

* sample test

* fix samples

* add readme

* restroe test

* python require

* remove path

* fix tests

* inteegration tests

* remove tfx tests for dependency with kfp v1

* fix e2e

* fix e2e

* fix integration tests

* fix sampe

* move client down

* change to kfp

* add import alias

* fix

* runid

* fix dsl

* only use kfp for function

* revert train_until_good

* tfx test

* kfp

* try import

* onprem
2022-03-04 00:52:59 +00:00
Diana Atanasova fd72b3c9d5
refactor: update pipeline names in samples/core dir. Fixes #5683 (#5720)
Update pipeline names in sample/core directory to contain only lowercase
letters, hyphen, and numbers.

Signed-off-by: Diana Atanasova <dianaa@vmware.com>
2021-05-24 00:36:32 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong 02fabd306e
[Testing] Use google/cloud-sdk:279.0.0 to resolve workload identity flakiness (#3019)
* [Testing] Use gke 1.15.8 to mitigate workload identity flakiness

* Upgrade gcloud version

* Update image builder image too

* Turn on workload identity

* Update deploy-cluster.sh

* secret sample uses python3 instead

* Increase xgboost time limit

* Revert files with bad format

* Update component and pipelines to use gcloud 279.0.0

* Fix secret sample using python3

* Upgrade frontend integration test image

* Rebuild frontend integration test image
2020-02-11 18:34:07 -08:00
sina chavoshi b983399b60 Kfp diagnose_me pipeline (#2843)
* Making json output format easier to read

* Update sdk/python/kfp/cli/diagnose_me_cli.py

good catch  :)

Co-Authored-By: Jiaxiao Zheng <jxzheng@google.com>

* update based on feedback

* Sample env validation pipeline with diagnose_me

* removing files that I accidentally added

* update based on review feedback

* diagnose_me based validation pipeline

* updating sample based on review feedback

* updating project_id comment

* removed sequential execution

* changing comment on base image

Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>
2020-01-22 15:52:50 -08:00