Commit Graph

9 Commits

Author SHA1 Message Date
Alexey Volkov e2492896aa Testing/Sample - Made checking confusion matrix data more robust (#1196)
* Testing/Sample - Made checking confusion matrix data more robust
The sample tests no longer depend on particular  file names inside the archive. Now they only depend on the artifact name.

* Fixed json loading on python 3.5

`json.load` only supports reading from binary files in python 3.6+. https://docs.python.org/3/library/json.html#json.load
2019-04-25 15:46:27 -07:00
Alexey Volkov c9382474d6 Fixed Kubeflow sample test (#1096)
* Fixed Kubeflow sample test

* Fixed the artifact-finding logic in `get_artifact_in_minio`.
It was just taking the first artifact before.
Now it properly searches the artifact by name.
2019-04-06 01:00:27 -07:00
Ning f86fb2a677 output argo log in case of exception throw (#635) 2019-01-07 10:43:30 -08:00
Ning 5abc1a4f59 Add sample test without image build (#578)
* add another sample test to test the current sample codes instead of using newly built component images

* rename sample test yamls

* use the v2 name

* bash bug

* tf-training bug fix

* output argo log in case of exceptions for tf-training sample

* disable gpu
2019-01-03 15:17:51 -08:00
qimingj 6b315d4693 Change "namespace" param to "host" in kfp client so we can use Jupyter outside cluster. (#529)
* Change "namespace" param to "host" in kfp client so we can use Jupyter outside cluster.

* Fix tests.
2018-12-12 23:36:18 -08:00
nealgao 548a2d6fe5 Failed the sample tests when it should (#417)
* failed the sample tests when it should

* print log before failure
2018-11-29 23:53:33 -08:00
nealgao b39435765d configurable namespaces in sample test and python SDK (#306)
* configurable namespaces in sample test and python SDK

* update run_test.sh

* fix a typo
2018-11-17 00:31:05 -08:00
nealgao e61735c3af sample tests using the dataset in the corresponding test project (#152) 2018-11-08 19:28:44 -08:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00