Commit Graph

7 Commits

Author SHA1 Message Date
Christian Clauss 8e1e823139 Lint Python code for undefined names (#1721)
* Lint Python code for undefined names

* Lint Python code for undefined names

* Exclude tfdv.py to workaround an overzealous pytest

* Fixup for tfdv.py

* Fixup for tfdv.py

* Fixup for tfdv.py
2019-08-21 15:04:31 -07:00
cheyang 8495eb1a6f Add mpi job into arena launcher (#1307)
* refactor arena launcher

* add all

* add all

* add all

* update arena kfp ppackage

* fix launcher

* add samples

* add samples

* add samples

* set rdma false as default

* fix mpirun samples

* fix mpijob

* add mpirun to arena launcher

* update samples

* update samples

* fix broken link

* fix broken link

* fix review comments

* remove mpi_run yaml
2019-05-14 20:38:15 -07:00
cheyang 36d31fe23d make pending timeout customizable (#1268)
* make pending timeout customizable

* fix the description of arg
2019-05-04 18:53:36 -07:00
cheyang 5bbf213829 Update arena SDK version (#1251)
* update python sdk version

* update python sdk version

* update python sdk version
2019-04-29 16:39:36 -07:00
cheyang 8c8e5052df Expose step id and step name (#1191)
* add step id and step name

* add step id and step name

* update python sdk version

* fix samples

* fix typo

* add env step id

* pass the name to next step

* change to wf name
2019-04-25 14:56:28 -07:00
cheyang 2eddf0e395 Update arena component with git support (#1179)
* update sample

* fix git  sync

* make downloading docker image automatically

* make downloading docker image automatically

* make downloading docker image automatically

* fix typo

* use extend to replace append
2019-04-18 23:39:54 -07:00
cheyang 6806f83feb Build Pipeline leveraging Arena (#1058)
* add arena samples to pipelines

* update directory

* update docs

* update docs

* update func name according to comments

* update samples

* update samples

* update samples

* add installation guide

* add installation guide

* update kfp package

* update author name

* change timeout unit to hour

* update API docs

* reduce image size

* update samples

* update docker images

* update docker images

* update notebook

* update notebook

* re-design API

* update the design of arena op API

* re-design ops API

* update arena launcher implementation

* refactor launcher

* fix api

* fix launcher issue

* update  arena version

* update demos

* add mpi op

fix the length of name

fix the length of name

change the default image

* fix typo of metric

* update api version

* fix metric name

* fix metric name

* fix metric name

* fix metric name

* fix metric name

* fix metric name

* make it show in pipeline ui

* make it show in pipeline ui

* update demos

* update demos
2019-04-15 18:55:04 -07:00