Commit Graph

485 Commits

Author SHA1 Message Date
nealgao 0fad57e023 add ngao to test owner (#299) 2018-11-19 10:54:25 -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
Alexey Volkov e6b4107056 Components - Reorganized components/kubeflow (#232)
* kubeflow/deployer

* kubeflow/dnntrainer

* kubeflow/launcher
2018-11-16 12:30:41 -08:00
Yang Pan 98014b65cd Revert sample test to mitigate test flakiness (#277)
* [WIP] change deployment platform to gcp

* debug

* revert test

* Update presubmit-tests.sh

* Update deploy.sh
2018-11-15 12:30:45 -08:00
IronPan 38b6cdc4ac revert test 2018-11-14 20:38:05 -08:00
IronPan f33cb44b89 Merge branch 'master' of https://github.com/kubeflow/pipelines 2018-11-14 20:36:22 -08:00
Riley Bauer 4550513ed0 Adds NewRun tests (#242)
* Adds tests for the NewRun page

* Add more tests

* Adds many more tests, cleans-up PipelineSelector a bit, and fixes bug in Utils.ts

* Update create run button ID in e2e test

* Test clean-up and PR comments
2018-11-14 16:31:21 -08:00
nealgao 790cb36f73 Move basic sample tests to e2e tests (#235)
* move basic sample tests to e2e tests

* remove pipeline deletion to avoid conflicts with concurrent basic e2e tests.
2018-11-14 13:51:54 -08:00
Alexey Volkov 1eb0adf616 Tests - Simplified test/sample-test/run_tests.sh a bit (#230) 2018-11-14 11:39:50 -08:00
IronPan d7d35bf79b debug 2018-11-13 17:45:23 -08:00
Alexey Volkov a104f1ac69 Tests/Minikube - Fix Google credentials (#194)
* Tests/Minikube - Downgraded Docker to 18.06.1

* Passing the GOOGLE_APPLICATION_CREDENTIALS env variable

* Copying the credentials file

* Using the home directory for the credentials file.
2018-11-12 13:26:35 -08:00
Alexey Volkov f0c189f3a5 Marked scripts as executable (#188)
chmod +x scripts
2018-11-09 19:50:30 -08:00
Alexey Volkov d68ea51eb9 Tests - Upgrade Minikube and Kubernetes for new Docker release (#183)
* Tests - Upgrade minikube due for new Docker release

* Upgrading Kubernetes
2018-11-09 16:32:30 -08:00
Alexey Volkov b190e729d2 Tests - Testing master+branch instead of just branch (#165)
* Tests - Testing master+branch instead of just branch

* Updated the image-builder image

* Fixed "fatal: unable to auto-detect email address"

* Updated the image builder images

* Updated the backend-unit-test image
2018-11-09 14:22:41 -08:00
nealgao e61735c3af sample tests using the dataset in the corresponding test project (#152) 2018-11-08 19:28:44 -08:00
Yang Pan a855ffb68f activate public prow service account (#153)
* activate service account

* Update presubmit-tests-gce-minikube.sh

* Update presubmit-tests.gke.sh

* Update presubmit-tests.sh

* update git clone

* update image

* update image

* Removed the SSH key copying

* update git clone

* update image

* update
2018-11-08 16:00:30 -08:00
nealgao 81341d3aa6 sample test fix: software version error (#146)
* typo

* start debug mode

* package version failure fix

* disable debug mode
2018-11-07 18:10:42 -08:00
nealgao a540cf77c6 Fix flaky basic sample test (#134)
* fix typo

* typo fix

* start debug mode

* fix typos

* make the timeout configurable

* disable debug mode

* update variable name

* update timeout to timeout_seconds
2018-11-07 14:50:14 -08:00
nealgao 8427e30c7f Add basic sample tests (#79)
* add sequential sample test

* add condition basic sample

* reuse script

* add all the other basic tests

* update sample test dockerfile to add run_basic_test file

* write test output

* typo bug
2018-11-06 22:26:28 -08:00
nealgao 3ce66aa226 add xgboost: migrate from the old repo (#46)
* migrate from the old repo

* fix bug: accidentally override tfma test

* add tfma test back

* add tfma back

* typo fix

* fix small typo

* if job fails, exit after logs are output
2018-11-06 17:15:49 -08:00
Alexey Volkov c7bb1ff1d2 Add Ning and Alexey to OWNERS for components, samples and sample-test (#102) 2018-11-06 14:59:05 -08:00
Alexey Volkov a0e55deea4 Fixed the Minikube tests after moving to the new repo (#98) 2018-11-06 13:40:07 -08:00
nealgao 077a060024 debug tfma failure (#91)
* debug tfma failure

* tft version bug

* minor fix

* comment the test validation
2018-11-06 12:52:56 -08:00
nealgao 3b602a57b0 Fix tfx name bug in the tfma sample test (#67)
* fix tfx name bug

* update release build for the data publish
2018-11-05 18:06:35 -08:00
Yang Pan 28b860db32
Update presubmit-tests.sh
The change is merged by accident. Revert the change to avoid resource leak.
2018-11-05 14:39:11 -08:00
qimingj 414a5afa13
Merge pull request #27 from kubeflow/ngao/fix-tfma-deploy-bug
TFMA deployer bug fix
2018-11-05 14:28:54 -08:00
Pascal Vicaire 3df28a9700 Updating OWNERS files. Adding per-subdirectory OWNER files. 2018-11-05 14:03:33 -08:00
Ning Gao 87f8840294 fix tfx name change 2018-11-05 13:23:12 -08:00
Ning Gao 9886ab10c0 fix tfx name change 2018-11-05 13:20:04 -08:00
Ning Gao 9dcedf094f fix name bug 2018-11-05 13:11:24 -08:00
Ning Gao 59172542d0 debug mode 2018-11-05 09:46:44 -08:00
Pascal Vicaire 34a030b199 Updating the backend unit test container. 2018-11-02 16:14:12 -07:00
Pascal Vicaire 7d3a089676 Updating the container image used to build the images needed by the e2e tests. 2018-11-02 15:34:19 -07:00
Pascal Vicaire d18f37785d Updating references to the project repository to kubeflow/pipelines. 2018-11-02 15:06:54 -07:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00