You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a test-playbook.yaml that is tested locally. In order to enable continuous integration we need to add some assertions and create a Jenkins job to be run on demand.
The test playbook should:
provision kubernetes infrastructure from scratch
setup our default components
deploy a test application and run assertions against supported components, eg.: mesh isolation, https instead of http, etc
destroy the kubernetes infrastructure
be an on-demand ci job
The text was updated successfully, but these errors were encountered:
We have a test-playbook.yaml that is tested locally. In order to enable continuous integration we need to add some assertions and create a Jenkins job to be run on demand.
The test playbook should:
The text was updated successfully, but these errors were encountered: