Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CircleCI workflow for end-to-end testing with Kubernetes Kind #53

Merged
merged 15 commits into from
Feb 24, 2019

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Feb 24, 2019

The e2e testing infrastructure is powered by CircleCI and Kubernetes Kind.

CircleCI e2e workflow:

  • install latest stable kubectl
  • build Kubernetes Kind from master
  • create local Kubernetes cluster with kind
  • install latest stable Helm CLI
  • deploy Tiller on the local cluster
  • install Istio CRDs with Helm
  • install Istio control plane and Prometheus with Helm
  • build Flagger container image
  • load Flagger image onto the local cluster
  • deploy Flagger in the istio-system namespace
  • create a test namespace with Istio injection enabled
  • deploy the load tester in the test namespace
  • deploy a demo workload (podinfo) in the test namespace
  • test the canary initialization
  • test the canary analysis and promotion

screenshot 2019-02-24 at 11 52 38

Fix: #52

@codecov-io
Copy link

codecov-io commented Feb 24, 2019

Codecov Report

Merging #53 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   56.34%   56.34%           
=======================================
  Files           9        9           
  Lines        1340     1340           
=======================================
  Hits          755      755           
  Misses        452      452           
  Partials      133      133

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c6b88d...9d92de2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants