fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

if fabric8-arquillian is given a known namespace on startup we should have the option to not destroy it, but just scale down all the RCs #5005

Open jstrachan opened 9 years ago

jstrachan commented 9 years ago

as then if we leave around the RC then in the console we'll be able to see which version / build / commit was tested in the integration testing pipeline

jstrachan commented 9 years ago

the following shows the console after running integration tests in the project's Testing environment; since it deleted everything, we can't use the RC's annotations to show the nice version / build / commit metadata we do for other environments:

overviewpage
jstrachan commented 9 years ago

another nice idea might be to annotate the RCs with results of the test case(s) (particularly whether they passed or failed) after the test?

Then if you run 3 different tests (soak, load, regression testing in different environments) you'd visually see if things worked or didn't work and so could zoom into the environment etc