gkcalat
f626629f79
chore(testing): Enable samples in e2e tests with v1 kfp SDK ( #9169 )
...
* Add pipeline_id to run and recurring run protos
* Add pipeline_id to run and recurring_run
* Set status when creating a new job. Closes #9125 .
* Enable sample tests
2023-04-19 04:55:53 +00:00
Benjamin Tan Wei Hao
67c19fab67
fix: typo in VolumeOps example ( #7479 )
2022-03-31 19:07:31 +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
Niklas Hansson
b3c2351a02
feat(samples): volume ops example to not use container op. Part of #5687 ( #5826 )
...
* remove container ops
* clean up
* update with default size
2021-06-10 02:52:51 -07: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
Jiaxiao Zheng
ef381aafcc
[Sample test] Add parameterized_tfx_oss to 'normal' sample test corpus ( #2695 )
...
* Update to tfx 0.15.0 release
* update file name
* modernize naming
* move to core
* Update sample test launcher/config/file name.
* No longer need precompiled package.
* add dependency
* add pip
* no longer call dsl-compile
* fix launcher
* give additional time for init
* Try skip check in backend docker
* fix
* try fix
* revert the timeout
* fix per Alexey's suggestion
* fix typo
* print log
* fix
* remove log
2019-12-10 16:06:06 -08:00
Jiaxiao Zheng
790fe99aca
[SDK] Relax k8s sanitization ( #2634 )
...
* update
* add allow_capital
* fix
* fix volume_ops sample
* fix pipeline name sanitization
* fix unittests
* fix sanitization in _client.py
* fix component output sanitization
2019-11-26 10:28:10 -08:00
Ilias Katsakioris
0cc9f69b04
Extend E2E tests: Add VolumeOp test ( #2019 )
...
* Extend E2E tests: Add VolumeOp test
* Rename: `samples/core/volume_ops/volumeop.py` ->
`samples/core/volume_ops/volume_ops.py`
for uniformity regarding test launching
* Change VolumeOp modes from RWM to RWO
* Add volume_ops.config.yaml
2019-09-03 21:24:58 -07:00