I’m almost finished with my #cicd pipeline. I have an odd bug in one of my e2e tests where I’m unsure why it’s failing. However, I’m sure I’ll get it knocked out tomorrow.
To recap, the pipeline:
- Runs #UnitTests
- Runs #SecurityTests
- Generates #containers dynamically
- Deploys a #kubernetes environment
- Deploys a full #SoftwareStack
- Runs #e2e tests.
#e2e #softwarestack #kubernetes #containers #securitytests #unittests #cicd