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

12 Коммитов

Автор SHA1 Сообщение Дата
Jack Francis aa56294ec2
ci: simplify generated consts flows (#4536) 2021-06-28 16:49:09 -07:00
James Sturtevant 0c09a1b17d
fix: Enable e2e to install ginko if required (#3330) 2020-06-05 09:16:40 -07:00
David Justice a19629060a
fix: move e2e runner into a module (#2262) 2019-11-05 16:44:38 -08:00
David Justice 5bca2b4fef chore: create parallel Jenkins pipeline for e2e tests (#1875)
* chore: add jenkins dynamic pipeline builds for k8s version and configs

* chore: enable jobs to limit the orchestrator versions they target

* chore: add throttling, clean up shell issues and extract go build
2019-08-30 12:51:24 -04:00
Jack Francis ac34a87a79
chore(CIS): assign root pw (#1013) 2019-04-11 15:19:15 -07:00
Stéphane Erbrech 620fd25576 test: pass in skip_test env variable down to the test container (#663) 2019-03-06 09:51:22 -08:00
Matt Boersma 49ed37bef3
Remove OpenShift support (#80) 2018-12-05 08:53:58 -07:00
Michalis Kargakis cbfabdb236 Add openshift e2e test (#2675)
* Add Openshift e2e tests

* Make distro configurable

* avoid patch version checks

* make route test re-entrant

* infer TENANT_ID from circleci env

* enable openshift-3.9-rhel-e2e
2018-05-04 16:20:42 -07:00
Jonathan Chauncey e515ec9def fix(Get-AzureConstants.py): remove the date string from the header
* add test to circle config
* add make target to run test in test.mk
* add script that executes the test

update azure-const.sh to do an azure login

add client_id and client_secret vars to test run
2017-11-07 14:01:09 -05: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
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
Jack Francis 97ab47bd94 Delivers a `make test-kubernetes` ginkgo e2e test (#1256)
* delivers a `make test-kubernetes` ginkgo e2e test

with circle config

* chore(make) make test needs to skip e2e dirs

* using ginkgo coverage script

* chmod +x scripts/ginkgo.coverage.sh

* added ginkgo-k8s-e2e to circleci jobs options

* include test.mk

* chmod +x test/e2e/runner

* split out into two circleci workflows

* master only test filter and tab correction

* missing colon after test expansion

* undo

* removing azure region from code
2017-08-16 13:19:41 -07:00