flightstats / hub

fault tolerant, highly available service for data storage and distribution
http://www.flightstats.com
MIT License
103 stars 35 forks source link

HUB-1175: Remove dynamic k8s part of system tests #1303

Closed lkemmerer closed 2 years ago

lkemmerer commented 2 years ago

We've removed the need to run our system tests as new releases in their own namespaces (we're using a static callback server and running tests against a full development deployment), so this rips out the Helm portion of our system tests. We can revisit our strategy for doing so at a future point if ever there's a need to do so.

(this also does some log cleanup because the Jenkins output was noisy)

Paul-Hess commented 2 years ago

LGTM