[stress testing][m] Add in the ability to use separate docker base images #2817
Labels
Central-EngSys
This issue is owned by the Engineering System team.
Stress
This issue is related to stress testing, part of our reliability pillar.
Part of long term testing is also making sure that you are testing against some of the various OS dependencies that might be linked in or pulled into your app.
For Go, it's possible to use alpine (which uses libmusl) vs ubuntu (which uses libc).
For C++, which depends even more on the runtime environment, it will probably need to run against several flavors of Linux images, etc...
What would be nice is if there was a way to parameterize the Dockerfile so that I can just craft up multiple dockerfiles and have them each package up and run the tests. For this particular issue there's no need to run different tests at all, just need to build separate Docker images.
CC: @vhvb1989, @ckairen ,@benbp
The text was updated successfully, but these errors were encountered: