Commit Graph

5 Commits

Author SHA1 Message Date
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
Yuan (Bob) Gong c7448c71df
test(v2): refactor sample test utils into a py package (#7105)
* test(v2): refactor sample test utils into a py package

* fix error
2021-12-23 11:10:01 +08:00
Yuan (Bob) Gong 31429dc296
chore(samples): v2 compatible exit handler sample (#5541)
* chore(samples): v2 compatible exit handler sample

* legacy-exit-handler only run on v1 mode

* fix legacy_exit_handler_test

* Update exit_handler_test.py
2021-05-07 06:48:06 -07:00
Yuan (Bob) Gong 4abbdec8c9
test(v2/samples): verify sample mlmd state (#5486)
* test(v2/samples): verify sample mlmd state

* finish artifact verification and fix v2 test integration

* fix unrecognized argument error

* fix tests

* fix test failure

* fix test
2021-04-20 03:06:38 -07:00
Yuan (Bob) Gong f757a8842f
test: add exit_handler, loop_parallism and output_a_directory pipelines to v2 sample test (#5473)
* test: add exit_handler to v2 test infra

* test: add loop_parallelism_test

* test: add output_a_directory_test

* load common component from url

* add tests to samples/test/config.yaml

* enable output directory test
2021-04-19 19:46:37 -07:00