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

Terratest based end-to-end pipeline #91

Merged
merged 2 commits into from
Apr 19, 2020
Merged

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Apr 17, 2020

  • Resolves Add full end to end integration tests to build pipeline #48

  • Utilizes kind action from helm org

  • Rebind host dns ports to 5053 and 5054
    to avoid conflicts with running DNS server
    Must have for Github Actions, more safe
    for local scenarion as well.

  • Include stable repo to nginx-ingress install

  • Adjust hostAlias to non-standard dns port scenario

  • Reduce number of kind workers for terratest

  • Make hostAlias ip resolution dynamic

  • Optimize assertGslbStatus with smarter waiting

  • Fix parallel terratests for parallel execution

  • Avoid ingress same name conflic for failover tests

  • Enhance app deployment function

  • Enable all parallel terratest run in the pipeline

* Resolves #48

* Utilizes kind action from helm org

* Rebind host dns ports to 5053 and 5054
  to avoid conflicts with running DNS server
  Must have for Github Actions, more safe
  for local scenarion as well.

* Include stable repo to nginx-ingress install

* Adjust hostAlias to non-standard dns port scenario

* Reduce number of kind workers for terratest

* Make hostAlias ip resolution dynamic

* Optimize assertGslbStatus with smarter waiting

* Fix parallel terratests for parallel execution

* Avoid ingress same name conflic for failover tests

* Enhance app deployment function

* Enable all parallel terratest run in the pipeline
@ytsarev ytsarev changed the title Terratesttry Terratest based end-to-end pipeline Apr 18, 2020
Copy link
Contributor

@donovanmuller donovanmuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@@ -13,5 +13,5 @@ nodes:
hostPort: 444
protocol: TCP
- containerPort: 53
hostPort: 54
hostPort: 5054
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must update this in Readme

dig @localhost localtargets.app3.cloud.example.com -p 5053 && dig -p 5054 @localhost localtargets.app3.cloud.example.com

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, good point

@ytsarev ytsarev merged commit 3ce3e01 into k8gb-io:master Apr 19, 2020
@ytsarev ytsarev deleted the terratesttry branch April 19, 2020 17:29
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.

Add full end to end integration tests to build pipeline
3 participants