Page MenuHomePhabricator

Extract mtail puppet.git tests to a standalone CI container
Closed, DeclinedPublic

Description

The docker-registry.wikimedia.org/releng/operations-puppet image includes mtail. There are tests in puppet.git requiring it.

I would like to extract that to a standalone container outside of operations-puppet like we did for logstash-filter-verifier T251869 . That requires some test entry point like we did for https://gerrit.wikimedia.org/r/#/c/operations/puppet/+/594460/

Event Timeline

hashar triaged this task as Medium priority.Jun 16 2020, 10:46 AM

Maybe including mtail is less of an issue than logstash-filter-verifier given it is lightweight and the test suite is blazing fast.

Indeed, mtail is also tiny compared to the logstash stack. The downside I see in this case is that we'd lose the mtail tests by default when running utils/run_ci_locally.sh. I'm for punting on this for now, what do you think ?

Declining since mtail is rather small per Filippo