Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Chauncey 5d93716794 feat(test/e2e/dcos): Add a wait condition for node health when provisioning dcos clusters (#1572) 2017-10-17 10:17:52 -07:00
Jonathan Chauncey a30bbc1383 feat(test/e2e/dcos): Adds a suite of e2e tests for dcos orchestrator (#1555) 2017-10-09 12:29:25 -07:00
Jack Francis e19d2a742f increase wait time for node readiness to 15 mins (#1537)
* increase wait time for node readiness to 15 mins

* using cfg.Timeout so timeout is configurable
2017-10-04 13:47:52 -07:00
Jonathan Chauncey 3760b36ef2 log a fatal message if we cannot login or set the subscription (#1486) 2017-09-27 16:26:16 -07:00
Jonathan Chauncey 824501d570 chore(circleci/config.yml): Add hybrid and windows builds to circle config (#1387)
* The linux definition now builds a more feature complete kubernetes cluster. This means we can provision fewer clusters while testing more surface area
2017-09-18 11:30:54 -07:00
Jonathan Chauncey 99f60bd762 fix(runner.go, kubernetes_test.go): Fix flaky dashboard test and node count test (#1379) 2017-08-31 11:41:17 -07:00
Jonathan Chauncey 2f1fc77aa8 feat(runner.go): port bash ginkgo runner to go (#1365)
* feat(runner.go): port bash ginkgo runner to go
* Ports bash runner to golang
* Updates the version check for the k8s test so that it uses the version specified in the cluster definition if provided
* Adds some retry logic to the pod networking test since that was failing locally

* ref(runner.go, kubernetes_test.go):
* Refactored runner.go into a few more methods to help readability
* Fixed orchestrator version test for k8s.
* You can now set ORCHESTRATOR_RELEASE as an env var to provision clusters with a given release

* fix(runner.go): Remove unused const

* feat(runner.go): Add provision retries
* We will now retry upto 3 times by default (override using PROVISION_RETRIES env var)

* fix(runner.go): Remove excessive teardown calls
2017-08-30 11:38:09 -07:00