Create a CI Smoke test for Prometheus
namliz opened this issue · 1 comments
namliz commented
The prom pref thing is a big bundle that actually spins up a cluster.
We'll cherry pick from there after preliminary tests from here pass (that's just a POC):
https://github.com/zilman/kubesmoke/tree/master/Prometheus/tests
hh commented
Your current builds only produce one of images, can you concat them together?
https://gitlab.cncf.ci/cncf/cross-cloud/builds/5058
https://gitlab.cncf.ci/cncf/cross-cloud/builds/5058/artifacts/file/data/prometheus.properties
nodeExporter.image.repository=registry.cncf.ci/prometheus/node_exporter
nodeExporter.image.tag=ci-v0.14.0.5755fef0.5012
Your missing server.image.* and alertmanager.image.*
- echo alertmanager.image.repository=$CI_REGISTRY_IMAGE | tee release.properties
- echo alertmanager.image.tag=$IMAGE_TAG | tee -a release.properties